|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.AbstractConferencingObject<Operator>
com.avaya.conferencing.api.acp.control.Operator
public abstract class Operator
Encapsulates an operator.
| Field Summary | |
|---|---|
static java.lang.String |
END_POINT
The property name for getEndPoint(). |
static java.lang.String |
NAME
The property name for getName(). |
static java.lang.String |
TO_URI
The property name for getToURI(). |
| 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 | |
|---|---|
Operator()
|
|
| Method Summary | |
|---|---|
EndPoint |
getEndPoint()
Returns the EndPoint associated with this Operator or null if no EndPoint
has been connected. |
java.lang.String |
getName()
Gets the name associated with the EndPoint. |
java.lang.String |
getToURI()
Gets the dial-in URI for this Operator. |
| 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 |
|---|
public static final java.lang.String END_POINT
public static final java.lang.String TO_URI
public static final java.lang.String NAME
| Constructor Detail |
|---|
public Operator()
| Method Detail |
|---|
public final EndPoint getEndPoint()
null if no EndPoint
has been connected.
null if no EndPoint
has been connected.public final java.lang.String getName()
public final java.lang.String getToURI()
null if this ConferencingProvider does not support Operator dial-in.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||