KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > ConnectionManager

javax.resource.spi
Interface ConnectionManager

All Superinterfaces:
Serializable
See Also:
Top Examples, Source Code, ManagedConnectionFactory

public Object allocateConnection(ManagedConnectionFactory mcf,
                                 ConnectionRequestInfo cxRequestInfo)
                          throws ResourceException
See Also:
ResourceAdapterInternalException, ResourceAllocationException, SecurityException, ApplicationServerInternalException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags