| Package | Description |
|---|---|
| com.sun.grid.installer.gui | |
| com.sun.grid.installer.util |
| Modifier and Type | Method and Description |
|---|---|
static Host.Type |
Host.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Host.Type[] |
Host.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostPanel.resolveHosts(Host.Type type,
java.util.List<java.lang.String> list,
boolean isQmasterHost,
boolean isBDBHost,
boolean isShadowHost,
boolean isExecutionHost,
boolean isAdminHost,
boolean isSubmitHost,
java.lang.String execdSpoolDir)
Resolves the given hosts
|
| Constructor and Description |
|---|
Host(Host.Type type,
java.lang.String value,
boolean isQmasterHost,
boolean isBdbHost,
boolean isShadowHost,
boolean isExecutionHost,
boolean isAdminHost,
boolean isSubmitHost,
java.lang.String execdSpoolDir,
Host.State state) |
Host(Host.Type type,
java.lang.String value,
boolean isShadowHost,
boolean isExecutionHost,
boolean isAdminHost,
boolean isSubmitHost,
java.lang.String execdSpoolDir) |
Host(Host.Type type,
java.lang.String value,
java.lang.String displayName,
boolean isFirstTask,
boolean isLastTask) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
Util.parsePattern(java.lang.String input,
Host.Type type) |
static void |
Util.validateHostIDList(java.util.List<java.lang.String> idList,
Host.Type type)
Validates the host ids depending on it's type.
|