Uses of Interface
javax.ejb.HomeHandle

Packages that use HomeHandle
com.caucho.ejb   
com.caucho.ejb.burlap   
com.caucho.ejb.hessian   
com.caucho.ejb.protocol   
com.caucho.ejb.session   
javax.ejb   
 

Uses of HomeHandle in com.caucho.ejb
 

Fields in com.caucho.ejb declared as HomeHandle
protected  HomeHandle AbstractServer._homeHandle
           
 

Methods in com.caucho.ejb that return HomeHandle
 HomeHandle AbstractContext.getHomeHandle()
          Returns the object's home handle.
 HomeHandle AbstractServer.getHomeHandle()
          Returns the home handle for the container
 

Uses of HomeHandle in com.caucho.ejb.burlap
 

Classes in com.caucho.ejb.burlap that implement HomeHandle
 class BurlapHomeHandle
          Implementation for a home handle.
 

Uses of HomeHandle in com.caucho.ejb.hessian
 

Classes in com.caucho.ejb.hessian that implement HomeHandle
 class HessianHomeHandle
          Implementation for a home handle.
 

Methods in com.caucho.ejb.hessian that return HomeHandle
 HomeHandle HomeStub.getHomeHandle()
          Returns the stub's home handle
 

Uses of HomeHandle in com.caucho.ejb.protocol
 

Classes in com.caucho.ejb.protocol that implement HomeHandle
 class AbstractHomeHandle
          Implementation for a home handle.
 class HomeHandleImpl
          Implementation for a home handle.
 

Fields in com.caucho.ejb.protocol declared as HomeHandle
protected  HomeHandle HomeSkeletonWrapper.handle
           
 

Constructors in com.caucho.ejb.protocol with parameters of type HomeHandle
HomeSkeletonWrapper(HomeHandle handle)
          Constructor for the HomeSkeleton
 

Uses of HomeHandle in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return HomeHandle
 HomeHandle StatefulHome.getHomeHandle()
          Returns the home handle for the home bean.
 HomeHandle StatelessHome.getHomeHandle()
          Returns the home handle for the home bean.
 

Uses of HomeHandle in javax.ejb
 

Methods in javax.ejb that return HomeHandle
 HomeHandle EJBHome.getHomeHandle()