org.objectweb.jotm.btp.messages
Class MinimumInferiorTimeout

java.lang.Object
  |
  +--org.objectweb.jotm.btp.messages.Qualifier
        |
        +--org.objectweb.jotm.btp.messages.MinimumInferiorTimeout

public class MinimumInferiorTimeout
extends Qualifier


Constructor Summary
MinimumInferiorTimeout(int seconds)
          Create a new MinimumInferiorTimeout qualifier.
MinimumInferiorTimeout(XElement el)
           
 
Method Summary
 int getMinimumTimeout()
           
 
Methods inherited from class org.objectweb.jotm.btp.messages.Qualifier
addElement, elementAt, getName, setContent, setContent, setGroup, setMustBeUnderstood, setToBePropagated, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinimumInferiorTimeout

public MinimumInferiorTimeout(int seconds)
Create a new MinimumInferiorTimeout qualifier.

Parameters:
seconds - timeout in seconds

MinimumInferiorTimeout

public MinimumInferiorTimeout(XElement el)
Method Detail

getMinimumTimeout

public int getMinimumTimeout()