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