javax.resource.spi
Interface ManagedConnectionMetaData


public interface ManagedConnectionMetaData

Meta data for a managed connection.


Method Summary
 java.lang.String getEISProductName()
          Returns the product name of the instance.
 java.lang.String getEISProductVersion()
          Returns the product version of the instance.
 int getMaxConnections()
          Returns the maximum limit on connections.
 java.lang.String getUserName()
          Returns the user name of the connection.
 

Method Detail

getEISProductName

java.lang.String getEISProductName()
                                   throws ResourceException
Returns the product name of the instance.

Throws:
ResourceException

getEISProductVersion

java.lang.String getEISProductVersion()
                                      throws ResourceException
Returns the product version of the instance.

Throws:
ResourceException

getMaxConnections

int getMaxConnections()
                      throws ResourceException
Returns the maximum limit on connections.

Throws:
ResourceException

getUserName

java.lang.String getUserName()
                             throws ResourceException
Returns the user name of the connection.

Throws:
ResourceException