|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
PropertySetManager is a stateless session bean that provides access to property sets, through PropertySetRepositories. It also provides translation between XML and property set objects for use in the data synchronization framework.
PropertySet| Method Summary | |
PropertySet |
getPropertySet(java.lang.String type,
java.lang.String name)
Get the PropertySet identified by the given type and name |
java.util.Map |
getPropertySets(java.lang.String type)
Get all PropertySets of a given type |
java.lang.String |
getPropertySetXml(java.lang.String type,
java.lang.String name)
Retrieve the XML representation of a property set |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
public PropertySet getPropertySet(java.lang.String type,
java.lang.String name)
throws java.rmi.RemoteException
type - the PropertySetTypename - the name of the PropertySet
public java.util.Map getPropertySets(java.lang.String type)
throws java.rmi.RemoteException
type - the PropertySetType to retrieve
public java.lang.String getPropertySetXml(java.lang.String type,
java.lang.String name)
throws java.rmi.RemoteException
type - the PropertySet typename - the name of the PropertySet to retrieve
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||