| Package | Description |
|---|---|
| org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
| org.apache.cayenne.event |
Contains classes that make up Cayenne generic event dispatch mechanism.
|
| org.apache.cayenne.remote |
| Modifier and Type | Field and Description |
|---|---|
protected EventBridge |
DataRowStore.remoteNotificationsHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaGroupsBridge
Implementation of EventBridge that passes and receives events via JavaGroups
communication software.
|
class |
JMSBridge
Implementation of EventBridge that passes and receives events via JMS (Java Messaging
Service).
|
class |
XMPPBridge
An EventBridge implementation based on XMPP protocol and Smack XMPP client library.
|
| Modifier and Type | Method and Description |
|---|---|
EventBridge |
XMPPBridgeFactory.createEventBridge(Collection<EventSubject> localSubjects,
String externalSubject,
Map<String,String> properties) |
EventBridge |
JMSBridgeFactory.createEventBridge(Collection<EventSubject> localSubjects,
String externalSubject,
Map<String,String> properties) |
EventBridge |
JavaGroupsBridgeFactory.createEventBridge(Collection<EventSubject> localSubjects,
String externalSubject,
Map<String,String> properties)
Creates a JavaGroupsBridge instance.
|
EventBridge |
EventBridgeFactory.createEventBridge(Collection<EventSubject> localSubjects,
String externalSubject,
Map<String,String> properties)
Creates an EventBridge with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
EventBridge |
RemoteSession.createServerEventBridge()
Deprecated.
since 4.0. Factory creation should is handled by the client connection.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.