Avaya Conferencing Provider API

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

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.AbstractConferencingObject<Message>
      extended by 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

Field Summary
static java.lang.String MEDIA_URI
          The property name for getMediaURI().
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
Message()
           
 
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 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.29

MEDIA_URI

public static final java.lang.String MEDIA_URI
The property name for getMediaURI().

Since:
5.1.0.0.29
Constructor Detail

Message

public Message()
Method Detail

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

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.