org.mobicents.media.server.impl
Class FailureEventImpl

java.lang.Object
  extended by org.mobicents.media.server.impl.NotifyEventImpl
      extended by org.mobicents.media.server.impl.FailureEventImpl
All Implemented Interfaces:
java.io.Serializable, org.mobicents.media.server.spi.events.FailureEvent, org.mobicents.media.server.spi.events.NotifyEvent

public class FailureEventImpl
extends NotifyEventImpl
implements org.mobicents.media.server.spi.events.FailureEvent

Author:
kulikov
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
COMPLETED, RX_FAILED, START_FAILED, STARTED, STOPPED, TX_FAILED
 
Constructor Summary
FailureEventImpl(BaseComponent component, int eventID, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class org.mobicents.media.server.impl.NotifyEventImpl
getEventID, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
getEventID, getSource
 

Constructor Detail

FailureEventImpl

public FailureEventImpl(BaseComponent component,
                        int eventID,
                        java.lang.Exception e)
Method Detail

getException

public java.lang.Exception getException()
Specified by:
getException in interface org.mobicents.media.server.spi.events.FailureEvent


Copyright © 2010. All Rights Reserved.