Package | Description |
---|---|
ej.rcommand | |
ej.rcommand.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteCommandManager
Manages the threads that will read the command from the
RemoteConnection . |
Modifier and Type | Method and Description |
---|---|
void |
RemoteService.initialize(CommandSenderProvider commandSenderProvider)
Initializes the remote service with the object that provides the command senders.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRemoteCommandManager |
class |
GatewayRemoteCommandManager
A
RemoteCommandManager that dispatches all the unknown command to the CommandSender . |
Modifier and Type | Field and Description |
---|---|
protected CommandSenderProvider |
AbstractRemoteService.commandSenderProvider
Null until this service is initialized.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRemoteService.initialize(CommandSenderProvider connectionProvider)
This method must be called before registering or using this service.
|