Uses of Class
org.rhq.enterprise.communications.command.server.CommandServiceId

Packages that use CommandServiceId
org.rhq.enterprise.communications   
org.rhq.enterprise.communications.command.server   
 

Uses of CommandServiceId in org.rhq.enterprise.communications
 

Methods in org.rhq.enterprise.communications that return CommandServiceId
 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.
 

Methods in org.rhq.enterprise.communications with parameters of type CommandServiceId
 void ServiceContainer.removeCommandService(CommandServiceId id)
          Removes a command service that is identified by the given ID.
 

Uses of CommandServiceId in org.rhq.enterprise.communications.command.server
 

Methods in org.rhq.enterprise.communications.command.server that return CommandServiceId
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-2012 Red Hat, Inc.. All Rights Reserved.