org.mobicents.mscontrol.impl
Class MsLinkEventImpl
java.lang.Object
org.mobicents.mscontrol.impl.MsLinkEventImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable, org.mobicents.mscontrol.MsLinkEvent
public class MsLinkEventImpl
- extends java.lang.Object
- implements org.mobicents.mscontrol.MsLinkEvent, java.lang.Runnable
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
|
Constructor Summary |
MsLinkEventImpl(MsLinkImpl source,
org.mobicents.mscontrol.MsLinkEventID eventID,
org.mobicents.mscontrol.MsLinkEventCause cause)
Creates a new instance of MsTerminationEventImpl |
MsLinkEventImpl(MsLinkImpl source,
org.mobicents.mscontrol.MsLinkEventID eventID,
org.mobicents.mscontrol.MsLinkEventCause cause,
java.lang.String msg)
|
|
Method Summary |
org.mobicents.mscontrol.MsLinkEventCause |
getCause()
|
org.mobicents.mscontrol.MsLinkEventID |
getEventID()
|
java.lang.String |
getMessage()
|
org.mobicents.mscontrol.MsLink |
getSource()
|
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsLinkEventImpl
public MsLinkEventImpl(MsLinkImpl source,
org.mobicents.mscontrol.MsLinkEventID eventID,
org.mobicents.mscontrol.MsLinkEventCause cause)
- Creates a new instance of MsTerminationEventImpl
MsLinkEventImpl
public MsLinkEventImpl(MsLinkImpl source,
org.mobicents.mscontrol.MsLinkEventID eventID,
org.mobicents.mscontrol.MsLinkEventCause cause,
java.lang.String msg)
getSource
public org.mobicents.mscontrol.MsLink getSource()
- Specified by:
getSource in interface org.mobicents.mscontrol.MsLinkEvent
getEventID
public org.mobicents.mscontrol.MsLinkEventID getEventID()
- Specified by:
getEventID in interface org.mobicents.mscontrol.MsLinkEvent
getCause
public org.mobicents.mscontrol.MsLinkEventCause getCause()
- Specified by:
getCause in interface org.mobicents.mscontrol.MsLinkEvent
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage in interface org.mobicents.mscontrol.MsLinkEvent
run
public void run()
- Specified by:
run in interface java.lang.Runnable
Copyright © 2009. All Rights Reserved.