org.mobicents.mscontrol.impl
Class MsConnectionEventImpl

java.lang.Object
  extended by org.mobicents.mscontrol.impl.MsConnectionEventImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, org.mobicents.mscontrol.MsConnectionEvent

public class MsConnectionEventImpl
extends java.lang.Object
implements org.mobicents.mscontrol.MsConnectionEvent, java.lang.Runnable

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
MsConnectionEventImpl(MsConnectionImpl connection, org.mobicents.media.msc.common.events.MsConnectionEventID eventID, org.mobicents.media.msc.common.events.MsConnectionEventCause cause, java.lang.String msg)
          Creates a new instance of MsConnectionEventImpl
 
Method Summary
 org.mobicents.media.msc.common.events.MsConnectionEventCause getCause()
           
 org.mobicents.mscontrol.MsConnection getConnection()
           
 org.mobicents.media.msc.common.events.MsConnectionEventID getEventID()
           
 java.lang.String getMessage()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsConnectionEventImpl

public MsConnectionEventImpl(MsConnectionImpl connection,
                             org.mobicents.media.msc.common.events.MsConnectionEventID eventID,
                             org.mobicents.media.msc.common.events.MsConnectionEventCause cause,
                             java.lang.String msg)
Creates a new instance of MsConnectionEventImpl

Method Detail

getConnection

public org.mobicents.mscontrol.MsConnection getConnection()
Specified by:
getConnection in interface org.mobicents.mscontrol.MsConnectionEvent

getEventID

public org.mobicents.media.msc.common.events.MsConnectionEventID getEventID()
Specified by:
getEventID in interface org.mobicents.mscontrol.MsConnectionEvent

getCause

public org.mobicents.media.msc.common.events.MsConnectionEventCause getCause()
Specified by:
getCause in interface org.mobicents.mscontrol.MsConnectionEvent

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface org.mobicents.mscontrol.MsConnectionEvent

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2008. All Rights Reserved.