|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedConnectionMetaData
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 |
---|
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 error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |