Uses of Interface
com.sun.enterprise.config.serverbeans.Cluster

Packages that use Cluster
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
 Cluster Server.getCluster()
          Returns the cluster instance this instance is referenced in or null if there is no cluster referencing this server instance.
static Cluster Clusters.Duck.getCluster(Clusters clusters, java.lang.String name)
           
static Cluster Server.Duck.getCluster(Server server)
           
 Cluster Clusters.getCluster(java.lang.String name)
          Return the cluster with the given name, or null if no such cluster exists.
static Cluster Domain.Duck.getClusterForInstance(Domain d, java.lang.String instanceName)
           
 Cluster Domain.getClusterForInstance(java.lang.String instanceName)
           
static Cluster Domain.Duck.getClusterNamed(Domain d, java.lang.String name)
           
 Cluster Domain.getClusterNamed(java.lang.String name)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Cluster
 java.util.List<Cluster> Clusters.getCluster()
          Return the list of clusters currently configured
static java.util.List<Cluster> Domain.Duck.getClustersOnNode(Domain domain, java.lang.String nodeName)
           
 java.util.List<Cluster> Domain.getClustersOnNode(java.lang.String nodeName)
           
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type Cluster
static void Cluster.Duck.createResourceRef(Cluster cluster, java.lang.String enabled, java.lang.String refName)
           
 void Cluster.Decorator.decorate(AdminCommandContext context, Cluster instance)
          Decorates the newly CRUD created cluster configuration instance.
 void Cluster.DeleteDecorator.decorate(AdminCommandContext context, Clusters parent, Cluster child)
           
static void Cluster.Duck.deleteResourceRef(Cluster cluster, java.lang.String refName)
           
static ApplicationRef Cluster.Duck.getApplicationRef(Cluster cluster, java.lang.String appName)
           
static java.util.List<Server> Cluster.Duck.getInstances(Cluster cluster)
           
static java.lang.String Cluster.Duck.getReference(Cluster cluster)
           
static ResourceRef Cluster.Duck.getResourceRef(Cluster cluster, java.lang.String refName)
           
static ServerRef Cluster.Duck.getServerRefByRef(Cluster c, java.lang.String name)
           
static boolean Cluster.Duck.isCluster(Cluster me)
           
static boolean Cluster.Duck.isDas(Cluster me)
           
static boolean Cluster.Duck.isInstance(Cluster me)
           
static boolean Cluster.Duck.isResourceRefExists(Cluster cluster, java.lang.String refName)
           
static boolean Cluster.Duck.isServer(Cluster me)
           
 

Uses of Cluster in com.sun.enterprise.config.util
 

Constructors in com.sun.enterprise.config.util with parameters of type Cluster
PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.