|
|||||||||||
PREV CLASS NEXT CLASS | 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 | |
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 |
public String getEISProductName() throws ResourceException
ResourceException
- for a generic errorpublic String getEISProductVersion() throws ResourceException
ResourceException
- for a generic errorpublic int getMaxConnections() throws ResourceException
ResourceException
- for a generic errorpublic String getUserName() throws ResourceException
ResourceException
- for a generic error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |