| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans |
| Modifier and Type | Method and Description |
|---|---|
Node |
Nodes.getDefaultLocalNode()
Return the default local node, localhost-
|
static Node |
Nodes.Duck.getDefaultLocalNode(Nodes nodes) |
static Node |
Nodes.Duck.getNode(Nodes nodes,
String name) |
Node |
Nodes.getNode(String name)
Return the node with the given name, or null if no such node exists.
|
static Node |
Domain.Duck.getNodeNamed(Domain d,
String name) |
Node |
Domain.getNodeNamed(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Nodes.getNode()
Return the list of nodes currently configured
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.Decorator.decorate(org.glassfish.api.admin.AdminCommandContext context,
Node instance)
Decorates the newly CRUD created cluster configuration instance.
|
void |
Node.DeleteDecorator.decorate(org.glassfish.api.admin.AdminCommandContext context,
Nodes parent,
Node child) |
static String |
Node.Duck.getInstallDirUnixStyle(Node node) |
static String |
Node.Duck.getNodeDirAbsolute(Node node) |
static String |
Node.Duck.getNodeDirAbsoluteUnixStyle(Node node) |
static String |
Node.Duck.getNodeDirUnixStyle(Node node) |
List<Server> |
Servers.getServersOnNode(Node node)
Return the list of Servers that reference a Node
|
static List<Server> |
Servers.Duck.getServersOnNode(Servers servers,
Node node) |
static boolean |
Node.Duck.instanceCreationAllowed(Node node) |
static boolean |
Node.Duck.isDefaultLocalNode(Node node) |
static boolean |
Node.Duck.isLocal(Node node) |
static boolean |
Node.Duck.nodeInUse(Node node) |
Copyright © 2013. All Rights Reserved.