Package org.jayasoft.woj.server.commands.internal

Examples of org.jayasoft.woj.server.commands.internal.GetModuleInfoCommand


        addCommand(new RegisterModuleCommand());
        addCommand(new PromoteModuleDescriptorCommand());
        addCommand(new RemoveModuleDescriptorCommand());
        addCommand(new AddModuleCommand());
        addCommand(new ReplaceModuleCommand());
        addCommand(new GetModuleInfoCommand());
        addCommand(new GetAllModuleDescriptorCommand());
        addCommand(new GetModuleCommand());
        addCommand(new GetAreaInfoCommand());
        addCommand(new GetAllAreaInfoCommand());
        addCommand(new AuthenticateCommand());
View Full Code Here

TOP

Related Classes of org.jayasoft.woj.server.commands.internal.GetModuleInfoCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.