public class MeetmeRoom extends Object
Constructor and Description |
---|
MeetmeRoom(int number) |
Modifier and Type | Method and Description |
---|---|
boolean |
addChannel(Channel channel) |
int |
getChannelCount() |
Channel[] |
getChannels() |
boolean |
getForceClose() |
Date |
getLastUpdated() |
RoomOwner |
getOwner() |
String |
getRoomNumber() |
boolean |
isActive()
returns true if the meetme room is active, false if it is available
|
void |
removeChannel(Channel channel) |
void |
removeOwner(RoomOwner toRemove) |
void |
resetChannelCount(int resetChannelCount)
This method should only be called if asterisk is reporting a channel
count for this meetme room which does not match our local channel count.
|
void |
setActive() |
void |
setForceClose(boolean canClose) |
void |
setInactive() |
void |
setLastUpdated() |
void |
setOwner(RoomOwner newOwner) |
public boolean addChannel(Channel channel)
public int getChannelCount()
public Channel[] getChannels()
public boolean getForceClose()
public Date getLastUpdated()
public String getRoomNumber()
public boolean isActive()
public void removeChannel(Channel channel)
public void setActive()
public void setForceClose(boolean canClose)
public void setInactive()
public void setLastUpdated()
public void resetChannelCount(int resetChannelCount)
channelCount
- public RoomOwner getOwner()
public void setOwner(RoomOwner newOwner)
public void removeOwner(RoomOwner toRemove)
Copyright © 2004–2017. All rights reserved.