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

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


        addCommand(new UpdateMD5Command());
        addCommand(new GetOrg());
        addCommand(new GetModuleNames());
        addCommand(new GetRevisions());
        addCommand(new GetClassListCommand());
        addCommand(new IsAliveCommand());
        addCommand(new DeleteUserCommand());
        addCommand(new GetOrgModRev());
        addCommand(new SearchCommand());
    }
View Full Code Here

TOP

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

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.