Uses of Interface
com.aspectran.daemon.command.CommandRegistry
-
Packages that use CommandRegistry Package Description com.aspectran.daemon Package required to build applications that run as background processes on Unix-based or Windows operating systems.com.aspectran.daemon.command com.aspectran.daemon.command.builtins com.aspectran.jetty.daemon.command com.aspectran.undertow.daemon.command -
-
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)PollingIntervalCommand(CommandRegistry registry)QuitCommand(CommandRegistry registry)RestartCommand(CommandRegistry registry)TransletCommand(CommandRegistry registry) -
Uses of CommandRegistry in com.aspectran.jetty.daemon.command
Constructors in com.aspectran.jetty.daemon.command with parameters of type CommandRegistry Constructor Description JettyCommand(CommandRegistry registry) -
Uses of CommandRegistry in com.aspectran.undertow.daemon.command
Constructors in com.aspectran.undertow.daemon.command with parameters of type CommandRegistry Constructor Description UndertowCommand(CommandRegistry registry)
-