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)

Field Summary
static java.lang.String NIO_CLIENT_OBJECT_ITF
           
 
Method Summary
 NioClient borrowObject(java.lang.String targetContainerName)
           
 void returnObject(java.lang.String targetContainerName, NioClient clientConnection)
           
 

Field Detail

NIO_CLIENT_OBJECT_ITF

static final java.lang.String NIO_CLIENT_OBJECT_ITF
See Also:
Constant Field Values
Method Detail

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.