Uses of Class
org.rhq.enterprise.communications.command.server.MultipleCommandService.CommandTypeExecutor

Packages that use MultipleCommandService.CommandTypeExecutor
org.rhq.enterprise.communications.command.server   
 

Uses of MultipleCommandService.CommandTypeExecutor in org.rhq.enterprise.communications.command.server
 

Methods in org.rhq.enterprise.communications.command.server that return MultipleCommandService.CommandTypeExecutor
protected abstract  MultipleCommandService.CommandTypeExecutor[] MultipleCommandService.getSupportedCommandTypeExecutors()
          Returns a set of MultipleCommandService.CommandTypeExecutor objects that define what command types this service supports and the executors that will execute commands of those types.
 

Methods in org.rhq.enterprise.communications.command.server that return types with arguments of type MultipleCommandService.CommandTypeExecutor
protected  Map<CommandType,MultipleCommandService.CommandTypeExecutor> MultipleCommandService.getExecutors()
          Gets the set of executors whose map keys are the command types and whose map values are MultipleCommandService.CommandTypeExecutor objects.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.