Package | Description |
---|---|
com.sun.grid.installer.gui | |
com.sun.grid.installer.task |
Modifier and Type | Method and Description |
---|---|
Host.State |
Host.getState() |
static Host.State |
Host.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Host.State[] |
Host.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HostInstallTableModel.setHostState(Host h,
Host.State state) |
void |
HostPanel.setHostState(Host host,
Host.State state)
Sets the sate of the given host
|
void |
HostSelectionTableModel.setHostState(Host h,
Host.State state) |
void |
HostTableModel.setHostState(Host h,
Host.State state) |
void |
Host.setState(Host.State state) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
TaskHandler.setHostState(Host host,
Host.State state)
Sets the sate of the given host
|