Package | Description |
---|---|
tigase.workgroupqueues.modules.muc | |
tigase.workgroupqueues.scheduler |
Modifier and Type | Method and Description |
---|---|
void |
MucControllerModule.addAgent(Queue queue,
Room room,
Agent agent,
AsyncCallback asyncCallback) |
void |
MucControllerModule.addUser(Queue queue,
Room room,
User user,
AsyncCallback asyncCallback) |
void |
MucControllerModule.createRoom(Queue queue,
Room room,
AsyncCallback asyncCallback) |
void |
MucControllerModule.destroyRoom(Queue queue,
Room room) |
Modifier and Type | Method and Description |
---|---|
Room |
DefaultController.createRoomInstance(Queue queue,
User user) |
Room |
Controller.createRoomInstance(Queue queue,
User user)
Creates instance of
Room instance. |
Room |
User.getRoom() |
Modifier and Type | Method and Description |
---|---|
Collection<Room> |
Agent.getRooms() |
Modifier and Type | Method and Description |
---|---|
void |
Agent.addRoom(Room room)
Adds room to agent.
|
Collection<ISequenceAction> |
DefaultController.getAddAgentToRoomActions(Queue queue,
User user,
Agent agent,
Room room) |
Collection<ISequenceAction> |
Controller.getAddAgentToRoomActions(Queue queue,
User user,
Agent agent,
Room room)
|
Collection<ISequenceAction> |
DefaultController.getRoomCreateActions(Queue queue,
User user,
Room room) |
Collection<ISequenceAction> |
Controller.getRoomCreateActions(Queue queue,
User user,
Room room)
Returns collection of
Actions to create room in MUC Component. |
void |
Agent.removeRoom(Room room) |
void |
User.setRoom(Room room) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.