Package com.arjuna.ats.arjuna.common
Class arjPropertyManager
java.lang.Object
com.arjuna.ats.arjuna.common.arjPropertyManager
Property manager wrapper for the Arjuna module.
- Author:
- Richard Begg (richard_begg@hp.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinatorEnvironmentBeanstatic CoreEnvironmentBeanstatic ObjectStoreEnvironmentBean
-
Constructor Details
-
arjPropertyManager
public arjPropertyManager()
-
-
Method Details
-
getCoreEnvironmentBean
-
getCoordinatorEnvironmentBean
-
getObjectStoreEnvironmentBean
- Returns:
- an ObjectStoreEnvironmentBean instance that will update all named
instances of beans of type ObjectStoreEnvironmentBean as returned from calls
to
BeanPopulator.getNamedInstance(Class, String)andBeanPopulator.getDefaultInstance(Class). The getters of the returned object will pass through to the getter of the default bean instance that is returned from a call toBeanPopulator.getDefaultInstance(Class).
-