Searched refs:sshPort (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DNode.java357 String sshPort = null; field in class:Node.Decorator
437 if (StringUtils.ok(sshPort))
438 sshC.setSshPort(sshPort);
/glassfish-3.1.2/admingui/cluster/src/main/resources/node/
H A DnodeAttr.inc200 <sun:property id="sshport" labelAlign="left" noWrap="#{true}" overlapLabel="#{false}" label="$resource{i18ncs.node.sshPort}" helpText="$resource{i18ncs.node.sshPortHelp}">
201 <sun:textField id="sshport" text="#{pageSession.valueMap['sshport']}" columns="$int{60}" maxLength="#{sessionScope.fieldLengths['maxLength.node.sshPort']}" />

Completed in 13 milliseconds