org.apache.sandesha2.util
Class PropertyManager

java.lang.Object
  extended byorg.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

Field Summary
static PropertyManager instance
           
 
Method Summary
 long getAcknowledgementInterval()
           
 long getInactivityTimeout()
           
static PropertyManager getInstance()
           
 long getRetransmissionInterval()
           
 RMPolicyBean getRMPolicyBean()
           
 java.lang.String getStorageManagerClass()
           
 boolean isExponentialBackoff()
           
 boolean isInOrderInvocation()
           
 void reload(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static PropertyManager instance
Method Detail

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.