com.j_spaces.jca
Class GSConnetionMetaData

java.lang.Object
  extended by com.j_spaces.jca.GSConnetionMetaData
All Implemented Interfaces:
ConnectionMetaData

public class GSConnetionMetaData
extends Object
implements ConnectionMetaData

The JCA ConnectionMetaData implementation Class


Constructor Summary
GSConnetionMetaData()
           
 
Method Summary
 String getEISProductName()
          Product name of the underlying EIS instance connected through the ManagedConnection.
 String getEISProductVersion()
          Product version of the underlying EIS instance connected through the ManagedConnection.
 String getUserName()
          The user name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSConnetionMetaData

public GSConnetionMetaData()
Method Detail

getEISProductName

public String getEISProductName()
Product name of the underlying EIS instance connected through the ManagedConnection.

Specified by:
getEISProductName in interface ConnectionMetaData
Returns:
the EIS as string

getEISProductVersion

public String getEISProductVersion()
Product version of the underlying EIS instance connected through the ManagedConnection.

Specified by:
getEISProductVersion in interface ConnectionMetaData
Returns:
the EIS version as string

getUserName

public String getUserName()
The user name.

Specified by:
getUserName in interface ConnectionMetaData
Returns:
the user name.