| Package | Description |
|---|---|
| org.rhq.enterprise.communications | |
| org.rhq.enterprise.communications.command.server |
| Modifier and Type | Method and Description |
|---|---|
CommandServiceId |
ServiceContainer.addCommandService(CommandService command_service)
Adds the given command service to the service container.
|
CommandServiceId |
ServiceContainer.addCommandService(String command_service_class_name)
Adds the given command service to the service container where the command service classname is specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContainer.removeCommandService(CommandServiceId id)
Removes a command service that is identified by the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommandServiceId |
CommandService.getCommandServiceId()
Returns the command service ID that this command service is registered under - will be
null if not
registered or was not registered with ServiceContainer.addCommandService(CommandService). |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.