Class arjPropertyManager

java.lang.Object
com.arjuna.ats.arjuna.common.arjPropertyManager

public class arjPropertyManager extends Object
Property manager wrapper for the Arjuna module.
Author:
Richard Begg (richard_begg@hp.com)
  • Constructor Details

    • arjPropertyManager

      public arjPropertyManager()
  • Method Details

    • getCoreEnvironmentBean

      public static CoreEnvironmentBean getCoreEnvironmentBean()
    • getCoordinatorEnvironmentBean

      public static CoordinatorEnvironmentBean getCoordinatorEnvironmentBean()
    • getObjectStoreEnvironmentBean

      public static ObjectStoreEnvironmentBean 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) and BeanPopulator.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 to BeanPopulator.getDefaultInstance(Class).