|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.CODEServerManager
CODEServerManager This class handles the integration between our Eclipse Workbench based tools and the existing CODE tools. It is intended only to be accessed on Windows based machines and should not be invoked on Linux (this should not be a problem since CODE does not run on Linux!)
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
CODEServerManager(String hostname,
String connectionName,
String userid,
String password,
String oldCODEAlias,
String curlib,
String[] libl)
CODEServerManager |
Method Summary | |
---|---|
protected boolean |
deregisterCODEServer()
deregisterCODEServer - Deregister the server with CODE communications Note: This method is currently used only if the CODE alias is successfully registered, but then the hosts file update failes. |
String |
getCODEAlias()
getCODEAlias |
protected boolean |
isRegistered()
|
protected static void |
shutdown()
This method must be called before the Workbench is closed to unload the evfcons.dll that is loaded at runtime by rsentv.dll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public CODEServerManager(String hostname, String connectionName, String userid, String password, String oldCODEAlias, String curlib, String[] libl)
Method Detail |
public String getCODEAlias()
protected static void shutdown()
protected boolean deregisterCODEServer()
protected boolean isRegistered()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |