Interface Clusters
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface Clusters extends org.jvnet.hk2.config.ConfigBeanProxyClusters configuration. Maintain a list ofClusteractive configurations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClusters.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Cluster>getCluster()Return the list of clusters currently configuredClustergetCluster(String name)Return the cluster with the given name, or null if no such cluster exists.
-