|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataChannel | |
---|---|
org.apache.cayenne | Contains persistence APIs directly accessible by users. |
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
org.apache.cayenne.configuration | |
org.apache.cayenne.configuration.rop.client | |
org.apache.cayenne.configuration.server | |
org.apache.cayenne.remote | Contains classes an interfaces related to Cayenne remote object persistence features. |
org.apache.cayenne.remote.service | |
org.apache.cayenne.util | General utility classes. |
Uses of DataChannel in org.apache.cayenne |
---|
Classes in org.apache.cayenne that implement DataChannel | |
---|---|
class |
BaseContext
A common base superclass for Cayenne ObjectContext implementors. |
class |
CayenneContext
A default generic implementation of ObjectContext suitable for accessing Cayenne from either an ORM or a client tiers. |
Fields in org.apache.cayenne declared as DataChannel | |
---|---|
protected DataChannel |
BaseContext.channel
|
Methods in org.apache.cayenne that return DataChannel | |
---|---|
DataChannel |
BaseContext.getChannel()
|
DataChannel |
ObjectContext.getChannel()
Returns an DataChannel used by this context. |
Methods in org.apache.cayenne with parameters of type DataChannel | |
---|---|
protected void |
BaseContext.attachToChannel(DataChannel channel)
Attaches to a provided DataChannel. |
protected void |
CayenneContext.attachToChannel(DataChannel channel)
|
void |
DataChannelFilter.init(DataChannel channel)
|
void |
BaseContext.setChannel(DataChannel channel)
Sets a new DataChannel for this context. |
Constructors in org.apache.cayenne with parameters of type DataChannel | |
---|---|
CayenneContext(DataChannel channel)
Creates a new CayenneContext, initializing it with a channel instance. |
|
CayenneContext(DataChannel channel,
boolean changeEventsEnabled,
boolean lifecyleEventsEnabled)
Creates a new CayenneContext, initializing it with a channel. |
Uses of DataChannel in org.apache.cayenne.access |
---|
Classes in org.apache.cayenne.access that implement DataChannel | |
---|---|
class |
ClientServerChannel
A DataChannel that provides a server-side end of the bridge between client and server objects in a Remote Object Persistence stack. |
class |
DataContext
The most common implementation of ObjectContext . |
class |
DataDomain
DataDomain performs query routing functions in Cayenne. |
Methods in org.apache.cayenne.access that return DataChannel | |
---|---|
DataChannel |
ClientServerChannel.getParentChannel()
|
Methods in org.apache.cayenne.access with parameters of type DataChannel | |
---|---|
protected void |
DataContext.attachToChannel(DataChannel channel)
|
Constructors in org.apache.cayenne.access with parameters of type DataChannel | |
---|---|
DataContext(DataChannel channel,
ObjectStore objectStore)
Creates a new DataContext with parent DataChannel and ObjectStore. |
Uses of DataChannel in org.apache.cayenne.configuration |
---|
Methods in org.apache.cayenne.configuration that return DataChannel | |
---|---|
DataChannel |
CayenneRuntime.getChannel()
Returns the runtime DataChannel . |
Methods in org.apache.cayenne.configuration with parameters of type DataChannel | |
---|---|
ObjectContext |
ObjectContextFactory.createContext(DataChannel parent)
Creates an ObjectContext attached to a provided channel. |
ObjectContext |
CayenneRuntime.getContext(DataChannel parentChannel)
Returns an ObjectContext based on the runtime DataChannel. |
Uses of DataChannel in org.apache.cayenne.configuration.rop.client |
---|
Fields in org.apache.cayenne.configuration.rop.client declared as DataChannel | |
---|---|
protected DataChannel |
CayenneContextFactory.dataChannel
|
Fields in org.apache.cayenne.configuration.rop.client with type parameters of type DataChannel | |
---|---|
protected Provider<DataChannel> |
LocalConnectionProvider.clientServerChannelProvider
|
Methods in org.apache.cayenne.configuration.rop.client that return DataChannel | |
---|---|
DataChannel |
ClientChannelProvider.get()
|
DataChannel |
LocalClientServerChannelProvider.get()
|
Methods in org.apache.cayenne.configuration.rop.client with parameters of type DataChannel | |
---|---|
ObjectContext |
CayenneContextFactory.createContext(DataChannel parent)
|
protected CayenneContext |
CayenneContextFactory.newInstance(DataChannel parent,
boolean changeEventsEnabled,
boolean lifecycleEventsEnabled)
|
Uses of DataChannel in org.apache.cayenne.configuration.server |
---|
Methods in org.apache.cayenne.configuration.server that return DataChannel | |
---|---|
DataChannel |
DomainDataChannelProvider.get()
|
Methods in org.apache.cayenne.configuration.server with parameters of type DataChannel | |
---|---|
ObjectContext |
DataContextFactory.createContext(DataChannel parent)
|
protected ObjectContext |
DataContextFactory.createFromGenericChannel(DataChannel parent)
|
protected DataContext |
DataContextFactory.newInstance(DataChannel parent,
ObjectStore objectStore)
|
Uses of DataChannel in org.apache.cayenne.remote |
---|
Classes in org.apache.cayenne.remote that implement DataChannel | |
---|---|
class |
ClientChannel
A DataChannel implementation that accesses a remote server
via a ClientConnection. |
Uses of DataChannel in org.apache.cayenne.remote.service |
---|
Fields in org.apache.cayenne.remote.service declared as DataChannel | |
---|---|
protected DataChannel |
LocalConnection.channel
|
protected DataChannel |
ServerSession.channel
|
Methods in org.apache.cayenne.remote.service that return DataChannel | |
---|---|
protected DataChannel |
BaseRemoteService.createChannel()
Creates a server-side channel that will handle all client requests. |
DataChannel |
LocalConnection.getChannel()
Returns wrapped DataChannel. |
DataChannel |
ServerSession.getChannel()
|
protected DataChannel |
HttpRemoteService.getSharedChannel(java.lang.String name)
|
Methods in org.apache.cayenne.remote.service with parameters of type DataChannel | |
---|---|
protected void |
HttpRemoteService.saveSharedChannel(java.lang.String name,
DataChannel channel)
|
Constructors in org.apache.cayenne.remote.service with parameters of type DataChannel | |
---|---|
LocalConnection(DataChannel handler)
Creates LocalConnector with specified handler and no serialization. |
|
LocalConnection(DataChannel handler,
int serializationPolicy)
Creates a LocalConnector with specified handler and serialization policy. |
|
ServerSession(RemoteSession session,
DataChannel channel)
|
Uses of DataChannel in org.apache.cayenne.util |
---|
Methods in org.apache.cayenne.util with parameters of type DataChannel | |
---|---|
static boolean |
EventUtil.listenForChannelEvents(DataChannel channel,
DataChannelListener listener)
Utility method that sets up a GraphChangeListener to be notified when DataChannel posts an event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |