java.lang.Object | +----com.ibm.connector2.ims.ico.IMSConnectionMetaData
public class IMSConnectionMetaData
extends Object
Provides information about the Enterprise Information System (EIS) instance associated with a particular IMSConnection instance.
Constructor | Description |
IMSConnectionMetaData() |
Method | Description |
String getEISProductName() | Returns the EIS product name |
String getEISProductVersion() | Returns the EIS product version. |
String getUserName() | Returns the user name for the connection. |
public IMSConnectionMetaData()
public String getEISProductName() throws ResourceExceptionReturns the EIS product name
- Returns
- The EIS product name (IMS Connect/IMS).
public String getEISProductVersion() throws ResourceExceptionReturns the EIS product version.
- Returns
- The IMS Connect/IMS version.
public final String getUserName() throws ResourceExceptionReturns the user name for the connection.
- Returns
- The name of the user that established the connection to IMS Connect/IMS.