Uses of Interface
com.sun.enterprise.config.serverbeans.Servers
-
Packages that use Servers Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.v3.admin.cluster -
-
Uses of Servers in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return Servers Modifier and Type Method Description @NotNull ServersDomain. getServers()Gets the value of the servers property.Methods in com.sun.enterprise.config.serverbeans with parameters of type Servers Modifier and Type Method Description voidServer.DeleteDecorator. decorate(AdminCommandContext context, Servers parent, Server child)static ServerServers.Duck. getServer(Servers instance, String name)static List<Server>Servers.Duck. getServersOnNode(Servers servers, Node node)voidDomain. setServers(Servers value)Sets the value of the servers property. -
Uses of Servers in com.sun.enterprise.v3.admin.cluster
Constructors in com.sun.enterprise.v3.admin.cluster with parameters of type Servers Constructor Description ListNodesHelper(Logger _logger, Servers servers, Nodes nodes, String type, boolean long_opt, boolean terse)
-