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

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

public class MsSessionEventLocal
extends java.lang.Object
implements org.mobicents.mscontrol.MsSessionEvent

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
protected MsSessionEventLocal(org.mobicents.mscontrol.MsSessionEventID eventID, org.mobicents.mscontrol.MsSessionEventCause cause, org.mobicents.mscontrol.MsSession session)
           
protected MsSessionEventLocal(org.mobicents.mscontrol.MsSessionEvent evt, org.mobicents.mscontrol.MsSession session)
           
 
Method Summary
 java.lang.Object getCauseObject()
           
 org.mobicents.mscontrol.MsSessionEventCause getEventCause()
           
 org.mobicents.mscontrol.MsSessionEventID getEventID()
           
 org.mobicents.mscontrol.MsSession getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsSessionEventLocal

protected MsSessionEventLocal(org.mobicents.mscontrol.MsSessionEvent evt,
                              org.mobicents.mscontrol.MsSession session)

MsSessionEventLocal

protected MsSessionEventLocal(org.mobicents.mscontrol.MsSessionEventID eventID,
                              org.mobicents.mscontrol.MsSessionEventCause cause,
                              org.mobicents.mscontrol.MsSession session)
Method Detail

getSource

public org.mobicents.mscontrol.MsSession getSource()
Specified by:
getSource in interface org.mobicents.mscontrol.MsSessionEvent

getEventID

public org.mobicents.mscontrol.MsSessionEventID getEventID()
Specified by:
getEventID in interface org.mobicents.mscontrol.MsSessionEvent

getEventCause

public org.mobicents.mscontrol.MsSessionEventCause getEventCause()
Specified by:
getEventCause in interface org.mobicents.mscontrol.MsSessionEvent

getCauseObject

public java.lang.Object getCauseObject()
Specified by:
getCauseObject in interface org.mobicents.mscontrol.MsSessionEvent


Copyright © 2009. All Rights Reserved.