javax.resource.spi
Interface ManagedConnectionMetaData


public interface ManagedConnectionMetaData

The ManagedConnectionMetaData interface provides information about the underlying resource associated with a ManagedConnetion. The Application Server can use this information to get information at runtime from the underlying resource.


Method Summary
 String getEISProductName()
          Returns product name of the underlying resource.
 String getEISProductVersion()
          Returns product version of the underlying resource.
 int getMaxConnections()
          Returns the maximum supported number of connections allowed to the underlying resource.
 String getUserName()
          Returns user name associated with the underlying connection.
 

Method Detail

getEISProductName

public String getEISProductName()
                         throws ResourceException
Returns product name of the underlying resource.

Throws:
ResourceException

getEISProductVersion

public String getEISProductVersion()
                            throws ResourceException
Returns product version of the underlying resource.

Throws:
ResourceException

getMaxConnections

public int getMaxConnections()
                      throws ResourceException
Returns the maximum supported number of connections allowed to the underlying resource.

Throws:
ResourceException

getUserName

public String getUserName()
                   throws ResourceException
Returns user name associated with the underlying connection.

Throws:
ResourceException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.