|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
java.lang.String |
getEISProductName()
Returns product name of the underlying resource. |
java.lang.String |
getEISProductVersion()
Returns product version of the underlying resource. |
int |
getMaxConnections()
Returns the maximum supported number of connections allowed to the underlying resource. |
java.lang.String |
getUserName()
Returns user name associated with the underlying connection. |
Method Detail |
public java.lang.String getEISProductName() throws ResourceException (src)
ResourceException (src)
- for a generic errorpublic java.lang.String getEISProductVersion() throws ResourceException (src)
ResourceException (src)
- for a generic errorpublic int getMaxConnections() throws ResourceException (src)
ResourceException (src)
- for a generic errorpublic java.lang.String getUserName() throws ResourceException (src)
ResourceException (src)
- for a generic error
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |