public class CloverGraphPoolFactory extends Object implements org.apache.commons.pool.PoolableObjectFactory
| Modifier and Type | Field and Description |
|---|---|
protected CloverGraphFactory |
graphFactory |
| Constructor and Description |
|---|
CloverGraphPoolFactory(CloverGraphFactory graphFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateObject(Object obj) |
protected org.jetel.graph.TransformationGraph |
createTransformationGraph() |
void |
destroyObject(Object obj) |
CloverGraphFactory |
getGraphFactory() |
Object |
makeObject() |
void |
passivateObject(Object obj) |
void |
setGraphFactory(CloverGraphFactory graphFactory) |
boolean |
validateObject(Object obj) |
protected CloverGraphFactory graphFactory
public CloverGraphPoolFactory(CloverGraphFactory graphFactory)
protected org.jetel.graph.TransformationGraph createTransformationGraph()
throws DataMapperCreationException
DataMapperCreationExceptionpublic void passivateObject(Object obj) throws Exception
passivateObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic void destroyObject(Object obj) throws Exception
destroyObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic void activateObject(Object obj) throws Exception
activateObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic boolean validateObject(Object obj)
validateObject in interface org.apache.commons.pool.PoolableObjectFactorypublic Object makeObject() throws Exception
makeObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic CloverGraphFactory getGraphFactory()
public void setGraphFactory(CloverGraphFactory graphFactory)
Copyright © 2022. All rights reserved.