Uses of Interface
com.sun.enterprise.config.serverbeans.Cluster
Packages that use Cluster
-
Uses of Cluster in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return ClusterModifier and TypeMethodDescriptionstatic ClusterClusters.Duck.getCluster(Clusters clusters, String name) Clusters.getCluster(String name) Return the cluster with the given name, or null if no such cluster exists.static ClusterServer.Duck.getCluster(Server server) Server.getCluster()Returns the cluster instance this instance is referenced in or null if there is no cluster referencing this server instance.static ClusterDomain.Duck.getClusterForInstance(Domain d, String instanceName) Domain.getClusterForInstance(String instanceName) static ClusterDomain.Duck.getClusterNamed(Domain d, String name) Domain.getClusterNamed(String name) Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ClusterModifier and TypeMethodDescriptionClusters.getCluster()Return the list of clusters currently configuredDomain.Duck.getClustersOnNode(Domain domain, String nodeName) Domain.getClustersOnNode(String nodeName) Methods in com.sun.enterprise.config.serverbeans with parameters of type ClusterModifier and TypeMethodDescriptionstatic voidCluster.Duck.createResourceRef(Cluster cluster, String enabled, org.glassfish.api.naming.SimpleJndiName refName) voidDecorates the newly CRUD created cluster configuration instance.voidCluster.DeleteDecorator.decorate(org.glassfish.api.admin.AdminCommandContext context, Clusters parent, Cluster child) static voidCluster.Duck.deleteResourceRef(Cluster cluster, org.glassfish.api.naming.SimpleJndiName refName) static ApplicationRefCluster.Duck.getApplicationRef(Cluster cluster, String appName) static <T extends ClusterExtension>
List<T>Cluster.Duck.getExtensionsByType(Cluster cluster, Class<T> type) static <T extends ClusterExtension>
TCluster.Duck.getExtensionsByTypeAndName(Cluster cluster, Class<T> type, String name) Cluster.Duck.getInstances(Cluster cluster) static StringCluster.Duck.getReference(Cluster cluster) static ResourceRefCluster.Duck.getResourceRef(Cluster cluster, org.glassfish.api.naming.SimpleJndiName refName) static ServerRefCluster.Duck.getServerRefByRef(Cluster c, String name) static booleanstatic booleanstatic booleanCluster.Duck.isInstance(Cluster me) static booleanCluster.Duck.isResourceRefExists(Cluster cluster, org.glassfish.api.naming.SimpleJndiName refName) static booleanstatic boolean -
Uses of Cluster in com.sun.enterprise.config.util
Constructors in com.sun.enterprise.config.util with parameters of type ClusterModifierConstructorDescriptionPortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer)