Avaya Conferencing Provider API

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

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

public abstract class Operator
extends AbstractConferencingObject<Operator>
implements CPAuthentication

Encapsulates an operator.

Since:
5.1.0.0.29

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

END_POINT

public static final java.lang.String END_POINT
The property name for getEndPoint().

Since:
5.1.0.0.29

TO_URI

public static final java.lang.String TO_URI
The property name for getToURI().

Since:
5.1.0.0.29

NAME

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

Since:
5.1.0.0.29
Constructor Detail

Operator

public Operator()
Method Detail

getEndPoint

public final EndPoint getEndPoint()
Returns the EndPoint associated with this Operator or null if no EndPoint has been connected.

Returns:
The EndPoint associated with this Operator or null if no EndPoint has been connected.
Since:
5.1.0.0.29

getName

public final java.lang.String getName()
Gets the name associated with the EndPoint.

Returns:
the name associated with the EndPoint.
Since:
5.1.0.0.29

getToURI

public final java.lang.String getToURI()
Gets the dial-in URI for this Operator. The URI is the URI for this ConferencingProvider which directly establishes the EndPoint for this Operator. The alternative method for associating an EndPoint is to use the MakeCall operation.

The URI schemes returned by this method can include the following: The Connection.getSupportedURISchemes() method returns the complete list of URI schemes supported by the specific Connection.

Returns:
the URI for this ConferencingProvider which directly establishes the EndPoint for this Operator without requiring a MakeCall operation or null if this ConferencingProvider does not support Operator dial-in.
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.