Uses of Interface
com.aspectran.daemon.command.Command
-
Packages that use Command Package Description com.aspectran.daemon.command com.aspectran.daemon.command.builtins com.aspectran.jetty.daemon.command com.aspectran.undertow.daemon.command -
-
Uses of Command in com.aspectran.daemon.command
Classes in com.aspectran.daemon.command that implement Command Modifier and Type Class Description classAbstractCommandMethods in com.aspectran.daemon.command that return Command Modifier and Type Method Description CommandCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass)CommandCommandRegistry. getCommand(java.lang.String commandName)CommandDaemonCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass)CommandDaemonCommandRegistry. getCommand(java.lang.String commandName)Methods in com.aspectran.daemon.command that return types with arguments of type Command Modifier and Type Method Description java.util.Collection<Command>CommandRegistry. getAllCommands()java.util.Collection<Command>DaemonCommandRegistry. getAllCommands()Method parameters in com.aspectran.daemon.command with type arguments of type Command Modifier and Type Method Description voidDaemonCommandRegistry. addCommand(java.lang.Class<? extends Command> commandClass)CommandCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass)CommandDaemonCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass) -
Uses of Command in com.aspectran.daemon.command.builtins
Classes in com.aspectran.daemon.command.builtins that implement Command Modifier and Type Class Description classComponentCommandA daemon command that displays detailed information about an aspect, translet, or scheduled job, and can control its active state.classInvokeActionCommandclassPollingIntervalCommandclassQuitCommandclassRestartCommandclassTransletCommand -
Uses of Command in com.aspectran.jetty.daemon.command
Classes in com.aspectran.jetty.daemon.command that implement Command Modifier and Type Class Description classJettyCommandUse the command 'jetty' to control the Jetty Server. -
Uses of Command in com.aspectran.undertow.daemon.command
Classes in com.aspectran.undertow.daemon.command that implement Command Modifier and Type Class Description classUndertowCommandUse the command 'undertow' to control the Undertow Server.
-