org.cipango.diameter.api
Class DiameterErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.cipango.diameter.api.DiameterErrorEvent
All Implemented Interfaces:
java.io.Serializable

public class DiameterErrorEvent
extends java.util.EventObject

Events of this type are sent to objects implementing the DiameterErrorListener interface when an error occurs which is related to the Diameter request processing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DiameterErrorEvent(DiameterServletRequest source, long timeout)
           
 
Method Summary
 DiameterServletRequest getRequest()
          Returns the Diameter request associated with DiameterErrorEvent.
 long timeout()
          Return the timeout in milliseconds that throws this event.
 
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

DiameterErrorEvent

public DiameterErrorEvent(DiameterServletRequest source,
                          long timeout)
Method Detail

getRequest

public DiameterServletRequest getRequest()
Returns the Diameter request associated with DiameterErrorEvent.

Returns:
the Diameter request associated with DiameterErrorEvent.

timeout

public long timeout()
Return the timeout in milliseconds that throws this event.

Returns:
the timeout in milliseconds that throws this event.


Copyright © 2010. All Rights Reserved.