Package | Description |
---|---|
org.apache.cayenne.remote.service |
Modifier and Type | Method and Description |
---|---|
protected abstract ServerSession |
BaseRemoteService.createServerSession()
Creates a new ServerSession with a dedicated DataChannel.
|
protected ServerSession |
HttpRemoteService.createServerSession()
Creates a new ServerSession with a dedicated DataChannel.
|
protected abstract ServerSession |
BaseRemoteService.createServerSession(String name)
Creates a new ServerSession based on a shared DataChannel.
|
protected ServerSession |
HttpRemoteService.createServerSession(String name)
Creates a new ServerSession based on a shared DataChannel.
|
protected abstract ServerSession |
BaseRemoteService.getServerSession()
Returns a ServerSession object that represents Cayenne-related state
associated with the current session.
|
protected ServerSession |
HttpRemoteService.getServerSession()
Returns a ServerSession object that represents Cayenne-related state associated
with the current session.
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.