|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.comm.bridge.CommAliasManager
public class CommAliasManager
This class keeps track of the communication aliases used by the CODE <-> RSE communications bridge. This is different than the CODE aliases managed by the CODEServerManager. The aliases generated by CommAliasManager are never registered with the CODE communications daemon for performance reasons. Aliases generated by the CODEServerManager are registered / de-registered with the CODE communications daemon. Although the same algorithm is used for generating aliases there is no guarantee that the same alias will be used by both for the same connection.
Field Summary | |
---|---|
static int |
ALIAS_NOT_DEFINED
|
static int |
ALIAS_TYPE_UNKNOWN
|
static String |
copyright
|
static int |
ISERIES_CONNECTION_ALIAS
|
static int |
ISERIES_PROJECT_ALIAS
Constants representing the different types of aliases that can be generated |
Method Summary | |
---|---|
static String |
getAlias(IBMiConnection connection)
Get the alias for the specified ISeriesConnection. |
static String |
getAlias(IFile file)
Get the alias for the specified IFile, the IFile must be contained either within an iSeries Project or the RemoteSystemsTempProject. |
static String |
getAlias(IProject project)
Get the alias for the specified iSeries project. |
static int |
getAliasType(String alias)
Returns the type of alias. |
static IBMiConnection |
getConnection(String alias)
Get the ISeriesConnection object associated with the specified alias. |
static IProject |
getProject(String alias)
Get the IProject associated with the alias. |
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
public static final int ISERIES_PROJECT_ALIAS
public static final int ISERIES_CONNECTION_ALIAS
public static final int ALIAS_NOT_DEFINED
public static final int ALIAS_TYPE_UNKNOWN
Method Detail |
---|
public static String getAlias(IBMiConnection connection)
public static String getAlias(IProject project)
public static String getAlias(IFile file)
public static IBMiConnection getConnection(String alias)
public static IProject getProject(String alias)
public static int getAliasType(String alias)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |