| 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 | Contains classes an interfaces related to Cayenne remote object persistence features. | 
| org.apache.cayenne.remote.service | |
| org.apache.cayenne.rop | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EventBridge | DataRowStore. remoteNotificationsHandler | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EventBridge | DataRowStore. getEventBridge() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DataRowStore. setEventBridge(EventBridge eventBridge) | 
| Constructor and Description | 
|---|
| DefaultDataRowStoreFactory(Provider<EventBridge> eventBridgeProvider,
                          EventManager eventManager,
                          RuntimeProperties properties) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoopEventBridge | 
| Modifier and Type | Method and Description | 
|---|---|
| EventBridge | EventBridgeFactory. createEventBridge(Collection<EventSubject> localSubjects,
                 String externalSubject,
                 Map<String,String> properties)Creates an  EventBridgewith the specified parameters. | 
| EventBridge | NoopEventBridgeProvider. get() | 
| Modifier and Type | Method and Description | 
|---|---|
| EventBridge | RemoteSession. createServerEventBridge()Deprecated. 
 since 4.0. Factory creation should is handled by the client connection. | 
| EventBridge | ClientConnection. getServerEventBridge()Returns an EventBridge that receives remote server events. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventBridge | LocalConnection. getServerEventBridge()Returns null. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EventBridge | HttpClientConnection. createServerEventBridge(RemoteSession session)Creates an EventBridge that will listen for server events. | 
| EventBridge | HttpClientConnection. getServerEventBridge() | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.