Uses of Interface
com.sun.enterprise.config.serverbeans.Node
-
-
Uses of Node in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return Node Modifier and Type Method Description static NodeNodes.Duck. getDefaultLocalNode(Nodes nodes)NodeNodes. getDefaultLocalNode()Return the default local node, localhost-<domain_name>, or null if no such node exists.static NodeNodes.Duck. getNode(Nodes nodes, String name)NodeNodes. getNode(String name)Return the node with the given name, or null if no such node exists.static NodeDomain.Duck. getNodeNamed(Domain d, String name)NodeDomain. getNodeNamed(String name)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Node Modifier and Type Method Description List<Node>Nodes. getNode()Return the list of nodes currently configuredMethods in com.sun.enterprise.config.serverbeans with parameters of type Node Modifier and Type Method Description voidNode.Decorator. decorate(AdminCommandContext context, Node instance)Decorates the newly CRUD created cluster configuration instance.voidNode.DeleteDecorator. decorate(AdminCommandContext context, Nodes parent, Node child)static StringNode.Duck. getInstallDirUnixStyle(Node node)static StringNode.Duck. getNodeDirAbsolute(Node node)static StringNode.Duck. getNodeDirAbsoluteUnixStyle(Node node)static StringNode.Duck. getNodeDirUnixStyle(Node node)static List<Server>Servers.Duck. getServersOnNode(Servers servers, Node node)List<Server>Servers. getServersOnNode(Node node)Return the list of Servers that reference a Nodestatic booleanNode.Duck. instanceCreationAllowed(Node node)static booleanNode.Duck. isDefaultLocalNode(Node node)static booleanNode.Duck. isLocal(Node node)static booleanNode.Duck. nodeInUse(Node node) -
Uses of Node in com.sun.enterprise.server.logging.logviewer.backend
Methods in com.sun.enterprise.server.logging.logviewer.backend with parameters of type Node Modifier and Type Method Description StringLogFilterForInstance. getLoggingDirectoryForNode(String instanceLogFileDirectory, Node node, String sNode, String instanceName)StringLogFilterForInstance. getLoggingDirectoryForNodeWhenNoFilesFound(String instanceLogFileDirectory, Node node, String sNode, String instanceName) -
Uses of Node in com.sun.enterprise.util.cluster
Methods in com.sun.enterprise.util.cluster with parameters of type Node Modifier and Type Method Description static StringPaths. getDasPropsPath(Node node)static StringPaths. getInstanceDirPath(Node node, String instanceName)static StringPaths. getNodeDir(Node node)static StringPaths. getNodesDir(Node node) -
Uses of Node in com.sun.enterprise.v3.admin.cluster
Methods in com.sun.enterprise.v3.admin.cluster with parameters of type Node Modifier and Type Method Description static SecureAdminBootstrapHelperSecureAdminBootstrapHelper. getRemoteHelper(org.glassfish.hk2.api.ServiceLocator habitat, File DASInstanceDir, String remoteNodeDir, String instance, Node node, Logger logger)Creates a new helper for delivering files needed for secure admin to the remote instance.static booleanNodeUtils. isDcomNode(Node node)protected abstract StringPingNodeRemoteCommand. validateSubType(Node node)protected StringPingNodeSshCommand. validateSubType(Node node) -
Uses of Node in com.sun.enterprise.v3.admin.cluster.dcom
Methods in com.sun.enterprise.v3.admin.cluster.dcom with parameters of type Node Modifier and Type Method Description protected StringPingNodeDcomCommand. validateSubType(Node node) -
Uses of Node in fish.payara.docker.instance
Methods in fish.payara.docker.instance with parameters of type Node Modifier and Type Method Description static jakarta.json.JsonObjectJsonRequestConstructor. constructJsonRequest(Properties containerConfig, Node node, Server server, String dasHost, String dasPort)Builds the Json Object from all supplied configuration to send to Docker. -
Uses of Node in org.glassfish.cluster.ssh.connect
Methods in org.glassfish.cluster.ssh.connect with parameters of type Node Modifier and Type Method Description booleanNodeRunner. isDcomNode(Node node)booleanNodeRunner. isSshNode(Node node)booleanNodeRunnerSsh. isSshNode(Node node)intNodeRunner. runAdminCommandOnNode(Node node, StringBuilder output, boolean waitForReaderThreads, List<String> args, AdminCommandContext context)intNodeRunner. runAdminCommandOnNode(Node node, StringBuilder output, List<String> args, AdminCommandContext context)Run an asadmin command on a Node.intNodeRunnerDcom. runAdminCommandOnRemoteNode(Node thisNode, StringBuilder output, List<String> args, List<String> stdinLines)intNodeRunnerSsh. runAdminCommandOnRemoteNode(Node node, StringBuilder output, List<String> args, List<String> stdinLines) -
Uses of Node in org.glassfish.cluster.ssh.launcher
Methods in org.glassfish.cluster.ssh.launcher with parameters of type Node Modifier and Type Method Description voidSSHLauncher. init(Node node, Logger logger)Initialize the SSHLauncher use a Node config object -
Uses of Node in org.glassfish.cluster.ssh.util
Methods in org.glassfish.cluster.ssh.util that return Node Modifier and Type Method Description NodeDcomInfo. getNode()Constructors in org.glassfish.cluster.ssh.util with parameters of type Node Constructor Description DcomInfo(Node theNode) -
Uses of Node in org.glassfish.internal.api
Methods in org.glassfish.internal.api that return Node Modifier and Type Method Description NodeTarget. getNode(String targetName)
-