|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Command in com.epam.admintool.builder |
---|
Methods in com.epam.admintool.builder that return Command | |
---|---|
Command |
CommandBuilder.buildCommand(String commandName,
String externalPackage)
Creates the command instance. |
Uses of Command in com.epam.admintool.commands |
---|
Methods in com.epam.admintool.commands that return Command | |
---|---|
Command |
CommandHandler.getCommand(String xmlContent,
String externalPackage)
|
Command |
ICommandHandler.getCommand(String xmlContext,
String externalPackage)
Gets command. |
Uses of Command in com.epam.admintool.commands.administrative |
---|
Subclasses of Command in com.epam.admintool.commands.administrative | |
---|---|
class |
ChangeSeqNum
The ChangeSeqNum command. |
class |
CreateAcceptor
The CreateAcceptor command. |
class |
CreateInitiator
The CreateInitiator command. |
class |
Delete
The Delete command. |
class |
DeleteAll
The DeleteAll command. |
class |
ResetSeqNum
The ResetSeqNum command. |
class |
StopSession
Created with IntelliJ IDEA. |
class |
ToBackup
The ToBackup command. |
class |
ToPrimary
The ToPrimary command. |
Uses of Command in com.epam.admintool.commands.generic |
---|
Subclasses of Command in com.epam.admintool.commands.generic | |
---|---|
class |
DefaultCommand
Default command, invoked by RIA when no other implementation not found. |
class |
Heartbeat
The Heartbeat command. |
class |
Help
The Help command. |
class |
SendMessage
The SendMessage command. |
class |
TestRequest
The TestRequest command. |
Uses of Command in com.epam.admintool.commands.monitoring |
---|
Subclasses of Command in com.epam.admintool.commands.monitoring | |
---|---|
class |
SessionParams
The SessionParams command. |
class |
SessionsList
The SessionsList command. |
class |
SessionsSnapshot
The SessionsSnapshot command. |
class |
SessionStatus
The SessionStatus command. |
Uses of Command in com.epam.admintool.commands.monitoring.manager |
---|
Constructors in com.epam.admintool.commands.monitoring.manager with parameters of type Command | |
---|---|
SessionListManager(Command parentCommand)
|
Uses of Command in com.epam.admintool.commands.statistic |
---|
Subclasses of Command in com.epam.admintool.commands.statistic | |
---|---|
class |
GeneralSessionsStat
The GeneralSessionsStat command. |
class |
ProceedStat
The ProceedStat command. |
class |
ReceivedStat
The ReceivedStat command. |
class |
SentStat
The SentStat command. |
class |
SessionStat
The SessionStat command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |