Uses of Interface
com.sun.enterprise.config.serverbeans.Cluster
-
Packages that use Cluster Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.config.util -
-
Uses of Cluster in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return Cluster Modifier and Type Method Description static ClusterClusters.Duck. getCluster(Clusters clusters, String name)ClusterClusters. getCluster(String name)Return the cluster with the given name, or null if no such cluster exists.static ClusterServer.Duck. getCluster(Server server)ClusterServer. 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)ClusterDomain. getClusterForInstance(String instanceName)static ClusterDomain.Duck. getClusterNamed(Domain d, String name)ClusterDomain. getClusterNamed(String name)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>Clusters. getCluster()Return the list of clusters currently configuredstatic List<Cluster>Domain.Duck. getClustersOnNode(Domain domain, String nodeName)List<Cluster>Domain. getClustersOnNode(String nodeName)Methods in com.sun.enterprise.config.serverbeans with parameters of type Cluster Modifier and Type Method Description static voidCluster.Duck. createResourceRef(Cluster cluster, String enabled, String refName)voidCluster.Decorator. decorate(org.glassfish.api.admin.AdminCommandContext context, Cluster instance)Decorates 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, String 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)static List<Server>Cluster.Duck. getInstances(Cluster cluster)static StringCluster.Duck. getReference(Cluster cluster)static ResourceRefCluster.Duck. getResourceRef(Cluster cluster, String refName)static ServerRefCluster.Duck. getServerRefByRef(Cluster c, String name)static booleanCluster.Duck. isCluster(Cluster me)static booleanCluster.Duck. isDas(Cluster me)static booleanCluster.Duck. isInstance(Cluster me)static booleanCluster.Duck. isResourceRefExists(Cluster cluster, String refName)static booleanCluster.Duck. isServer(Cluster me)static booleanCluster.Duck. isVirtual(Cluster me) -
Uses of Cluster in com.sun.enterprise.config.util
Constructors in com.sun.enterprise.config.util with parameters of type Cluster Constructor Description PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer)
-