Uses of Interface
org.openeai.jms.consumer.commands.RequestCommand

Packages that use RequestCommand
org.openeai.implementations.gateways.requestproxy   
org.openeai.implementations.gateways.simple   
org.openeai.implementations.services.eas.commands   
org.openeai.jms.consumer   
 

Uses of RequestCommand in org.openeai.implementations.gateways.requestproxy
 

Classes in org.openeai.implementations.gateways.requestproxy that implement RequestCommand
 class EnterpriseRequestProxyCommand
          OpenEAI Reference Implementation Enterprise Request Proxy.
 

Uses of RequestCommand in org.openeai.implementations.gateways.simple
 

Classes in org.openeai.implementations.gateways.simple that implement RequestCommand
 class FailureRequestCommand
          This class replies with a status of failure and an error to any request message.
 

Uses of RequestCommand in org.openeai.implementations.services.eas.commands
 

Classes in org.openeai.implementations.services.eas.commands that implement RequestCommand
 class ApplicationSessionRequestCommand
          This class implements message support for the EnterpriseApplicationService.
 class EnterpriseSessionRequestCommand
          This class implements message support for the EnterpriseApplicationService.
 class EnterpriseUserPermissionRequestCommand
          This class implements part of the message support of the EnterpriseApplicationService.
 class EnterpriseUserRequestCommand
          This class implements part of the message support of the EnterpriseApplicationService.
 

Uses of RequestCommand in org.openeai.jms.consumer
 

Methods in org.openeai.jms.consumer that return RequestCommand
protected  RequestCommand PointToPointConsumer.getRequestCommand(java.lang.String commandName)
          Returns a RequestCommand from the HashMap of RequestCommands supported by this Consumer.
 



Copyright © 2002, OpenEAI Software Foundation