|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MeetMeRoom
Represents an Asterisk MeetMe room.
MeetMe rooms bridge multiple channels.
Method Summary | |
---|---|
java.lang.String |
getRoomNumber()
Returns the number of this MeetMe room. |
java.util.Collection<MeetMeUser> |
getUsers()
Returns a collection of all active users in this MeetMe room. |
boolean |
isEmpty()
Checks whether there are users in this room or not. |
void |
lock()
Locks this room so no addtional users can join. |
void |
unlock()
Unlocks this room so additional users can join again. |
Method Detail |
---|
java.lang.String getRoomNumber()
This property is immutable.
java.util.Collection<MeetMeUser> getUsers()
boolean isEmpty()
true
if this room is empty, false
if there are users in it.void lock() throws ManagerCommunicationException
ManagerCommunicationException
- if the room can't be locked.void unlock() throws ManagerCommunicationException
ManagerCommunicationException
- if the room can't be locked.
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |