javax.ejb
Interface EJBHome
- All Superinterfaces:
- Remote
public interface EJBHome
- extends Remote
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
getEJBMetaData
EJBMetaData getEJBMetaData()
throws RemoteException
- Throws:
RemoteException
getHomeHandle
HomeHandle getHomeHandle()
throws RemoteException
- Throws:
RemoteException
remove
void remove(Handle handle)
throws RemoteException,
RemoveException
- Throws:
RemoteException
RemoveException
remove
void remove(Object primaryKey)
throws RemoteException,
RemoveException
- Throws:
RemoteException
RemoveException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.