com.ibm.j2ca.base
Class WBIManagedConnectionMetaData
java.lang.Object
com.ibm.j2ca.base.WBIManagedConnectionMetaData
- All Implemented Interfaces:
- javax.resource.spi.ManagedConnectionMetaData
- public final class WBIManagedConnectionMetaData
- extends java.lang.Object
- implements javax.resource.spi.ManagedConnectionMetaData
WBIManagedConnectionMetatData is a utility class that reduces the number of classes that
RA implementations need to provide.
Constructor Summary |
WBIManagedConnectionMetaData(java.lang.String eisProductName,
java.lang.String eisProductVersion,
int maxConnections,
java.lang.String userName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WBIManagedConnectionMetaData
public WBIManagedConnectionMetaData(java.lang.String eisProductName,
java.lang.String eisProductVersion,
int maxConnections,
java.lang.String userName)
getEISProductName
public java.lang.String getEISProductName()
throws javax.resource.ResourceException
- Specified by:
getEISProductName
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException
getEISProductVersion
public java.lang.String getEISProductVersion()
throws javax.resource.ResourceException
- Specified by:
getEISProductVersion
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException
getMaxConnections
public int getMaxConnections()
throws javax.resource.ResourceException
- Specified by:
getMaxConnections
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException
getUserName
public java.lang.String getUserName()
throws javax.resource.ResourceException
- Specified by:
getUserName
in interface javax.resource.spi.ManagedConnectionMetaData
- Throws:
javax.resource.ResourceException