Package All Classes All Fields and Methods Deprecated


com.ibm.connector2.ims.ico
Class IMSConnectionMetaData

java.lang.Object
  extended bycom.ibm.connector2.ims.ico.IMSConnectionMetaData
All Implemented Interfaces:
javax.resource.cci.ConnectionMetaData

public class IMSConnectionMetaData
extends java.lang.Object
implements javax.resource.cci.ConnectionMetaData

Provides information about the Enterprise Information System (EIS) instance associated with a particular IMSConnection instance.


Constructor Summary
IMSConnectionMetaData()
           
 
Method Summary
 java.lang.String getEISProductName()
          Returns the EIS product name
 java.lang.String getEISProductVersion()
          Returns the EIS product version.
 java.lang.String getUserName()
          Returns the user name for the connection.
 
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

Specified by:
getEISProductName in interface javax.resource.cci.ConnectionMetaData
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.

Specified by:
getEISProductVersion in interface javax.resource.cci.ConnectionMetaData
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.

Specified by:
getUserName in interface javax.resource.cci.ConnectionMetaData
Returns:
The name of the user that established the connection to IMS Connect/IMS.
Throws:
javax.resource.ResourceException

Package All Classes All Fields and Methods Deprecated