com.caucho.ejb.hessian
Class HomeStub
java.lang.Object
com.caucho.ejb.hessian.HessianStub
com.caucho.ejb.hessian.HomeStub
- All Implemented Interfaces:
- HessianRemoteObject, java.rmi.Remote, EJBHome
public abstract class HomeStub
- extends HessianStub
- implements EJBHome
Base class for home stubs.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomeStub
public HomeStub()
getHessianType
public abstract java.lang.String getHessianType()
- Specified by:
getHessianType in interface HessianRemoteObject
getHomeHandle
public HomeHandle getHomeHandle()
throws java.rmi.RemoteException
- Returns the stub's home handle
- Specified by:
getHomeHandle in interface EJBHome
- Throws:
java.rmi.RemoteException
getEJBMetaData
public EJBMetaData getEJBMetaData()
throws java.rmi.RemoteException
- Specified by:
getEJBMetaData in interface EJBHome
- Throws:
java.rmi.RemoteException
remove
public void remove(Handle handle)
throws java.rmi.RemoteException,
RemoveException
- Remove the object specified by the handle from the server.
- Specified by:
remove in interface EJBHome
- Parameters:
handle - the handle to the object to remove
- Throws:
java.rmi.RemoteException
RemoveException
remove
public void remove(java.lang.Object publicKey)
throws java.rmi.RemoteException,
RemoveException
- Remove the object specified by the public key from the server.
- Specified by:
remove in interface EJBHome
- Parameters:
publicKey - the public key of the object to remove
- Throws:
java.rmi.RemoteException
RemoveException
_ejb_getEJBMetaData
protected EJBMetaData _ejb_getEJBMetaData()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_ejb_remove
protected void _ejb_remove(Handle handle)
throws java.rmi.RemoteException,
RemoveException
- Throws:
java.rmi.RemoteException
RemoveException
_ejb_remove
protected void _ejb_remove(java.lang.Object primaryKey)
throws java.rmi.RemoteException,
RemoveException
- Throws:
java.rmi.RemoteException
RemoveException