Uses of Interface
org.apache.cayenne.remote.RemoteService

Packages that use RemoteService
org.apache.cayenne.remote.hessian   
org.apache.cayenne.remote.hessian.service   
org.apache.cayenne.remote.service   
 

Uses of RemoteService in org.apache.cayenne.remote.hessian
 

Fields in org.apache.cayenne.remote.hessian declared as RemoteService
protected  RemoteService HessianConnection.service
           
 

Uses of RemoteService in org.apache.cayenne.remote.hessian.service
 

Classes in org.apache.cayenne.remote.hessian.service that implement RemoteService
 class HessianService
          An implementation of RemoteService using binary Hessian protocol.
 

Uses of RemoteService in org.apache.cayenne.remote.service
 

Classes in org.apache.cayenne.remote.service that implement RemoteService
 class BaseRemoteService
          A generic implementation of an RemoteService.
 class HttpRemoteService
          A RemoteService implementation that stores server context information in HTTP sessions.
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.