| A Cluster is a collection of cluster members,
Each instance of Resin has 0 or 1 active srun ports and accept
inbound connections, available here with
ClusterMXBean.getPortObjectName .
Every instance of Resin can use
com.caucho.server.cluster.ClusterClient s to establish
outbound connections to other members of the cluster, available
here with
ClusterMXBean.getServers() .
A typical ObjectName for a ClusterMBean is
resin:type=Cluster,name=app-tier
|