| |
|
| javax.resource.cci.ConnectionMetaData
ConnectionMetaData | public interface ConnectionMetaData (Code) | | The ConnectionMetaData provides information about the underlying resources
for the connection.
|
Method Summary | |
public String | getEISProductName() Gets the product name of the underlying resource for the connection. | public String | getEISProductVersion() Gets the product version of the underlying resource for the connection. | public String | getUserName() Gets the user name for the connection to the underlying resource as known
to the underlying resource. |
getEISProductName | public String getEISProductName() throws ResourceException(Code) | | Gets the product name of the underlying resource for the connection.
Product name of underlying resource. |
getEISProductVersion | public String getEISProductVersion() throws ResourceException(Code) | | Gets the product version of the underlying resource for the connection.
Product version name of underlying resource. |
getUserName | public String getUserName() throws ResourceException(Code) | | Gets the user name for the connection to the underlying resource as known
to the underlying resource. This name corresponds to the principal under
whose context the connection was first made.
Product name of underlying resource. |
|
|
|