|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.remote.service.BaseRemoteService
org.apache.cayenne.remote.service.HttpRemoteService
org.apache.cayenne.remote.hessian.service.HessianService
public class HessianService
An implementation of RemoteService for work within Caucho Hessian environment.
Field Summary | |
---|---|
static java.lang.String[] |
SERVER_SERIALIZER_FACTORIES
|
Fields inherited from class org.apache.cayenne.remote.service.BaseRemoteService |
---|
contextFactory, eventBridgeFactoryName, eventBridgeParameters, logger |
Constructor Summary | |
---|---|
HessianService(ObjectContextFactory contextFactory,
java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties)
|
Method Summary | |
---|---|
protected javax.servlet.http.HttpSession |
getSession(boolean create)
Returns an HttpSession associated with the current request in progress. |
Methods inherited from class org.apache.cayenne.remote.service.HttpRemoteService |
---|
createServerSession, createServerSession, getServerSession, getSharedChannel, saveSharedChannel |
Methods inherited from class org.apache.cayenne.remote.service.BaseRemoteService |
---|
createChannel, createRemoteSession, establishSession, establishSharedSession, getEventBridgeFactoryName, getEventBridgeParameters, initEventBridgeParameters, processMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] SERVER_SERIALIZER_FACTORIES
Constructor Detail |
---|
public HessianService(ObjectContextFactory contextFactory, java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties)
Method Detail |
---|
protected javax.servlet.http.HttpSession getSession(boolean create)
HttpRemoteService
getSession
in class HttpRemoteService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |