|
Remote Systems v6.4.1 |
||||||||||
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.
ServerLauncher
Field Summary | |
---|---|
static String |
Copyright
|
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. |
ServerLauncher |
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(ServerLauncher 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 |
Field Detail |
public static final String Copyright
Method Detail |
public void setSignonInformation(SystemSignonInformation info)
public SystemSignonInformation getSignonInformation()
setSignonInformation(SystemSignonInformation)
public void setServerLauncherProperties(ServerLauncher propertyInfo)
public ServerLauncher getServerLauncherProperties()
setServerLauncherProperties(ServerLauncher)
.
public boolean isLaunched()
public Object launch(IProgressMonitor monitor) throws Exception
monitor
- - a monitor for showing progress
Exception
getErrorMessage()
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
Exception
getErrorMessage()
public void disconnect() throws Exception
Exception
getErrorMessage()
public SystemMessage getErrorMessage()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |