org.apache.sandesha2.util
Class PropertyManager
java.lang.Object
org.apache.sandesha2.util.PropertyManager
- public class PropertyManager
- extends java.lang.Object
Loads properties from sandesha2.properties file (from Sandesha2Constants if this is not available).
- Author:
- Chamikara Jayalath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static PropertyManager instance
getInstance
public static PropertyManager getInstance()
reload
public void reload(java.io.InputStream stream)
isExponentialBackoff
public boolean isExponentialBackoff()
getRetransmissionInterval
public long getRetransmissionInterval()
getAcknowledgementInterval
public long getAcknowledgementInterval()
getInactivityTimeout
public long getInactivityTimeout()
getStorageManagerClass
public java.lang.String getStorageManagerClass()
getRMPolicyBean
public RMPolicyBean getRMPolicyBean()
isInOrderInvocation
public boolean isInOrderInvocation()
Copyright © 2005 Apache Web Services. All Rights Reserved.