Avaya Conferencing Provider API

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

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.AbstractConnectionSpecificResource
      extended by com.avaya.conferencing.api.acp.control.Room
All Implemented Interfaces:
ConnectionSpecificResource

public abstract class Room
extends AbstractConnectionSpecificResource

A Connection may support multiple subconferences in Conference instances. Each SubconferenceRoom represents separate areas within each Conference to which EndPoints can be moved.

Since:
5.1.0.0.29
See Also:
PlaceInSubconference

Constructor Summary
Room()
           
 
Method Summary
abstract  java.lang.String getName()
          Method getName returns the name of this SubconferenceRoom object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.avaya.conferencing.api.acp.control.ConnectionSpecificResource
getResourceClass
 

Constructor Detail

Room

public Room()
Method Detail

getName

public abstract java.lang.String getName()
Method getName returns the name of this SubconferenceRoom object.

Returns:
the name (type String) of this SubconferenceRoom object.
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.