IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sip.resolver.events
Class SipURILookupErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.websphere.sip.resolver.events.SipURILookupErrorEvent
All Implemented Interfaces:
java.io.Serializable

public class SipURILookupErrorEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)
          Constructor for a new SipURILookupErrorEvent.
 
Method Summary
 SipURIResolveException getException()
          Returns related SipURIResolveException
 javax.servlet.sip.SipSession getSipSession()
          Returns the session the error event relates to
 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

SipURILookupErrorEvent

public SipURILookupErrorEvent(javax.servlet.sip.SipSession session,
                              javax.servlet.sip.SipURI sipUri,
                              SipURIResolveException exception)
Constructor for a new SipURILookupErrorEvent.

Parameters:
session - - the session the error event relates to
sipUri - - the sip uri the error event relates to
exception -
Method Detail

getSipSession

public javax.servlet.sip.SipSession getSipSession()
Returns the session the error event relates to

Returns:
SipSession

getSipUri

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

Returns:
SipURI

getException

public SipURIResolveException getException()
Returns related SipURIResolveException

Returns:
SipURIResolveException

IBM WebSphere Application ServerTM
Release 8