IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62
Class Lu62ConnectionMetaData

java.lang.Object
  extended bycom.ibm.connector2.sna.lu62.Lu62ConnectionMetaData
All Implemented Interfaces:
javax.resource.cci.ConnectionMetaData

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

Lu62ConnectionMetaData provides information about an EIS instance connected through a Connection instance


Constructor Summary
Lu62ConnectionMetaData()
           
 
Method Summary
 java.lang.String getEISProductName()
          Returns product name of the underlying EIS instance connected through the Connection that produced this metadata
 java.lang.String getEISProductVersion()
          Returns product version of the underlying EIS instance
 java.lang.String getUserName()
          Returns the user name for an active connection as known to the underlying EIS instance.
protected  void setUserName(java.lang.String userName)
          Sets the user name for an active connection as known to the underlying EIS instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lu62ConnectionMetaData

public Lu62ConnectionMetaData()
Method Detail

getEISProductName

public java.lang.String getEISProductName()
Returns product name of the underlying EIS instance connected through the Connection that produced this metadata

Specified by:
getEISProductName in interface javax.resource.cci.ConnectionMetaData

getEISProductVersion

public java.lang.String getEISProductVersion()
Returns product version of the underlying EIS instance

Specified by:
getEISProductVersion in interface javax.resource.cci.ConnectionMetaData

getUserName

public java.lang.String getUserName()
Returns the user name for an active connection as known to the underlying EIS instance.

Specified by:
getUserName in interface javax.resource.cci.ConnectionMetaData

setUserName

protected void setUserName(java.lang.String userName)
Sets the user name for an active connection as known to the underlying EIS instance.

Parameters:
userName - user name associated with an active connection

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005