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

Packages that use Node
com.sun.enterprise.config.serverbeans   
 

Uses of Node in com.sun.enterprise.config.serverbeans
 

Methods in com.sun.enterprise.config.serverbeans that return Node
 Node Nodes.getDefaultLocalNode()
          Return the default local node, localhost-, or null if no such node exists.
static Node Nodes.Duck.getDefaultLocalNode(Nodes nodes)
           
static Node Nodes.Duck.getNode(Nodes nodes, java.lang.String name)
           
 Node Nodes.getNode(java.lang.String name)
          Return the node with the given name, or null if no such node exists.
static Node Domain.Duck.getNodeNamed(Domain d, java.lang.String name)
           
 Node Domain.getNodeNamed(java.lang.String name)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Node
 java.util.List<Node> Nodes.getNode()
          Return the list of nodes currently configured
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type Node
 void Node.Decorator.decorate(AdminCommandContext context, Node instance)
          Decorates the newly CRUD created cluster configuration instance.
 void Node.DeleteDecorator.decorate(AdminCommandContext context, Nodes parent, Node child)
           
static java.lang.String Node.Duck.getInstallDirUnixStyle(Node node)
           
static java.lang.String Node.Duck.getNodeDirAbsolute(Node node)
           
static java.lang.String Node.Duck.getNodeDirAbsoluteUnixStyle(Node node)
           
static java.lang.String Node.Duck.getNodeDirUnixStyle(Node node)
           
 java.util.List<Server> Servers.getServersOnNode(Node node)
          Return the list of Servers that reference a Node
static java.util.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 © 2012 GlassFish Community. All Rights Reserved.