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

Packages that use SyncCommand
org.openeai.implementations.applications.testsuite   
org.openeai.implementations.gateways.messagedump   
org.openeai.implementations.gateways.simple   
org.openeai.implementations.gateways.transroutergateway   
org.openeai.implementations.services.els.commands   
org.openeai.jms.consumer   
 

Uses of SyncCommand in org.openeai.implementations.applications.testsuite
 

Classes in org.openeai.implementations.applications.testsuite that implement SyncCommand
 class SyncVerificationCommand
          This is an OpenEAI SyncCommand that consumes sync messages published by an authoritative source when that system creates, updates or deletes an object.
 

Uses of SyncCommand in org.openeai.implementations.gateways.messagedump
 

Classes in org.openeai.implementations.gateways.messagedump that implement SyncCommand
 class MessageDumpSyncCommand
          This command is basically a no-op command that consume pub/sub messages.
 

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

Classes in org.openeai.implementations.gateways.simple that implement SyncCommand
 class SimpleMessage
          This is an example SyncCommand.
 

Uses of SyncCommand in org.openeai.implementations.gateways.transroutergateway
 

Classes in org.openeai.implementations.gateways.transroutergateway that implement SyncCommand
 class TransRouterCommand
          OpenEAI Reference Implementation Enterprise Router.
 

Uses of SyncCommand in org.openeai.implementations.services.els.commands
 

Classes in org.openeai.implementations.services.els.commands that implement SyncCommand
 class EnterpriseSyncErrorLogger
          The EnterpriseSyncErrorLogger is a part of the OpenEAI "Enterprise Logging Service" (ELS).
 class EnterpriseSyncLoggerCommand
          The EnterpriseSyncLogger is a part of the OpenEAI "Enterprise Logging Service" (ELS).
 

Uses of SyncCommand in org.openeai.jms.consumer
 

Methods in org.openeai.jms.consumer that return SyncCommand
protected  SyncCommand MessageConsumer.getSyncCommand(java.lang.String commandName)
          Returns a SyncCommand from the HashMap of SyncCommands supported by this Consumer.
 



Copyright © 2002, OpenEAI Software Foundation