com.bankframe.jca.samplefileadapter
Class SampleConnectionMetaData

java.lang.Object
  extended bycom.bankframe.jca.samplefileadapter.SampleConnectionMetaData
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionMetaData

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


Constructor Summary
SampleConnectionMetaData(SampleManagedConnection mc)
           
 
Method Summary
 java.lang.String getEISProductName()
           
 java.lang.String getEISProductVersion()
           
 int getMaxConnections()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleConnectionMetaData

public SampleConnectionMetaData(SampleManagedConnection mc)
Method Detail

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


Copyright © 2005, 2007, Oracle. All rights reserved.