| Package | Description | 
|---|---|
| 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 | Method and Description | 
|---|---|
| RemoteSession | RemoteService. establishSession()Establishes a dedicated session with Cayenne DataChannel, returning session id. | 
| RemoteSession | RemoteService. establishSharedSession(String name)Creates a new session with the specified or joins an existing one. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected RemoteSession | ServerSession. session | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RemoteSession | BaseRemoteService. createRemoteSession(String sessionId,
                   String name,
                   boolean enableEvents) | 
| RemoteSession | BaseRemoteService. establishSession() | 
| RemoteSession | BaseRemoteService. establishSharedSession(String name) | 
| RemoteSession | ServerSession. getSession() | 
| Constructor and Description | 
|---|
| ServerSession(RemoteSession session,
             DataChannel channel) | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteSession | ProxyRemoteService. establishSession() | 
| RemoteSession | ProxyRemoteService. establishSharedSession(String name) | 
| RemoteSession | HttpClientConnection. getSession() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EventBridge | HttpClientConnection. createServerEventBridge(RemoteSession session)Creates an EventBridge that will listen for server events. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.