org.objectweb.jotm.btp.messages
Class TransactionTimelimit

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

public class TransactionTimelimit
extends Qualifier


Constructor Summary
TransactionTimelimit(int seconds)
           
TransactionTimelimit(XElement el)
           
 
Method Summary
 int getTimelimit()
           
 
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

TransactionTimelimit

public TransactionTimelimit(int seconds)

TransactionTimelimit

public TransactionTimelimit(XElement el)
Method Detail

getTimelimit

public int getTimelimit()