com.ibm.connector2.ims.ico

Class IMSConnectionMetaData

  • java.lang.Object
    • com.ibm.connector2.ims.ico.IMSConnectionMetaData


  • public class IMSConnectionMetaData
    extends java.lang.Object
    Provides information about the Enterprise Information System (EIS) instance associated with a particular IMSConnection instance.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getClientID()
      Returns the clientID for the connection.
      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.
      void setClientID(java.lang.String clientID)
      Set 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)
        Set the clientID for this connection known to IMS Connect.

        This is the clientID for which the connection to IMS Connect was established.

(c) Copyright International Business Machines Corporation 2000, 2015