com.ibm.commerce.messaging.adapters.jcasample
Class SampleManagedConnectionMetaDataImpl

java.lang.Object
  com.ibm.commerce.messaging.adapters.jcasample.SampleManagedConnectionMetaDataImpl

public class SampleManagedConnectionMetaDataImpl
extends java.lang.Object

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values
Constructor Detail

SampleManagedConnectionMetaDataImpl

public SampleManagedConnectionMetaDataImpl(SampleManagedConnection smc)
SampleManagedConnectionMetaDataImpl constructor
Method Detail

getEISProductName

public java.lang.String getEISProductName()
                                   throws ResourceException
Gets the EIS product name
Returns:
Always null. This method does nothing in current implementation.
Throws:
javax.resource.ResourceException
ResourceException

getEISProductVersion

public java.lang.String getEISProductVersion()
                                      throws ResourceException
Gets the EIS product version
Returns:
Always null. This method does nothing in current implementation.
Throws:
javax.resource.ResourceException
ResourceException

getUserName

public java.lang.String getUserName()
                             throws ResourceException
Gets the user name
Returns:
Always null. This method does nothing in current implementation.
Throws:
javax.resource.ResourceException
ResourceException

getMaxConnections

public int getMaxConnections()
                      throws ResourceException
Gets the max connections
Returns:
Always return 1. The number of max connections.
Throws:
javax.resource.ResourceException
ResourceException

Feedback