|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.connector.IeManagedConnectionMetaData
ManagedConnectionMetaData
Field Summary | |
private String |
EISProductName
|
private String |
EISProductVersion
|
private int |
maxConnections
|
private String |
userName
|
Constructor Summary | |
(package private) |
IeManagedConnectionMetaData(IeConnection cx)
create IeManagedConnectionMetaData using connection handle cx. |
Method Summary | |
String |
getEISProductName()
get the EIS product name |
String |
getEISProductVersion()
get the EIS product version |
int |
getMaxConnections()
get the maximum number of allowed connections |
String |
getUserName()
get the user name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String EISProductName
private String EISProductVersion
private int maxConnections
private String userName
Constructor Detail |
IeManagedConnectionMetaData(IeConnection cx) throws javax.resource.ResourceException
cx
- connection handle
javax.resource.ResourceException
- if an error occurs when retrieving the metadataMethod Detail |
public String getEISProductName() throws javax.resource.ResourceException
getEISProductName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- (not really)public String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- (not really)public int getMaxConnections() throws javax.resource.ResourceException
getMaxConnections
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- (not really)public String getUserName() throws javax.resource.ResourceException
getUserName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- (not really)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |