public interface ClusterInfoAware
ClusterInfo
.
Note, the cluster information is obtained externally from the application context which means
that this feature need to be supported by specific containers (and is not supported by plain
Spring application context). This means that beans that implementations of
ClusterInfoAware
should take into account the fact that the cluster info provided might
be null.
Modifier and Type | Method and Description |
---|---|
void |
setClusterInfo(ClusterInfo clusterInfo)
Sets the cluster information.
|
void setClusterInfo(ClusterInfo clusterInfo)
Note, the cluster information is obtained externally from the application context which means
that this feature need to be supported by specific containers (and is not supported by plain
Spring application context). This means that beans that implement ClusterInfoAware
should take into account the fact that the cluster info provided might be null.
clusterInfo
- The cluster information to be injectedCopyright © GigaSpaces.