Package All Classes All Fields and Methods Deprecated
java.lang.Objectcom.ibm.connector2.ims.ico.IMSManagedConnectionMetaData
The IMSManagedConnectionMetaData class provides information about a ManagedConnection instance and the associated Enterprise Information System (EIS). For IMS Connector for Java, the EIS includes IMS and IMS Connect.
Constructor Summary | |
IMSManagedConnectionMetaData()
|
Method Summary | |
java.lang.String |
getEISProductName()
Returns the product name of the Enterprise Information System (EIS). |
java.lang.String |
getEISProductVersion()
Returns the product version of the Enterprise Information System (EIS). |
int |
getMaxConnections()
Returns the maximum number of concurrent connections that IMS Connect can support. |
java.lang.String |
getUserName()
Returns the user name for this connection, as known by IMS Connect. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IMSManagedConnectionMetaData()
Method Detail |
public java.lang.String getEISProductName()
getEISProductName
in interface javax.resource.spi.ManagedConnectionMetaData
public java.lang.String getEISProductVersion()
getEISProductVersion
in interface javax.resource.spi.ManagedConnectionMetaData
public int getMaxConnections()
This information is currently not available using the getMaxConnections() method for this release of IMS Connector for Java. The getMaxConnections() method always returns 0.
However, you can view the maximum number of sockets supported by IMS Connect by issuing the IMS Connect Command, VIEWHWS, on the host and referring to the MAXSOC field displayed on the console.
For information on MAXSOC, refer to the IMS Connect Defenition and Tailoring chapter of the IMS Connect Guide and Reference.
getMaxConnections
in interface javax.resource.spi.ManagedConnectionMetaData
public java.lang.String getUserName()
This user name corresponds to the resource principal under whose security context the connection to IMS Connect was established.
getUserName
in interface javax.resource.spi.ManagedConnectionMetaData