com.ibm.websphere.sip.resolver.events

Class SipURILookupEvent

  1. java.lang.Object
  2. extended byjava.util.EventObject
  3. extended bycom.ibm.websphere.sip.resolver.events.SipURILookupEvent
All implemented interfaces:
java.io.Serializable

  1. public class SipURILookupEvent
  2. extends java.util.EventObject
See Also:
Serialized Form

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
  1. java.util.List<javax.servlet.sip.SipURI>
getResults()
Returns a list of resulted SipUri objects
  1. javax.servlet.sip.SipSession
getSipSession()
Returns the related SipSession
  1. javax.servlet.sip.SipURI
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

  1. public SipURILookupEvent(javax.servlet.sip.SipSession session,
  2. javax.servlet.sip.SipURI sipUri,
  3. 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

  1. public javax.servlet.sip.SipSession getSipSession( )
Returns the related SipSession
Returns:
SipSession

getResults

  1. public java.util.List<javax.servlet.sip.SipURI> getResults( )
Returns a list of resulted SipUri objects
Returns:
List

getSipUri

  1. public javax.servlet.sip.SipURI getSipUri( )
Returns a queried sip uri
Returns:
SipURI