Package | Description |
---|---|
com.sun.grid.installer.gui | |
com.sun.grid.installer.task | |
com.sun.grid.installer.util | |
com.sun.grid.installer.util.cmd |
Modifier and Type | Method and Description |
---|---|
Host |
HostInstallTableModel.addHost(Host h) |
Host |
HostList.addHost(Host o) |
Host |
HostSelectionTableModel.addHost(Host h) |
Host |
HostTableModel.addHost(Host h) |
Host |
HostList.get(Host o) |
Host |
HostList.get(int pos) |
static Host |
HostSelectionTableModel.getBdbHost() |
static Host |
HostSelectionTableModel.getQmasterHost() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Host> |
Host.fromStringInstance(java.lang.String instance)
Instantiates hosts from arguements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HostList.add(Host o) |
Host |
HostInstallTableModel.addHost(Host h) |
Host |
HostList.addHost(Host o) |
Host |
HostSelectionTableModel.addHost(Host h) |
Host |
HostTableModel.addHost(Host h) |
boolean |
HostList.addUnchecked(Host o) |
Host |
HostList.get(Host o) |
int |
HostList.indexOf(Host o) |
boolean |
HostList.remove(Host o) |
void |
HostInstallTableModel.removeHost(Host h) |
void |
HostPanel.removeHost(Host host)
Removes the given host
|
void |
HostSelectionTableModel.removeHost(Host h) |
void |
HostTableModel.removeHost(Host h) |
boolean |
HostList.removeUnchecked(Host o) |
void |
HostConfigFrame.setHost(Host host)
Set the host to be configured
|
void |
HostInstallTableModel.setHostLog(Host h,
java.lang.String log) |
void |
HostPanel.setHostLog(Host host,
java.lang.String log)
Sets the log of the given host
|
void |
HostSelectionTableModel.setHostLog(Host h,
java.lang.String log) |
void |
HostTableModel.setHostLog(Host h,
java.lang.String log) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
HostPanel.addHosts(java.util.List<Host> hosts)
Adds the given hosts
|
void |
HostPanel.resolveHosts(java.util.List<Host> hosts)
Resolves the given hosts
|
Constructor and Description |
---|
Host(Host h) |
Modifier and Type | Method and Description |
---|---|
void |
TaskHandler.removeHost(Host host)
Removes the given host
|
void |
TaskHandler.setHostLog(Host host,
java.lang.String log)
Sets the log of the given host
|
void |
TaskHandler.setHostState(Host host,
Host.State state)
Sets the sate of the given host
|
Modifier and Type | Method and Description |
---|---|
void |
TaskHandler.addHosts(java.util.List<Host> hosts)
Adds the given hosts
|
Constructor and Description |
---|
GetArchitectureTask(Host host,
TaskHandler handler,
java.lang.String shell,
java.lang.String sge_root,
java.lang.String sge_qmaster_port,
java.lang.String execd_spool_dir)
Constructor
|
InstallTask(Host host,
TaskHandler handler,
java.util.Properties variables,
java.util.Properties msgs)
Constructor
|
ValidateHostTask(Host host,
TaskHandler handler,
java.util.Properties variables)
Constructor
|
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Util.getHostNames(java.util.ArrayList<Host> hosts,
java.util.List<java.lang.String> additionalHostnames,
java.lang.String separator)
Creates a string from the host's name
|
static java.lang.String |
Util.getHostNames(java.util.ArrayList<Host> hosts,
java.lang.String separator)
Creates a string from the host's name
|
Constructor and Description |
---|
RemoteComponentScriptCommand(Host host,
java.lang.String user,
java.lang.String shell,
boolean isWindowsMode,
java.lang.String installScript) |
RemoteComponentScriptCommand(long timeout,
Host host,
java.lang.String user,
java.lang.String shell,
boolean isWindowsMode,
java.lang.String installScript) |