Constructor and Description |
---|
DurationRoomOwner(long duration,
TimeUnit units) |
Modifier and Type | Method and Description |
---|---|
boolean |
isRoomStillRequired()
implementations of this method should NOT take locks and should return
quickly.
|
void |
setRoom(MeetmeRoom meetmeRoom)
this can be usefull to null the reference to the Owner when the room is
nolong owned
|
public DurationRoomOwner(long duration, TimeUnit units)
public boolean isRoomStillRequired()
RoomOwner
isRoomStillRequired
in interface RoomOwner
public void setRoom(MeetmeRoom meetmeRoom)
RoomOwner
Copyright © 2004–2020. All rights reserved.