Package | Description |
---|---|
org.jboss.as.clustering | |
org.jboss.as.clustering.impl |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
GroupRpcDispatcher.callMethodOnCluster(String serviceName,
String methodName,
Object[] args,
Class<?>[] types,
boolean excludeSelf,
ResponseFilter filter)
Invoke a synchronous RPC call on all nodes of the partition/cluster and return their response values as a list.
|
<T> List<T> |
GroupRpcDispatcher.callMethodOnCluster(String serviceName,
String methodName,
Object[] args,
Class<?>[] types,
boolean excludeSelf,
ResponseFilter filter,
long methodTimeout,
boolean unordered)
Invoke an RPC call on all nodes of the partition/cluster and return their response values as a list.
|
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
CoreGroupCommunicationService.callMethodOnCluster(String serviceName,
String methodName,
Object[] args,
Class<?>[] types,
boolean excludeSelf,
ResponseFilter filter)
Invoke a synchronous RPC call on all nodes of the partition/cluster and return their response values as a list.
|
<T> List<T> |
CoreGroupCommunicationService.callMethodOnCluster(String serviceName,
String methodName,
Object[] args,
Class<?>[] types,
boolean excludeSelf,
ResponseFilter filter,
long methodTimeout,
boolean unordered)
Invoke an RPC call on all nodes of the partition/cluster and return their response values as a list.
|
Constructor and Description |
---|
RspFilterAdapter(ResponseFilter filter,
ClusterNodeFactory factory) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.