DEPRECATED
Object
com.bea.p13n.property.PropertySetRepository
Property set repository which will aggregate PropertySets from multiple, referenced ContentManager.
This will look in the "java:comp/env/ejb/ContentManagers" JNDI branch (which should be coming from the PropertySetManager's deployment environment). If that is a Context, it will load up all children of the Context as ContentManager homes and return all of their PropertySets.
Object
PropertySetRepositoryImpl
com.bea.p13n.property.PropertySetRepository
Constructor Summary |
|
Method Summary |
public boolean |
|
public void |
|
public |
|
public |
|
public |
|
public void |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.p13n.property. |
|
Constructor Detail |
public PropertySetRepositoryImpl()
This will initialize the set of ContentManagers to use from the current "java:comp/env/ejb/ContentManagers" JNDI context.
Method Detail |
public boolean addPropertySet(Add a PropertySet to this repository.String
name,PropertySet
ps)
throwsUnsupportedOperationException
This operation is not supported.
UnsupportedOperationException
public void clear()Clear this repository
throwsUnsupportedOperationException
This operation is not supported.
UnsupportedOperationException
publicGet the named PropertySet.PropertySet
getPropertySet(String
name)
This will iterate over our ContentManager in reverse until we find one.
Related Topics
ContentManager.getPropertySet(String)
public String
[] getPropertySetNames()
Get all the PropertySet names this contains.
This will iterate over our ContentManagers, aggregating the results of each getPropertySetNames() call.
Related Topics
ContentManager.getPropertySetNames()
public Map
getPropertySets()
Get all the PropertySets this contains.
This will iterate over our ContentManagers, aggregating the results of each getPropertySets() call.
Related Topics
ContentManager.getPropertySets()
public void removePropertySet(Remove a PropertySet from this repository.String
name)
throwsUnsupportedOperationException
This operation is not supported.
UnsupportedOperationException