Class GetSessionsCountTask

java.lang.Object
org.jivesoftware.openfire.session.GetSessionsCountTask
All Implemented Interfaces:
Externalizable, Serializable, Runnable, ClusterTask<Integer>

public class GetSessionsCountTask extends Object implements ClusterTask<Integer>
Task that will be executed in cluster nodes to get the number of sessions hosted by the cluster node.
Author:
Gaston Dombiak
See Also: