© 2005 BEA Systems, Inc.

com.beasys.commerce.foundation
Class EntityHome

java.lang.Object
  extended bycom.beasys.commerce.foundation.EntityHome
All Implemented Interfaces:
EJBHome, Remote, SmartEJBHome, SmartHome

public abstract class EntityHome
extends Object
implements SmartEJBHome

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

See Also:
Entity, EntityImpl

Constructor Summary
EntityHome()
           
 
Method Summary
 EJBMetaData getEJBMetaData()
          Implements EjbHome.getEJBMetaData().
 void remove(Handle arg1)
          Implements EjbHome.remove().
 void remove(Object arg1)
          Implements EjbHome.remove().
 
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

EntityHome

public EntityHome()
Method Detail

getEJBMetaData

public EJBMetaData getEJBMetaData()
                           throws RemoteException
Implements EjbHome.getEJBMetaData().

Specified by:
getEJBMetaData in interface EJBHome
Throws:
RemoteException

remove

public void remove(Handle arg1)
            throws RemoteException,
                   RemoveException
Implements EjbHome.remove().

Specified by:
remove in interface EJBHome
Throws:
RemoteException
RemoveException

remove

public void remove(Object arg1)
            throws RemoteException,
                   RemoveException
Implements EjbHome.remove().

Specified by:
remove in interface EJBHome
Throws:
RemoteException
RemoveException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved