org.jivesoftware.openfire.pubsub.cluster
Class AffiliationTask
java.lang.Object
org.jivesoftware.openfire.pubsub.cluster.NodeTask
org.jivesoftware.openfire.pubsub.cluster.AffiliationTask
- All Implemented Interfaces:
- Externalizable, Serializable, Runnable, ClusterTask
public class AffiliationTask
- extends NodeTask
- See Also:
- Serialized Form
AffiliationTask
public AffiliationTask()
AffiliationTask
public AffiliationTask(Node node,
org.xmpp.packet.JID jid,
NodeAffiliate.Affiliation affiliation)
getJID
public org.xmpp.packet.JID getJID()
getAffilation
public NodeAffiliate.Affiliation getAffilation()
run
public void run()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable- Overrides:
writeExternal in class NodeTask
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable- Overrides:
readExternal in class NodeTask
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003-2008 Jive Software.