|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.SystemBaseForm
com.ibm.etools.systems.core.ui.widgets.IBMBaseServerLauncherForm
com.ibm.etools.systems.core.ui.widgets.IBMServerLauncherForm
Comment goes here
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.systems.core.ui.widgets.IBMBaseServerLauncherForm |
---|
_hostName, _msgLine |
Fields inherited from class com.ibm.etools.systems.core.ui.SystemBaseForm |
---|
alreadyNotified, verifyListeners |
Fields inherited from interface com.ibm.etools.systems.subsystems.impl.IBMServerLauncherConstants |
---|
DEFAULT_DAEMON_PORT, DEFAULT_REXEC_PATH, DEFAULT_REXEC_PORT, DEFAULT_REXEC_SCRIPT, LINUX_REXEC_SCRIPT, UNIX_REXEC_SCRIPT |
Constructor Summary | |
---|---|
IBMServerLauncherForm(Shell shell,
ISystemMessageLine msgLine)
Constructor for EnvironmentVariablesForm. |
Method Summary | |
---|---|
protected void |
createLauncherControls(Group group)
|
void |
disable()
|
String |
getDaemonPort()
Get the daemon port widget value |
int |
getDaemonPortAsInt()
Get the Daemon port widget value |
protected ServerLaunchType |
getLaunchType()
|
String |
getREXECPort()
Get the REXEC port widget value |
int |
getREXECPortAsInt()
Get the REXEC port widget value |
String |
getServerInstallPath()
Return the current value of the REXEC server install path widget |
String |
getServerInvocation()
Return the current value of the REXEC server invocation widget |
void |
handleEvent(Event evt)
Default implementation to satisfy Listener interface. |
protected void |
initDefaults()
|
void |
initValues(ServerLauncher launcher)
Set the initial values for the widgets, based on the server launcher |
void |
setDaemonLaunchEnabled(boolean enable)
Sets whether to enable daemon launch. |
void |
setDaemonPort(int port)
Set the daemon port widget value |
void |
setDaemonPort(String port)
Set the daemon port widget value |
void |
setHostname(String hostname)
|
protected void |
setLaunchType(ServerLaunchType type)
|
void |
setNoLaunchEnabled(boolean enable)
Sets whether to enable no launch. |
void |
setRexecLaunchEnabled(boolean enable)
Sets whether to enable rexec launch. |
void |
setREXECPort(int port)
Set the REXEC port's widget value, given an int port value |
void |
setREXECPort(String port)
Set the REXEC port's widget value, as a String |
void |
setServerInstallPath(String path)
Set the REXEC server install path widget's value |
void |
setServerInvocation(String invocation)
Set the REXEC server invocation widget's value |
boolean |
updateValues(ServerLauncher launcher)
Update the actual values in the server launcher, from the widgets. |
boolean |
verify()
Verify page contents on OK. |
Methods inherited from class com.ibm.etools.systems.core.ui.widgets.IBMBaseServerLauncherForm |
---|
createContents, createGroupControl |
Methods inherited from class com.ibm.etools.systems.core.ui.SystemBaseForm |
---|
addFillerLine, addGrowableFillerLine, addPageCompleteListener, addSeparatorLine, addVerifyListener, getInputObject, getMessageLine, getOutputObject, getShell, getTheErrorMessage, isPageComplete, notifyVerifyListeners, removePageCompleteListener, removePageCompleteListener, setInputObject, setMessageLine, setOutputObject, setPageComplete, setShell, showErrorMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.etools.systems.core.ui.propertypages.ISystemConnectionWizardErrorUpdator |
---|
addVerifyListener, getTheErrorMessage, isPageComplete |
Field Detail |
public static final String copyright
Constructor Detail |
public IBMServerLauncherForm(Shell shell, ISystemMessageLine msgLine)
msgLine
- Method Detail |
public void disable()
disable
in class IBMBaseServerLauncherForm
protected void createLauncherControls(Group group)
createLauncherControls
in class IBMBaseServerLauncherForm
protected void initDefaults()
initDefaults
in class IBMBaseServerLauncherForm
public void initValues(ServerLauncher launcher)
public boolean verify()
verify
in interface IServerLauncherForm
verify
in class IBMBaseServerLauncherForm
public boolean updateValues(ServerLauncher launcher)
updateValues
in interface IServerLauncherForm
updateValues
in class IBMBaseServerLauncherForm
public void handleEvent(Event evt)
SystemBaseForm
handleEvent
in class SystemBaseForm
protected ServerLaunchType getLaunchType()
getLaunchType
in class IBMBaseServerLauncherForm
protected void setLaunchType(ServerLaunchType type)
setLaunchType
in class IBMBaseServerLauncherForm
public void setDaemonLaunchEnabled(boolean enable)
enable
- true
if daemon launch should be enabled, false
otherwise.public void setRexecLaunchEnabled(boolean enable)
enable
- true
if rexec launch should be enabled, false
otherwise.public void setHostname(String hostname)
setHostname
in interface IServerLauncherForm
setHostname
in class IBMBaseServerLauncherForm
public void setDaemonPort(String port)
port
- - the port value as a stringpublic void setDaemonPort(int port)
port
- - the port value as an intpublic int getDaemonPortAsInt()
public String getDaemonPort()
public void setREXECPort(String port)
port
- - the value to apply to the widgetpublic void setREXECPort(int port)
port
- - the value to apply to the widget.public int getREXECPortAsInt()
public String getREXECPort()
public void setNoLaunchEnabled(boolean enable)
enable
- true
if no launch should be enabled, false
otherwise.public String getServerInstallPath()
public void setServerInstallPath(String path)
path
- - the text to set the widget's value topublic String getServerInvocation()
public void setServerInvocation(String invocation)
invocation
- - the text to set the widget's value to
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |