Uses of Interface
com.aspectran.daemon.command.CommandRegistry
Packages that use CommandRegistry
Package
Description
Package for running Aspectran-based Java applications as background
processes on Unix-based or Windows operating systems.
-
Uses of CommandRegistry in com.aspectran.daemon
Methods in com.aspectran.daemon that return CommandRegistryModifier and TypeMethodDescriptionAbstractDaemon.getCommandRegistry()Daemon.getCommandRegistry() -
Uses of CommandRegistry in com.aspectran.daemon.command
Classes in com.aspectran.daemon.command that implement CommandRegistryMethods in com.aspectran.daemon.command that return CommandRegistryConstructors in com.aspectran.daemon.command with parameters of type CommandRegistryModifierConstructorDescriptionAbstractCommand(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 CommandRegistryModifierConstructorDescriptionComponentCommand(CommandRegistry registry) InvokeActionCommand(CommandRegistry registry) PollingIntervalCommand(CommandRegistry registry) QuitCommand(CommandRegistry registry) RestartCommand(CommandRegistry registry) SysInfoCommand(CommandRegistry registry) TransletCommand(CommandRegistry registry)