Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.muc.cluster
Class OccupantLeftEvent

java.lang.Object
  extended by org.jivesoftware.openfire.muc.cluster.MUCRoomTask
      extended by org.jivesoftware.openfire.muc.cluster.OccupantLeftEvent
All Implemented Interfaces:
Externalizable, Serializable, Runnable, ClusterTask

public class OccupantLeftEvent
extends MUCRoomTask

Task that removes a room occupant from the list of occupants in the room. The occupant to remove is actualy a RemoteMUCRole.

Author:
Gaston Dombiak
See Also:
Serialized Form

Constructor Summary
OccupantLeftEvent()
           
OccupantLeftEvent(LocalMUCRoom room, MUCRole role)
           
 
Method Summary
 Object getResult()
           
 MUCRole getRole()
           
 void readExternal(ObjectInput in)
           
 void run()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.jivesoftware.openfire.muc.cluster.MUCRoomTask
execute, getRoom, isOriginator, setOriginator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OccupantLeftEvent

public OccupantLeftEvent()

OccupantLeftEvent

public OccupantLeftEvent(LocalMUCRoom room,
                         MUCRole role)
Method Detail

getRole

public MUCRole getRole()

getResult

public Object getResult()

run

public void run()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class MUCRoomTask
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class MUCRoomTask
Throws:
IOException
ClassNotFoundException

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.