EntityHome Class

com.beasys.commerce.foundation
EntityHome Class

public abstract class EntityHome

    extends Object
    implements SmartEJBHome

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

Related Topics

Entity
EntityImpl


Hierarchy
Object
  EntityHome
All Implemented Interfaces

EJBHome, Remote, SmartEJBHome, SmartHome

Constructor Summary

EntityHome()

 

Method Summary

public EJBMetaData
getEJBMetaData()
Implements EjbHome.getEJBMetaData().
public void
remove(Object arg1)
Implements EjbHome.remove().
public void
remove(Handle arg1)
Implements EjbHome.remove().
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Constructor Detail

EntityHome

public EntityHome()
 

Method Detail

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