Interface JcaExecutorServiceConnectionFactory
-
- All Superinterfaces:
javax.naming.Referenceable
,javax.resource.Referenceable
,java.io.Serializable
- All Known Implementing Classes:
JcaExecutorServiceConnectionFactoryImpl
public interface JcaExecutorServiceConnectionFactory extends java.io.Serializable, javax.resource.Referenceable
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JcaExecutorServiceConnection
getConnection()
-
-
-
Method Detail
-
getConnection
JcaExecutorServiceConnection getConnection() throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
-
-