Uses of Class
com.caucho.ejb.protocol.AbstractHomeHandle

Packages that use AbstractHomeHandle
com.caucho.ejb.burlap   
com.caucho.ejb.hessian   
com.caucho.ejb.protocol   
 

Uses of AbstractHomeHandle in com.caucho.ejb.burlap
 

Subclasses of AbstractHomeHandle in com.caucho.ejb.burlap
 class BurlapHomeHandle
          Implementation for a home handle.
 

Methods in com.caucho.ejb.burlap that return AbstractHomeHandle
 AbstractHomeHandle BurlapHandleEncoder.createHomeHandle()
          Creates a home handle given the server id.
 

Uses of AbstractHomeHandle in com.caucho.ejb.hessian
 

Subclasses of AbstractHomeHandle in com.caucho.ejb.hessian
 class HessianHomeHandle
          Implementation for a home handle.
 

Methods in com.caucho.ejb.hessian that return AbstractHomeHandle
 AbstractHomeHandle HessianHandleEncoder.createHomeHandle()
          Creates a home handle given the server id.
 

Uses of AbstractHomeHandle in com.caucho.ejb.protocol
 

Subclasses of AbstractHomeHandle in com.caucho.ejb.protocol
 class HomeHandleImpl
          Implementation for a home handle.
 

Methods in com.caucho.ejb.protocol that return AbstractHomeHandle
 AbstractHomeHandle HandleEncoder.createHomeHandle()
          Creates a home handle given the server id.