com.ibm.websphere.sip.resolver.events
Class SipURILookupEvent
- java.lang.Object
java.util.EventObject
com.ibm.websphere.sip.resolver.events.SipURILookupEvent
All implemented interfaces:
java.io.Serializable
- public class SipURILookupEvent
- extends java.util.EventObject
See Also:
Field Summary
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary
Constructor and Description |
---|
SipURILookupEvent(javax.servlet.sip.SipSession session,javax.servlet.sip.SipURI sipUri,java.util.List<javax.servlet.sip.SipURI> results)
Constructor for a new SipURILookupEvent.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getResults()
Returns a list of resulted SipUri objects
|
|
getSipSession()
Returns the related SipSession
|
|
getSipUri()
Returns a queried sip uri
|
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
SipURILookupEvent
- public SipURILookupEvent(javax.servlet.sip.SipSession session,
- javax.servlet.sip.SipURI sipUri,
- java.util.List<javax.servlet.sip.SipURI> results)
Constructor for a new SipURILookupEvent.
Parameters:
session
- - the session the event relates to sipUri
- - the queried sip uri results
- - List of resulted SipUri objects Method Detail
getSipSession
- public javax.servlet.sip.SipSession getSipSession( )
Returns the related SipSession
Returns:
SipSession
getResults
- public java.util.List<javax.servlet.sip.SipURI> getResults( )
Returns a list of resulted SipUri objects
Returns:
List
getSipUri
- public javax.servlet.sip.SipURI getSipUri( )
Returns a queried sip uri
Returns:
SipURI