|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface captures the abstract lifecyle for launching the remote server, and subsequently connecting to it.
IServerLauncherProperties| Method Summary | |
|---|---|
Object |
connect(IProgressMonitor monitor,
int connectPort)
Connect to the remote server. |
void |
disconnect()
Disconnect from the remote server |
SystemMessage |
getErrorMessage()
Returns the host error message if there was a problem connecting to the host. |
IServerLauncherProperties |
getServerLauncherProperties()
Get the object which contians the user-specified properties that are used by this launcher. |
SystemSignonInformation |
getSignonInformation()
Get the remote system signon information, as set in setSignonInformation(SystemSignonInformation) |
boolean |
isConnected()
Determine if we are connected to the remote server or not. |
boolean |
isLaunched()
Determine if the remote server needs to be launched or not. |
Object |
launch(IProgressMonitor monitor)
Launch the remote server. |
void |
setServerLauncherProperties(IServerLauncherProperties propertyInfo)
Set the object which contains the user-specified properties that are used by this launcher |
void |
setSignonInformation(SystemSignonInformation info)
Set the remote system signon information |
| Method Detail |
public void setSignonInformation(SystemSignonInformation info)
public SystemSignonInformation getSignonInformation()
setSignonInformation(SystemSignonInformation)
public void setServerLauncherProperties(IServerLauncherProperties propertyInfo)
public IServerLauncherProperties getServerLauncherProperties()
setServerLauncherProperties(IServerLauncherProperties).
public boolean isLaunched()
public Object launch(IProgressMonitor monitor)
throws Exception
monitor - - a monitor for showing progress
ExceptiongetErrorMessage()public boolean isConnected()
public Object connect(IProgressMonitor monitor,
int connectPort)
throws Exception
monitor - a monitor for showing progressconnectPort - the port to use for launching the server
ExceptiongetErrorMessage()
public void disconnect()
throws Exception
ExceptiongetErrorMessage()public SystemMessage getErrorMessage()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||