Searched defs:theNode (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ |
H A D | DeleteInstanceCommand.java | 95 private Node theNode = null; field in class:DeleteInstanceCommand 138 theNode = nodes.getNode(noderef); 139 if (theNode == null) { 146 nodedir = theNode.getNodeDirAbsolute(); 226 instanceName, noderef, theNode.getNodeHost() ); 231 nodeUtils.runAdminCommandOnNode(theNode, command, ctx, firstErrorMessage, 242 instanceName, theNode.getNodeHost());
|
H A D | CreateInstanceCommand.java | 115 private Node theNode = null; field in class:CreateInstanceCommand 137 theNode = nodes.getNode(node); 138 if (theNode == null) { 154 nodeHost = theNode.getNodeHost(); 155 nodeDir = theNode.getNodeDirAbsolute(); 156 installDir = theNode.getInstallDir(); 189 if (theNode.isLocal() && installDir == null) { 194 map.add("DEFAULT", theNode.getName()); 235 InstanceDirs instanceDirs = new InstanceDirs(nodeDirFile.toString(), theNode.getName(), instance); 310 theNode, logge [all...] |
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/util/ |
H A D | DcomInfo.java | 77 public DcomInfo(Node theNode) throws WindowsException { argument 83 node = theNode;
|
Completed in 36 milliseconds