public interface ITransformationConnection
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Get the class name.
|
ConfigParams |
getConfigParams()
Get the configuration parameters.
|
String |
getDescription()
Get description.
|
boolean |
getIsNew()
Get 'isnew' condition.
|
int |
getMaxConnections()
Get the maximum size of the connection pool.
|
String |
getName()
Get name.
|
void |
setClassName(String className)
Set the class name.
|
void |
setDescription(String description)
Set description.
|
void |
setIsNew(boolean isnew)
Set 'isnew' condition.
|
void |
setMaxConnections(int maxCount)
Set the maximum size of the connection pool.
|
void |
setName(String name)
Set name.
|
static final String _rcsid
void setIsNew(boolean isnew)
isnew
- true if this is a new instance.boolean getIsNew()
void setName(String name)
name
- is the name.String getName()
void setDescription(String description)
description
- is the description.String getDescription()
void setClassName(String className)
className
- is the class name.String getClassName()
ConfigParams getConfigParams()
void setMaxConnections(int maxCount)
maxCount
- is the maximum connection count per JVM.int getMaxConnections()