public class SeniorMemberServicesRequest extends Object implements ClusterTask<List<ServiceInfo>>
Moreover, each existing cluster node will also need to learn the services and rooms with occupants that
exist in the new cluster node and replicate them. This work is accomplished using
GetNewMemberRoomsRequest on each service.
| Constructor and Description |
|---|
SeniorMemberServicesRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInfo> |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
public List<ServiceInfo> getResult()
getResult in interface ClusterTask<List<ServiceInfo>>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003-2008 Jive Software.