org.apache.sandesha.util
Class PolicyLoader

java.lang.Object
  extended byorg.apache.sandesha.util.PolicyLoader

public class PolicyLoader
extends java.lang.Object


Method Summary
 long getAcknowledgementInterval()
           
 long getBaseRetransmissionInterval()
           
 java.lang.String getBinaryBackOff()
           
 java.lang.String getExponentialBackoff()
           
 long getInactivityTimeout()
           
static PolicyLoader getInstance()
           
 void helper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PolicyLoader getInstance()

getInactivityTimeout

public long getInactivityTimeout()

getBaseRetransmissionInterval

public long getBaseRetransmissionInterval()

getAcknowledgementInterval

public long getAcknowledgementInterval()

getExponentialBackoff

public java.lang.String getExponentialBackoff()

helper

public void helper()

getBinaryBackOff

public java.lang.String getBinaryBackOff()