org.sourceforge.bdbadapter.cci
Class MetaDataImpl

java.lang.Object
  |
  +--org.sourceforge.bdbadapter.cci.MetaDataImpl
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionMetaData

public class MetaDataImpl
extends java.lang.Object
implements javax.resource.spi.ManagedConnectionMetaData


Field Summary
private  ManagedConnectionImpl mc
           
 
Constructor Summary
MetaDataImpl(ManagedConnectionImpl mc)
           
 
Method Summary
 java.lang.String getEISProductName()
           
 java.lang.String getEISProductVersion()
           
 int getMaxConnections()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mc

private ManagedConnectionImpl mc
Constructor Detail

MetaDataImpl

public MetaDataImpl(ManagedConnectionImpl mc)
Method Detail

getEISProductName

public java.lang.String getEISProductName()
                                   throws javax.resource.ResourceException
Specified by:
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaData

getEISProductVersion

public java.lang.String getEISProductVersion()
                                      throws javax.resource.ResourceException
Specified by:
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaData

getMaxConnections

public int getMaxConnections()
                      throws javax.resource.ResourceException
Specified by:
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaData

getUserName

public java.lang.String getUserName()
                             throws javax.resource.ResourceException
Specified by:
getUserName in interface javax.resource.spi.ManagedConnectionMetaData