org.mobicents.media.server.impl.resource.audio
Class RecorderEvent

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.audio.RecorderEvent
All Implemented Interfaces:
java.io.Serializable, org.mobicents.media.server.spi.events.NotifyEvent

public class RecorderEvent
extends java.lang.Object
implements org.mobicents.media.server.spi.events.NotifyEvent

Author:
amit bhayani
See Also:
Serialized Form

Field Summary
static int DURATION_OVER
           
static int FAILED
           
static int STOPPED
           
 
Fields inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
COMPLETED, RX_FAILED, START_FAILED, STARTED, TX_FAILED
 
Constructor Summary
RecorderEvent(RecorderImpl recorder, int eventID)
           
 
Method Summary
 org.mobicents.media.server.spi.Connection getConnection()
           
 org.mobicents.media.server.spi.Endpoint getEndpoint()
           
 int getEventID()
           
 java.lang.String getResourceName()
           
 org.mobicents.media.Component getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DURATION_OVER

public static final int DURATION_OVER
See Also:
Constant Field Values

STOPPED

public static final int STOPPED
See Also:
Constant Field Values

FAILED

public static final int FAILED
See Also:
Constant Field Values
Constructor Detail

RecorderEvent

public RecorderEvent(RecorderImpl recorder,
                     int eventID)
Method Detail

getConnection

public org.mobicents.media.server.spi.Connection getConnection()

getEndpoint

public org.mobicents.media.server.spi.Endpoint getEndpoint()

getEventID

public int getEventID()
Specified by:
getEventID in interface org.mobicents.media.server.spi.events.NotifyEvent

getResourceName

public java.lang.String getResourceName()

getSource

public org.mobicents.media.Component getSource()
Specified by:
getSource in interface org.mobicents.media.server.spi.events.NotifyEvent


Copyright © 2009. All Rights Reserved.