com.beasys.commerce.foundation
Class SessionHome

java.lang.Object
  extended by com.beasys.commerce.foundation.SessionHome
All Implemented Interfaces
SmartEJBHome, SmartHome, Remote, javax.ejb.EJBHome

Deprecated See BEA Commerce product offering

@Deprecated
public abstract class SessionHome
extends Object
implements SmartEJBHome

This is the abstract base class that all session homes must extend.

See Also
Session, SessionImpl

Constructor Summary
SessionHome()
          Deprecated See BEA Commerce product offering
 
Method Summary
 javax.ejb.EJBMetaData getEJBMetaData()
          Deprecated See BEA Commerce product offering
 void remove(javax.ejb.Handle arg1)
          Deprecated See BEA Commerce product offering
 void remove(Object arg1)
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EJBHome
getHomeHandle
 

Constructor Detail

SessionHome

public SessionHome()
Deprecated See BEA Commerce product offering

Method Detail

getEJBMetaData

public javax.ejb.EJBMetaData getEJBMetaData()
                                     throws RemoteException
Deprecated See BEA Commerce product offering

Implements EjbHome.getEJBMetaData().

Specified by:
getEJBMetaData in interface javax.ejb.EJBHome
Throws
RemoteException

remove

public void remove(Object arg1)
            throws RemoteException,
                   javax.ejb.RemoveException
Deprecated See BEA Commerce product offering

Implements EjbHome.remove().

Specified by:
remove in interface javax.ejb.EJBHome
Throws
RemoteException
javax.ejb.RemoveException

remove

public void remove(javax.ejb.Handle arg1)
            throws RemoteException,
                   javax.ejb.RemoveException
Deprecated See BEA Commerce product offering

Implements EjbHome.remove().

Specified by:
remove in interface javax.ejb.EJBHome
Throws
RemoteException
javax.ejb.RemoveException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved