org.ow2.petals.transport.platform.nio.client
Interface NioClientObjectPool
- All Known Implementing Classes:
- NioClientObjectPoolImpl
public interface NioClientObjectPool
Interface of the Fractal component associated to the NIO Client pool.
- Author:
- Christophe DENEUX (Capgemini Sud)
NIO_CLIENT_OBJECT_ITF
static final java.lang.String NIO_CLIENT_OBJECT_ITF
- See Also:
- Constant Field Values
borrowObject
NioClient borrowObject(java.lang.String targetContainerName)
throws java.lang.Exception
- Throws:
java.lang.Exception
returnObject
void returnObject(java.lang.String targetContainerName,
NioClient clientConnection)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.