| 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 | Interface and Description |
|---|---|
interface |
RemotePojoInvocationCommandServiceMBean
The MBean interface to the remote POJO invocation command service.
|
| 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 | Interface and Description |
|---|---|
interface |
CommandServiceMBean
The interface that all command services implement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandService
The superclass for all command services.
|
class |
MultipleCommandService
Provides some infrastructure to more easily facilitate the ability to execute different
commands. |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
MultipleCommandService.CommandTypeExecutor.getExecutor()
Returns the executor instance that should be used to execute the next command.
|
| Constructor and Description |
|---|
MultipleCommandService.CommandTypeExecutor(CommandType type,
CommandExecutor executorInstance)
Creates a new object that defines what executor instance to use to execute all commands of the given
type. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.