com.epam.admintool.commands.generic
Class DefaultCommand
java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.generic.DefaultCommand
public class DefaultCommand
- extends Command
Default command, invoked by RIA when no other implementation not found.
Method Summary |
void |
execute()
Execute command. |
Methods inherited from class com.epam.admintool.commands.Command |
getAdminFixSession, getConfiguredSession, getConfiguredSession, getConfiguredSessionParameters, getConfiguredSessionRegister, getFIXSession, getFIXSession, getFIXSessions, getRequest, getRequestID, sendError, sendInvalidArgument, sendReject, sendResponse, sendResponse, sendResponseSuccess, sendUnknownSession, sendUnknownSession, setAdminFixSession, setConfiguredSessionRegister, setRequest, setXmlContent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCommand
public DefaultCommand()
DefaultCommand
public DefaultCommand(String commandName,
Set supportedCommands)
execute
public void execute()
- Description copied from class:
Command
- Execute command.
- Specified by:
execute
in class Command
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.