com.bankframe.jca.samplefileadapter
Class SampleConnectionManager

java.lang.Object
  extended by com.bankframe.jca.samplefileadapter.SampleConnectionManager
All Implemented Interfaces:
Serializable, ConnectionManager

public class SampleConnectionManager
extends Object
implements ConnectionManager, Serializable

See Also:
Serialized Form

Constructor Summary
SampleConnectionManager()
           
 
Method Summary
 Object allocateConnection(ManagedConnectionFactory mcf, 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 Object allocateConnection(ManagedConnectionFactory mcf,
                                 ConnectionRequestInfo info)
                          throws ResourceException
Specified by:
allocateConnection in interface ConnectionManager
Throws:
ResourceException


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