com.bea.p13n.property
Interface EntityPropertyManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface EntityPropertyManagerHome
extends javax.ejb.EJBHome

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


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

Method Detail

create

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

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.