org.jivesoftware.openfire.muc.cluster |
|
Java Source File Name | Type | Comment |
BroascastMessageRequest.java | Class | Task that broadcasts a message to local room occupants. |
BroascastPresenceRequest.java | Class | Task that broadcasts the presence of a room occupant to the occupants of the room
being hosted by the cluster node. |
ChangeNickname.java | Class | Task that changes the nickname of an existing room occupant in the cluster node. |
DestroyRoomRequest.java | Class | Task that destroys the local room in the cluster node. |
GetNewMemberRoomsRequest.java | Class | Task requested by each cluster node when a new node joins the cluster. |
GetNumberConnectedUsers.java | Class | Task to be executed in each cluster node to obtain the total number of
users using the multi user chat service. |
MUCRoomTask.java | Class | Task related to a room to be executed in a cluster node. |
OccupantAddedEvent.java | Class | Task that will remove a room occupant from the list of occupants in the room. |
OccupantLeftEvent.java | Class | Task that removes a room occupant from the list of occupants in the room. |
RoomAvailableEvent.java | Class | Task that adds a new local room to the cluster node. |
RoomInfo.java | Class | Representation of a room configuration and its occupants. |
RoomRemovedEvent.java | Class | Task that will remove a local room from the cluster node. |
RoomUpdatedEvent.java | Class | Task that updates the configuration of a local room. |
SeniorMemberRoomsRequest.java | Class | Task to be requested by a node that joins a cluster and be executed in the senior cluster member to get
the rooms with occupants. |
UpdateHistoryStrategy.java | Class | Cluster task that will update the history strategy used by the MultiUserChatServer
service. |
UpdateOccupant.java | Class | Task that updates all information regarding a room occupant. |
UpdateOccupantRequest.java | Class | Task that requests the cluster node hosting a room occupant to change his
role and/or affiliation. |
UpdatePresence.java | Class | Task that updates the presence of an occupant in a room. |