nl.knowledgeplaza.soaptools.client
Interface SoapConnectionPool

All Superinterfaces:
nl.knowledgeplaza.util.pool.ObjectPool
All Known Implementing Classes:
SoapConnectionPoolWrapper

public interface SoapConnectionPool
extends nl.knowledgeplaza.util.pool.ObjectPool


Method Summary
 void addClient()
           
 SoapClient borrowClient()
           
 void invalidateClient(SoapClient arg0)
           
 void returnClient(SoapClient arg0)
           
 
Methods inherited from interface nl.knowledgeplaza.util.pool.ObjectPool
addObject, borrowObject, clear, close, getNumActive, getNumIdle, invalidateObject, isSynchronized, returnObject, setFactory, setSynchronized, shutdown
 

Method Detail

borrowClient

SoapClient borrowClient()

returnClient

void returnClient(SoapClient arg0)

invalidateClient

void invalidateClient(SoapClient arg0)

addClient

void addClient()


Copyright © 2013 KnowledgePlaza. All Rights Reserved.