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 TypeMethodDescriptiondefault ClusterClusters.getCluster(String name) Return the cluster with the givenname, ornullif no such cluster exists.default ClusterServer.getCluster()Returns the cluster instance this instance is referenced in or null if there is no cluster referencing this server instance.default ClusterDomain.getClusterForInstance(String instanceName) default ClusterDomain.getClusterNamed(String clusterName) Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ClusterModifier and TypeMethodDescriptionClusters.getCluster()Return the list of clusters currently configured.Domain.getClustersOnNode(String nodeName) Methods in com.sun.enterprise.config.serverbeans with parameters of type ClusterModifier and TypeMethodDescriptionvoidDecorates the newly CRUD created cluster configuration instance. tasks : - ensures that it references an existing configuration - creates a new config from thedefault-configif noconfig-refwas provided. - check for deprecated parameters.voidCluster.DeleteDecorator.decorate(org.glassfish.api.admin.AdminCommandContext context, Clusters parent, Cluster child) -
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)