public interface ManagedAsyncClientConnection
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Restores the connection from idle mode.
|
void |
passivate()
Puts the connection into idle mode.
|
void |
submitCommand(Command command,
Command.Priority priority)
Submits the given command for execution.
|
void submitCommand(Command command,
Command.Priority priority)
command - the command to be executed.priority - the command priority.void passivate()
void activate()