SessionHome Class
- public abstract class SessionHome
extends Object
implements SmartEJBHome
This is the abstract base class that all session homes must extend.
Related Topics
Session
SessionImpl
-
Hierarchy
-
Object
SessionHome
-
All Implemented Interfaces
-
EJBHome
, Remote
, SmartEJBHome
, SmartHome
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionHome
public SessionHome()
getEJBMetaData() Method
public EJBMetaData
getEJBMetaData()
throws RemoteException
Implements EjbHome.getEJBMetaData().
Exceptions
-
RemoteException
remove(Object) Method
public void remove(Object
arg1)
throws RemoteException
, RemoveException
Implements EjbHome.remove().
Exceptions
-
RemoteException
-
RemoveException
remove(Handle) Method
public void remove(Handle
arg1)
throws RemoteException
, RemoveException
Implements EjbHome.remove().
Exceptions
-
RemoteException
-
RemoveException