| Package | Description |
|---|---|
| ej.rcommand | |
| ej.rcommand.impl | |
| ej.rcommand.synchronous |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteService |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandSenderProvider.registerListener(RemoteCommandListener listener)
Registers a listener that will be called when command managed by the listener is read.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteService |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteCommandListener |
GatewayRemoteCommandManager.getListenerFor(java.lang.String command) |
protected RemoteCommandListener |
DefaultRemoteCommandManager.getListenerFor(java.lang.String command)
Returns the
RemoteConnectionListener for the given command. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRemoteCommandManager.registerListener(RemoteCommandListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointListener
Endpoint adapter.
|