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:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      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

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

        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
IBM WebSphere Application ServerTM
Release 8.5