EntityPropertyManagerHome Interface

com.bea.p13n.property
EntityPropertyManagerHome Interface

public interface EntityPropertyManagerHome

    extends EJBHome

The home interface for the EntityPropertyManager Session Bean. Use this class to create EntityPropertyManager.


All Superinterfaces
EJBHome, Remote

Method Summary

public EntityPropertyManager
create()
Create a new EntityPropertyManager Session Bean.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public EntityPropertyManager create()
throws CreateException, RemoteException
Create a new EntityPropertyManager Session Bean.

Exceptions

CreateException
RemoteException