Uses of Package
org.mactor.brokers

Packages that use org.mactor.brokers
org.mactor.brokers   
org.mactor.brokers.file   
org.mactor.brokers.http   
org.mactor.brokers.jms   
org.mactor.brokers.mqseries   
org.mactor.brokers.soap   
org.mactor.brokers.tibrv   
org.mactor.extensions   
org.mactor.extensions.xml   
org.mactor.framework   
org.mactor.framework.commandexecutors   
org.mactor.framework.commandexecutors.bsh   
org.mactor.framework.commandexecutors.java   
org.mactor.framework.commandexecutors.shell   
org.mactor.framework.extensioninterface   
 

Classes in org.mactor.brokers used by org.mactor.brokers
AbstractMessageBroker
          Abstract class that contains functinally common to most message broker implementations (such as maintaining subscribers).
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
MessageBrokerManager
          Singleton that loads and maintains all message brokers.
MessageBrokerManager.MessageInfo
           
MessageBrokerManager.MessageInfoListener
           
MessageContextInfo
          Context information about a message
MessageSubscriber
          Defines a messsage subscriber
 

Classes in org.mactor.brokers used by org.mactor.brokers.file
AbstractMessageBroker
          Abstract class that contains functinally common to most message broker implementations (such as maintaining subscribers).
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
PollingMessageBrokerTemplate
          A template for implementing message brokers for polling bases protocols (i.e.
 

Classes in org.mactor.brokers used by org.mactor.brokers.http
AbstractMessageBroker
          Abstract class that contains functinally common to most message broker implementations (such as maintaining subscribers).
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
 

Classes in org.mactor.brokers used by org.mactor.brokers.jms
AbstractMessageBroker
          Abstract class that contains functinally common to most message broker implementations (such as maintaining subscribers).
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
 

Classes in org.mactor.brokers used by org.mactor.brokers.mqseries
AbstractMessageBroker
          Abstract class that contains functinally common to most message broker implementations (such as maintaining subscribers).
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
PollingMessageBrokerTemplate
          A template for implementing message brokers for polling bases protocols (i.e.
 

Classes in org.mactor.brokers used by org.mactor.brokers.soap
AbstractMessageBroker
          Abstract class that contains functinally common to most message broker implementations (such as maintaining subscribers).
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
 

Classes in org.mactor.brokers used by org.mactor.brokers.tibrv
AbstractMessageBroker
          Abstract class that contains functinally common to most message broker implementations (such as maintaining subscribers).
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
 

Classes in org.mactor.brokers used by org.mactor.extensions
Message
          The message implementation
 

Classes in org.mactor.brokers used by org.mactor.extensions.xml
Message
          The message implementation
 

Classes in org.mactor.brokers used by org.mactor.framework
Message
          The message implementation
MessageBroker
          Defines the message broker interface Message broker implementations is not requiered to implement both publish and subscribe (UnsupportedOperationException should be thrown by methods not implemented by the message broker) Message broker implementations must have contructor that takes a MessageBrokerConfig as the single parameter The simplest way to implement a message broker is to extend the AbstractMessageBroker class, or the PollingMessageBrokerTemplate if the protocol is polling based (i.e. the case for FilesMessageBroker)
MessageContextInfo
          Context information about a message
MessageSubscriber
          Defines a messsage subscriber
 

Classes in org.mactor.brokers used by org.mactor.framework.commandexecutors
Message
          The message implementation
 

Classes in org.mactor.brokers used by org.mactor.framework.commandexecutors.bsh
Message
          The message implementation
 

Classes in org.mactor.brokers used by org.mactor.framework.commandexecutors.java
Message
          The message implementation
 

Classes in org.mactor.brokers used by org.mactor.framework.commandexecutors.shell
Message
          The message implementation
 

Classes in org.mactor.brokers used by org.mactor.framework.extensioninterface
Message
          The message implementation
 



Copyright © 2008. All Rights Reserved.