| |
|
| javax.resource.spi.ManagedConnectionMetaData
ManagedConnectionMetaData | public interface ManagedConnectionMetaData (Code) | | 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.
|
getMaxConnections | public int getMaxConnections() throws ResourceException(Code) | | Returns the maximum supported number of connections allowed to the
underlying resource.
the maximum number of connections throws: ResourceException - for a generic error |
|
|
|