org.mobicents.mscontrol.impl
Class MsNotifyEventImpl
java.lang.Object
org.mobicents.mscontrol.impl.MsNotifyEventImpl
- All Implemented Interfaces:
- java.io.Serializable, org.mobicents.mscontrol.MsNotifyEvent
public class MsNotifyEventImpl
- extends java.lang.Object
- implements org.mobicents.mscontrol.MsNotifyEvent
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
|
Constructor Summary |
MsNotifyEventImpl(org.mobicents.mscontrol.MsResource source,
org.mobicents.media.server.impl.common.events.EventID id,
org.mobicents.media.server.impl.common.events.EventCause cause,
java.lang.String message)
Creates a new instance of MsNotifyEventImpl |
|
Method Summary |
org.mobicents.media.server.impl.common.events.EventCause |
getCause()
|
org.mobicents.media.server.impl.common.events.EventID |
getEventID()
|
java.lang.String |
getMessage()
|
org.mobicents.mscontrol.MsResource |
getSource()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsNotifyEventImpl
public MsNotifyEventImpl(org.mobicents.mscontrol.MsResource source,
org.mobicents.media.server.impl.common.events.EventID id,
org.mobicents.media.server.impl.common.events.EventCause cause,
java.lang.String message)
- Creates a new instance of MsNotifyEventImpl
getSource
public org.mobicents.mscontrol.MsResource getSource()
- Specified by:
getSource in interface org.mobicents.mscontrol.MsNotifyEvent
getEventID
public org.mobicents.media.server.impl.common.events.EventID getEventID()
- Specified by:
getEventID in interface org.mobicents.mscontrol.MsNotifyEvent
getCause
public org.mobicents.media.server.impl.common.events.EventCause getCause()
- Specified by:
getCause in interface org.mobicents.mscontrol.MsNotifyEvent
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage in interface org.mobicents.mscontrol.MsNotifyEvent
Copyright © 2008. All Rights Reserved.