com.avaya.conferencing.api.acp.control
Class Message
java.lang.Object
com.avaya.conferencing.api.acp.control.AbstractConferencingObject<Message>
com.avaya.conferencing.api.acp.control.Message
- All Implemented Interfaces:
- ConferencingObject<Message>
public abstract class Message
- extends AbstractConferencingObject<Message>
Annunciator messages are messages that can be played to Conferences, EndPoints and other
ConferencingObjects.
- Since:
- 5.1.0.0.29
|
Method Summary |
java.lang.String |
getMediaURI()
Gets the media URI of this annunciator message. |
java.lang.String |
getName()
Gets the name of this annunciator message. |
| 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 |
NAME
public static final java.lang.String NAME
- The property name for getName().
- Since:
- 5.1.0.0.29
MEDIA_URI
public static final java.lang.String MEDIA_URI
- The property name for getMediaURI().
- Since:
- 5.1.0.0.29
Message
public Message()
getMediaURI
public final java.lang.String getMediaURI()
- Gets the media URI of this annunciator message.
- Returns:
- the media URI of this annunciator message.
- Since:
- 5.1.0.0.29
getName
public final java.lang.String getName()
- Gets the name of this annunciator message.
- Returns:
- the name of this annunciator message.
- Since:
- 5.1.0.0.29
Copyright © 2008-2009 Avaya. All Rights Reserved.