org.apache.cayenne.event
Interface EventBridgeFactory

All Known Implementing Classes:
JavaGroupsBridgeFactory, JMSBridgeFactory, XMPPBridgeFactory

public interface EventBridgeFactory

Defines a factory to dynamically create EventBridge instances.

Since:
1.1
Author:
Andrus Adamchik

Method Summary
 EventBridge createEventBridge(Collection localSubjects, String externalSubject, Map properties)
          Creates an EventBridge with the specified parameters.
 

Method Detail

createEventBridge

EventBridge createEventBridge(Collection localSubjects,
                              String externalSubject,
                              Map properties)
Creates an EventBridge with the specified parameters.

Since:
1.2


Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.