net.java.slee.resource.sip
Class CancelRequestEvent
java.lang.Object
java.util.EventObject
javax.sip.RequestEvent
net.java.slee.resource.sip.CancelRequestEvent
- All Implemented Interfaces:
- java.io.Serializable
public class CancelRequestEvent
- extends javax.sip.RequestEvent
The event that signals the arrival of a CANCEL SIP Request.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
CancelRequestEvent(java.lang.Object source,
javax.sip.ServerTransaction serverTransaction,
javax.sip.ServerTransaction matchingTransaction,
javax.sip.Dialog dialog,
javax.sip.message.Request request)
|
|
Method Summary |
javax.sip.ServerTransaction |
getMatchingTransaction()
Retrieves the ServerTransaction that matches this event. |
java.lang.String |
toString()
|
| Methods inherited from class javax.sip.RequestEvent |
getDialog, getRequest, getServerTransaction |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CancelRequestEvent
public CancelRequestEvent(java.lang.Object source,
javax.sip.ServerTransaction serverTransaction,
javax.sip.ServerTransaction matchingTransaction,
javax.sip.Dialog dialog,
javax.sip.message.Request request)
getMatchingTransaction
public javax.sip.ServerTransaction getMatchingTransaction()
- Retrieves the
ServerTransaction that matches this event.
- Returns:
- null if there is no matching transaction.
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.EventObject
Copyright © 2010. All Rights Reserved.