com.bankframe.jca.samplefileadapter
Class SampleConnectionManager

java.lang.Object
  extended bycom.bankframe.jca.samplefileadapter.SampleConnectionManager
All Implemented Interfaces:
javax.resource.spi.ConnectionManager, java.io.Serializable

public class SampleConnectionManager
extends java.lang.Object
implements javax.resource.spi.ConnectionManager, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SampleConnectionManager()
           
 
Method Summary
 java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleConnectionManager

public SampleConnectionManager()
Method Detail

allocateConnection

public java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
                                           javax.resource.spi.ConnectionRequestInfo info)
                                    throws javax.resource.ResourceException
Specified by:
allocateConnection in interface javax.resource.spi.ConnectionManager
Throws:
javax.resource.ResourceException


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