|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerLauncher
This interface captures the abstract lifecyle for launching the remote server, and subsequently connecting to it.
IServerLauncherProperties
Method Summary | |
---|---|
Object |
connect(int connectPort,
IProgressMonitor monitor)
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 |
---|
void setSignonInformation(SystemSignonInformation info)
SystemSignonInformation getSignonInformation()
setSignonInformation(SystemSignonInformation)
void setServerLauncherProperties(IServerLauncherProperties propertyInfo)
IServerLauncherProperties getServerLauncherProperties()
setServerLauncherProperties(IServerLauncherProperties)
.
boolean isLaunched()
Object launch(IProgressMonitor monitor) throws Exception
monitor
- - a monitor for showing progress
Exception
getErrorMessage()
boolean isConnected()
Object connect(int connectPort, IProgressMonitor monitor) throws Exception
connectPort
- the port to use for launching the servermonitor
- a monitor for showing progress
Exception
getErrorMessage()
void disconnect() throws Exception
Exception
getErrorMessage()
SystemMessage getErrorMessage()
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |