java.lang.Object | +--com.ibm.commerce.messaging.adapters.jcasample.SampleManagedConnectionMetaDataImpl
This class implements the javax.resource.spi.ManagedConnectionMetaData interface.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
Constructor Summary | |
---|---|
SampleManagedConnectionMetaDataImpl(
SampleManagedConnection smc) SampleManagedConnectionMetaDataImpl constructor |
Method Summary | |
---|---|
java.lang.String |
getEISProductName() Gets the EIS product name |
java.lang.String |
getEISProductVersion() Gets the EIS product version |
int |
getMaxConnections() Gets the max connections |
java.lang.String |
getUserName() Gets the user name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public SampleManagedConnectionMetaDataImpl(SampleManagedConnection smc)
Method Detail |
---|
public java.lang.String getEISProductName() throws ResourceException
javax.resource.ResourceException
ResourceException
public java.lang.String getEISProductVersion() throws ResourceException
javax.resource.ResourceException
ResourceException
public java.lang.String getUserName() throws ResourceException
javax.resource.ResourceException
ResourceException
public int getMaxConnections() throws ResourceException
javax.resource.ResourceException
ResourceException