PropertySetManagerHome Interface

com.bea.p13n.property
PropertySetManagerHome Interface

public interface PropertySetManagerHome

    extends EJBHome

Home interface for accessing the PropertySetManager stateless session bean.

Related Topics

PropertySetManager


All Superinterfaces
EJBHome, Remote

Method Summary

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

Method Detail

create() Method

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

Exceptions

CreateException
RemoteException