org.apache.cayenne.event
Class JMSBridgeFactory
java.lang.Object
org.apache.cayenne.event.JMSBridgeFactory
- All Implemented Interfaces:
- EventBridgeFactory
public class JMSBridgeFactory
- extends Object
- implements EventBridgeFactory
Factory to create JMSBridge instances.
- Since:
- 1.1
- Author:
- Andrus Adamchik
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 localSubjects,
String externalSubject,
Map properties)
- Description copied from interface:
EventBridgeFactory
- Creates an EventBridge with the specified parameters.
- Specified by:
createEventBridge
in interface EventBridgeFactory
- Since:
- 1.2
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.