|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericConference
This interface parents all conference interface types - treating all conferences as generic collections of lines and other resources. All actual conference interfaces should extend this interface. No direct implementations of this interface should be made available.
Conference,
EnterQueue| Field Summary | |
|---|---|
static java.lang.String |
CONF_NAME
The name of the conference. |
static java.lang.String |
CONFERENCE_ID
The identifier for the conference. |
static java.lang.String |
PART_COUNT
The number of participants in the conference. |
static java.lang.String |
RESERVATION_GROUP
The identifier for the reservation group associated with this conference. |
| Method Summary | |
|---|---|
void |
deRegister(BridgeListener listener)
Remove a listener from the Conference. |
java.lang.Object |
getParameter(java.lang.String key)
Get the parameter defined by the given key string. |
java.util.Hashtable |
getParameters()
Gets a Hashtable containing the current state of the Conference object. |
Participant |
getParticipant(java.lang.String key)
Get a participant currently in this conference, the associated subconference, or any associated intercept conferences. |
java.util.Vector |
getParticipantIds()
Get the IDs of participants, including moderators, currently in this conference, and any associated subconferences and intercept conferences. |
void |
logoff()
Logoff to stop receiving events for this conference. |
void |
register(BridgeListener listener)
Register a listener for all events received by this Conference. |
void |
setAsynchronous()
Do not wait for command completion. |
void |
setSynchronous(long timeout)
Sets how long we should wait for command completion. |
| Field Detail |
|---|
static final java.lang.String CONF_NAME
static final java.lang.String PART_COUNT
static final java.lang.String CONFERENCE_ID
static final java.lang.String RESERVATION_GROUP
| Method Detail |
|---|
java.util.Hashtable getParameters()
java.lang.Object getParameter(java.lang.String key)
key - The String value identifying the desired parameter.
java.util.Vector getParticipantIds()
Participant getParticipant(java.lang.String key)
key - The participant id.
void setAsynchronous()
void setSynchronous(long timeout)
timeout - Milliseconds to wait for command to complete
void logoff()
throws BridgeException
BridgeException - Thrown if there is an internal error while sending the request for change to the
bridge.void register(BridgeListener listener)
listener - The Listener to add.void deRegister(BridgeListener listener)
listener - The Listener to remove.
|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||