| Modifier and Type | Method and Description |
|---|---|
CommandServiceId |
ServiceContainer.addCommandService(CommandService command_service)
Adds the given command service to the service container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EchoCommandService
Performs the
echo command which will simply return the received message, with an optional prefix. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifyCommandService
Processes a client request to identify this server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemotePojoInvocationCommandService
Processes a client request to invoke a remoted POJO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteInputStreamCommandService
Processes client requests to read remoted input streams.
|
class |
RemoteOutputStreamCommandService
Processes client requests to write remoted output streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleCommandService
Provides some infrastructure to more easily facilitate the ability to execute different
commands. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.