Uses of Interface
com.aspectran.daemon.command.CommandRegistry
-
Packages that use CommandRegistry Package Description com.aspectran.daemon Provides a daemon that runs Aspectran as a service in the background on Unix-based or Windows operating systems.com.aspectran.daemon.command com.aspectran.daemon.command.builtins -
-
Uses of CommandRegistry in com.aspectran.daemon
Methods in com.aspectran.daemon that return CommandRegistry Modifier and Type Method Description CommandRegistryAbstractDaemon. getCommandRegistry()CommandRegistryDaemon. getCommandRegistry() -
Uses of CommandRegistry in com.aspectran.daemon.command
Classes in com.aspectran.daemon.command that implement CommandRegistry Modifier and Type Class Description classDaemonCommandRegistryMethods in com.aspectran.daemon.command that return CommandRegistry Modifier and Type Method Description CommandRegistryAbstractCommand. getCommandRegistry()Constructors in com.aspectran.daemon.command with parameters of type CommandRegistry Constructor Description AbstractCommand(CommandRegistry registry)AbstractCommand(CommandRegistry registry, boolean isolated) -
Uses of CommandRegistry in com.aspectran.daemon.command.builtins
Constructors in com.aspectran.daemon.command.builtins with parameters of type CommandRegistry Constructor Description ComponentCommand(CommandRegistry registry)InvokeActionCommand(CommandRegistry registry)JettyCommand(CommandRegistry registry)PollingIntervalCommand(CommandRegistry registry)QuitCommand(CommandRegistry registry)RestartCommand(CommandRegistry registry)TransletCommand(CommandRegistry registry)UndertowCommand(CommandRegistry registry)
-