com.ibm.connector2.ims.ico
Class IMSConnectionMetaData
- java.lang.Object
com.ibm.connector2.ims.ico.IMSConnectionMetaData
- public class IMSConnectionMetaData
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
IMSConnectionMetaData()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getClientID()
Returns the clientID for the connection.
|
|
getEISProductName()
Returns the EIS product name
|
|
getEISProductVersion()
Returns the EIS product version.
|
|
getUserName()
Returns the user name for the connection.
|
|
setClientID(java.lang.String clientID)
Sets the clientID for this connection known to IMS Connect.
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
IMSConnectionMetaData
- public IMSConnectionMetaData()
Method Detail
getEISProductName
- public java.lang.String getEISProductName( )
- throws javax.resource.ResourceException
Returns 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.ResourceException
Returns the EIS product version.
Returns:
The IMS Connect/IMS version.
Throws:
javax.resource.ResourceException
getUserName
- public final java.lang.String getUserName( )
- throws javax.resource.ResourceException
Returns 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)
Sets the clientID for this connection known to IMS Connect.
This is the clientID for which the connection to IMS Connect was established.