com.ibm.connector2.ims.ico
Class IMSConnectionMetaData
- java.lang.Object
-
- com.ibm.connector2.ims.ico.IMSConnectionMetaData
-
public class IMSConnectionMetaData extends java.lang.ObjectProvides information about the Enterprise Information System (EIS) instance associated with a particular IMSConnection instance.
-
-
Constructor Summary
Constructors Constructor and Description IMSConnectionMetaData()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetClientID()Returns the clientID for the connection.java.lang.StringgetEISProductName()Returns the EIS product namejava.lang.StringgetEISProductVersion()Returns the EIS product version.java.lang.StringgetUserName()Returns the user name for the connection.voidsetClientID(java.lang.String clientID)Set the clientID for this connection known to IMS Connect.
-
-
-
Method Detail
-
getEISProductName
public java.lang.String getEISProductName() throws javax.resource.ResourceExceptionReturns the EIS product name- Returns:
- The EIS product name (IMS Connect/IMS).
- Throws:
javax.resource.ResourceException
-
getEISProductVersion
public java.lang.String getEISProductVersion() throws javax.resource.ResourceExceptionReturns the EIS product version.- Returns:
- The IMS Connect/IMS version.
- Throws:
javax.resource.ResourceException
-
getUserName
public final java.lang.String getUserName() throws javax.resource.ResourceExceptionReturns the user name for the connection.- Returns:
- The name of the user that established the connection to IMS Connect/IMS.
- Throws:
javax.resource.ResourceException
-
getClientID
public java.lang.String getClientID()
Returns the clientID for the connection.- Returns:
- The clientID that established the connection to IMS Connect/IMS.
-
setClientID
public void setClientID(java.lang.String clientID)
Set the clientID for this connection known to IMS Connect.This is the clientID for which the connection to IMS Connect was established.
-
-