org.apache.cayenne.event
Class JMSBridgeFactory
java.lang.Object
   org.apache.cayenne.event.JMSBridgeFactory
org.apache.cayenne.event.JMSBridgeFactory
- All Implemented Interfaces: 
- EventBridgeFactory
- public class JMSBridgeFactory 
- extends Object- implements EventBridgeFactory
Factory to create JMSBridge instances.
- Since:
- 1.1
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TOPIC_CONNECTION_FACTORY_DEFAULT
public static final String TOPIC_CONNECTION_FACTORY_DEFAULT
- See Also:
- Constant Field Values
TOPIC_CONNECTION_FACTORY_PROPERTY
public static final String TOPIC_CONNECTION_FACTORY_PROPERTY
- See Also:
- Constant Field Values
JMSBridgeFactory
public JMSBridgeFactory()
createEventBridge
public EventBridge createEventBridge(Collection<EventSubject> localSubjects,
                                     String externalSubject,
                                     Map<String,Object> properties)
- Description copied from interface: EventBridgeFactory
- Creates an EventBridge with the specified parameters.
 
- 
- Specified by:
- createEventBridgein interface- EventBridgeFactory
 
- 
- Since:
- 1.2
 
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.