Package com.aspectran.daemon.command
Class CommandExecutor
java.lang.Object
com.aspectran.daemon.command.CommandExecutor
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCommandExecutor(Daemon daemon, com.aspectran.core.context.config.DaemonExecutorConfig executorConfig) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(CommandParameters parameters) booleanexecute(CommandParameters parameters, CommandExecutor.Callback callback) intvoidshutdown()
-
Constructor Details
-
CommandExecutor
public CommandExecutor(Daemon daemon, com.aspectran.core.context.config.DaemonExecutorConfig executorConfig)
-
-
Method Details
-
getAvailableThreads
public int getAvailableThreads() -
execute
-
execute
-
shutdown
public void shutdown()
-