Uses of Interface
com.aspectran.daemon.command.Command
Packages that use Command
Package
Description
-
Uses of Command in com.aspectran.daemon.command
Classes in com.aspectran.daemon.command that implement CommandMethods in com.aspectran.daemon.command that return CommandModifier and TypeMethodDescriptionCommandRegistry.getCommand
(Class<? extends Command> commandClass) CommandRegistry.getCommand
(String commandName) DaemonCommandRegistry.getCommand
(Class<? extends Command> commandClass) DaemonCommandRegistry.getCommand
(String commandName) Methods in com.aspectran.daemon.command that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandRegistry.getAllCommands()
DaemonCommandRegistry.getAllCommands()
Method parameters in com.aspectran.daemon.command with type arguments of type CommandModifier and TypeMethodDescriptionvoid
DaemonCommandRegistry.addCommand
(Class<? extends Command> commandClass) CommandRegistry.getCommand
(Class<? extends Command> commandClass) DaemonCommandRegistry.getCommand
(Class<? extends Command> commandClass) -
Uses of Command in com.aspectran.daemon.command.builtins
Classes in com.aspectran.daemon.command.builtins that implement CommandModifier and TypeClassDescriptionclass
A daemon command that displays detailed information about an aspect, translet, or scheduled job, and can control its active state.class
class
class
class
class
class
-
Uses of Command in com.aspectran.jetty.daemon.command
Classes in com.aspectran.jetty.daemon.command that implement CommandModifier and TypeClassDescriptionclass
Use 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 CommandModifier and TypeClassDescriptionclass
Use the command 'undertow' to control the Undertow Server.