| Package | Description |
|---|---|
| com.sun.grid.installer.gui | |
| com.sun.grid.installer.util |
| Modifier and Type | Class and Description |
|---|---|
class |
InstallHostList |
| Modifier and Type | Method and Description |
|---|---|
HostList |
HostInstallTableModel.getHostList() |
HostList |
HostSelectionTableModel.getHostList() |
HostList |
HostTable.getHostList()
Returns with the host list stored in the table model
|
HostList |
HostTableModel.getHostList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstallHostList.appendHostList(HostList hostList,
boolean installQmaster,
boolean installBdb,
boolean installShadow,
boolean installExecd) |
void |
HostConfigFrame.open(HostList hosts)
Shows the window.
|
void |
HostConfigFrame.setHosts(HostList hosts)
Set the list host to be configured
|
| Constructor and Description |
|---|
HostInstallTableModel(HostList hostList,
java.lang.String[] headers,
java.lang.Class[] types) |
HostSelectionTableModel(javax.swing.JTable table,
HostList hostList,
java.lang.String[] headers,
java.lang.Class[] types,
java.util.Properties langProperties) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<Host> |
Util.getHosts(HostList hostList,
Util.SgeComponents type)
Returns all of the host from the list in the given type.
|