Searched refs:PARAM_INSTALLDIR (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/util/
H A DInstanceRegisterInstanceCommandParameters.java63 @Param(name = ParameterNames.PARAM_INSTALLDIR, optional = true)
94 public static final String PARAM_INSTALLDIR = "installdir"; field in class:InstanceRegisterInstanceCommandParameters.ParameterNames
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DCreateNodeImplicitCommand.java100 map.add(NodeUtils.PARAM_INSTALLDIR, installdir);
H A DCreateNodeConfigCommand.java118 map.add(NodeUtils.PARAM_INSTALLDIR, installdir);
H A DUpdateNodeRemoteCommand.java139 map.add(NodeUtils.PARAM_INSTALLDIR, installdir);
163 validateMap.add(NodeUtils.PARAM_INSTALLDIR, installdir);
H A DNodeUtils.java90 static final String PARAM_INSTALLDIR = "installdir"; field in class:NodeUtils
167 map.add(NodeUtils.PARAM_INSTALLDIR, node.getInstallDir());
462 String installdir = resolver.resolve(map.getOne(PARAM_INSTALLDIR));
474 String installdir = map.getOne(PARAM_INSTALLDIR);
H A DUpdateNodeConfigCommand.java132 map.add(NodeUtils.PARAM_INSTALLDIR, installdir);
H A DDeleteNodeRemoteCommand.java133 info.add(NodeUtils.PARAM_INSTALLDIR, node.getInstallDir());
173 command.add(map.getOne(NodeUtils.PARAM_INSTALLDIR));
H A DCreateRemoteNodeCommand.java176 map.add(NodeUtils.PARAM_INSTALLDIR, installdir);

Completed in 169 milliseconds