org.mobicents.slee.resource.media.local
Class MsConnectionEventLocal

java.lang.Object
  extended by org.mobicents.slee.resource.media.local.MsConnectionEventLocal
All Implemented Interfaces:
java.io.Serializable, org.mobicents.mscontrol.MsConnectionEvent

public class MsConnectionEventLocal
extends java.lang.Object
implements org.mobicents.mscontrol.MsConnectionEvent

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
protected MsConnectionEventLocal(org.mobicents.mscontrol.MsConnectionEventID eventID, org.mobicents.mscontrol.MsConnectionEventCause cause, org.mobicents.mscontrol.MsConnection connection)
           
protected MsConnectionEventLocal(org.mobicents.mscontrol.MsConnectionEvent evt, org.mobicents.mscontrol.MsConnection connection)
           
 
Method Summary
 org.mobicents.mscontrol.MsConnectionEventCause getCause()
           
 org.mobicents.mscontrol.MsConnection getConnection()
           
 org.mobicents.mscontrol.MsConnectionEventID getEventID()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsConnectionEventLocal

protected MsConnectionEventLocal(org.mobicents.mscontrol.MsConnectionEvent evt,
                                 org.mobicents.mscontrol.MsConnection connection)

MsConnectionEventLocal

protected MsConnectionEventLocal(org.mobicents.mscontrol.MsConnectionEventID eventID,
                                 org.mobicents.mscontrol.MsConnectionEventCause cause,
                                 org.mobicents.mscontrol.MsConnection connection)
Method Detail

getConnection

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

getEventID

public org.mobicents.mscontrol.MsConnectionEventID getEventID()
Specified by:
getEventID in interface org.mobicents.mscontrol.MsConnectionEvent

getCause

public org.mobicents.mscontrol.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


Copyright © 2009. All Rights Reserved.