Package org.openeai.jms.consumer.commands

Interface Summary
RequestCommand The interface implmented by all RequestCommands and specifies that they must implement the 'execute' method which returns a JMS Message.
SyncCommand The interface implmented by all SyncCommands and specifies that they must implement the 'execute' method.
 

Class Summary
ConsumerCommand The "default" anscestor of all Commands that are executed by either PubSubConsumer or PointToPointConsumer.
RequestCommandImpl The "default" anscestor of all RequestCommands that are executed by a PointToPointConsumer.
SyncCommandImpl The "default" anscestor of all SyncCommands that are executed by a PubSubConsumer.
 

Exception Summary
CommandException This Exception may be thrown by Commands when/if errors occur during the processing of the 'execute' method.
 



Copyright © 2002, OpenEAI Software Foundation