BEA Systems, Inc.

com.beasys.commerce.foundation
Class EntityHome

java.lang.Object
  |
  +--com.beasys.commerce.foundation.EntityHome

public abstract class EntityHome
extends java.lang.Object
implements SmartEJBHome

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

See Also:
Entity, EntityImpl

Constructor Summary
EntityHome()
           
 
Method Summary
 javax.ejb.EJBMetaData getEJBMetaData()
          Implements EjbHome.getEJBMetaData().
 void remove(javax.ejb.Handle arg1)
          Implements EjbHome.remove().
 void remove(java.lang.Object arg1)
          Implements EjbHome.remove().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityHome

public EntityHome()
Method Detail

getEJBMetaData

public javax.ejb.EJBMetaData getEJBMetaData()
                                     throws java.rmi.RemoteException
Implements EjbHome.getEJBMetaData().

remove

public void remove(java.lang.Object arg1)
            throws java.rmi.RemoteException,
                   javax.ejb.RemoveException
Implements EjbHome.remove().

remove

public void remove(javax.ejb.Handle arg1)
            throws java.rmi.RemoteException,
                   javax.ejb.RemoveException
Implements EjbHome.remove().

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved