com.bea.p13n.property
Interface PropertySetManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface PropertySetManagerHome
extends javax.ejb.EJBHome

Home interface for accessing the PropertySetManager stateless session bean.

See Also
PropertySetManager

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

Method Detail

create

PropertySetManager create()
                          throws javax.ejb.CreateException,
                                 RemoteException
Create a new PropertySetManager Session bean.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2009, 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.