public class PoolableTargetChannelFactoryPerSrcHndlr extends Object implements org.apache.commons.pool.PoolableObjectFactory
| Modifier and Type | Method and Description |
|---|---|
void |
activateObject(Object o) |
void |
destroyObject(Object o) |
Object |
makeObject() |
void |
passivateObject(Object o) |
boolean |
validateObject(Object o) |
public Object makeObject() throws Exception
makeObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic void destroyObject(Object o) throws Exception
destroyObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic boolean validateObject(Object o)
validateObject in interface org.apache.commons.pool.PoolableObjectFactorypublic void activateObject(Object o)
activateObject in interface org.apache.commons.pool.PoolableObjectFactorypublic void passivateObject(Object o)
passivateObject in interface org.apache.commons.pool.PoolableObjectFactoryCopyright © 2022 WSO2. All rights reserved.