public interface ManagedConnectionMetaData
Modifier and Type | Method and Description |
---|---|
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.
|
String getEISProductName() throws ResourceException
ResourceException
- for a generic errorString getEISProductVersion() throws ResourceException
ResourceException
- for a generic errorint getMaxConnections() throws ResourceException
ResourceException
- for a generic errorString getUserName() throws ResourceException
ResourceException
- for a generic errorCopyright © 2013 JBoss by Red Hat. All rights reserved.