Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control
Class MediaSource

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.AbstractConferencingObject<MediaSource>
      extended by com.avaya.conferencing.api.acp.control.MediaSource
All Implemented Interfaces:
ConferencingObject<MediaSource>

public abstract class MediaSource
extends AbstractConferencingObject<MediaSource>

A source for hold music.

Since:
5.1.0.0.40

Field Summary
static java.lang.String ACTIVE
          The property name for isActive().
static java.lang.String NAME
          The property name for getName().
 
Fields inherited from class com.avaya.conferencing.api.acp.control.AbstractConferencingObject
VERBOSE_TO_STRING
 
Fields inherited from interface com.avaya.conferencing.api.acp.control.ConferencingObject
STATE
 
Constructor Summary
MediaSource()
           
 
Method Summary
 java.lang.String getName()
          Method getName returns the name of this MediaSource object.
 boolean isActive()
          Returns true if the MediaSource is connected.
 
Methods inherited from class com.avaya.conferencing.api.acp.control.AbstractConferencingObject
equals, execute, getVerbs, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.avaya.conferencing.api.acp.control.ConferencingObject
addAvailableVerbsChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, executeAs, getAllVerbs, getAllVerbsAs, getAllVerbsAs, getConnection, getId, getProperties, getProperties, getPropertyClass, getPropertyClasses, getPropertyType, getPropertyValue, getPropertyValues, getState, getVerbsAs, removeAvailableVerbsChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener
 

Field Detail

NAME

public static final java.lang.String NAME
The property name for getName().

Since:
5.1.0.0.40

ACTIVE

public static final java.lang.String ACTIVE
The property name for isActive().

Since:
5.1.0.0.40
Constructor Detail

MediaSource

public MediaSource()
Method Detail

getName

public final java.lang.String getName()
Method getName returns the name of this MediaSource object.

Returns:
the name (type String) of this MediaSource object.
Since:
5.1.0.0.40

isActive

public final boolean isActive()
Returns true if the MediaSource is connected.

Returns:
true if the MediaSource is connected.
Since:
5.1.0.0.40

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.