org.mobicents.slee.resource.sip.wrappers
Class TimeoutEventWrapper

java.lang.Object
  extended by java.util.EventObject
      extended by javax.sip.TimeoutEvent
          extended by org.mobicents.slee.resource.sip.wrappers.TimeoutEventWrapper
All Implemented Interfaces:
java.io.Serializable

public class TimeoutEventWrapper
extends javax.sip.TimeoutEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeoutEventWrapper(java.lang.Object source, javax.sip.ClientTransaction tx, javax.sip.Timeout timeOut)
           
TimeoutEventWrapper(java.lang.Object source, javax.sip.ServerTransaction tx, javax.sip.Timeout timeOut)
           
 
Method Summary
 
Methods inherited from class javax.sip.TimeoutEvent
getClientTransaction, getServerTransaction, getTimeout, isServerTransaction
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutEventWrapper

public TimeoutEventWrapper(java.lang.Object source,
                           javax.sip.ClientTransaction tx,
                           javax.sip.Timeout timeOut)

TimeoutEventWrapper

public TimeoutEventWrapper(java.lang.Object source,
                           javax.sip.ServerTransaction tx,
                           javax.sip.Timeout timeOut)


Copyright © 2008. All Rights Reserved.