Uses of Class
com.epam.admintool.commands.Command
Packages that use Command
Package
Description
-
Uses of Command in com.epam.admintool.builder
Methods in com.epam.admintool.builder that return CommandModifier and TypeMethodDescriptionCommandBuilder.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 CommandModifier and TypeMethodDescriptionCommandHandler.getCommand
(String xmlContent, String externalPackage) 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.administrativeModifier and TypeClassDescriptionclass
The ChangeSeqNum command.class
The CreateAcceptor command.class
The CreateInitiator command.class
The Delete command.class
The DeleteAll command.class
The ResetSeqNum command.class
Created with IntelliJ IDEA.class
The ToBackup command.class
The ToPrimary command. -
Uses of Command in com.epam.admintool.commands.generic
Subclasses of Command in com.epam.admintool.commands.genericModifier and TypeClassDescriptionclass
Default command, invoked by RIA when no other implementation not found.class
class
The Heartbeat command.class
The Help command.class
The SendMessage command.class
The TestRequest command. -
Uses of Command in com.epam.admintool.commands.monitoring
Subclasses of Command in com.epam.admintool.commands.monitoringModifier and TypeClassDescriptionclass
The SessionParams command.class
The SessionsList command.class
The SessionsSnapshot command.class
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 -
Uses of Command in com.epam.admintool.commands.statistic
Subclasses of Command in com.epam.admintool.commands.statisticModifier and TypeClassDescriptionclass
The GeneralSessionsStat command.class
The ProceedStat command.class
The ReceivedStat command.class
The SentStat command.class
The SessionStat command.