public class TransformationConnection extends java.lang.Object implements ITransformationConnection
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected java.lang.String |
className |
protected ConfigParams |
configParams |
protected java.lang.String |
description |
protected boolean |
isNew |
protected int |
maxCount |
protected java.lang.String |
name |
Constructor and Description |
---|
TransformationConnection()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TransformationConnection |
duplicate()
Clone this object.
|
java.lang.String |
getClassName()
Get the class name.
|
ConfigParams |
getConfigParams()
Get the configuration parameters.
|
java.lang.String |
getDescription()
Get description.
|
boolean |
getIsNew()
Get 'isnew' condition.
|
int |
getMaxConnections()
Get the maximum size of the connection pool.
|
java.lang.String |
getName()
Get name.
|
void |
setClassName(java.lang.String className)
Set the class name.
|
void |
setDescription(java.lang.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(java.lang.String name)
Set name.
|
public static final java.lang.String _rcsid
protected boolean isNew
protected java.lang.String name
protected java.lang.String description
protected java.lang.String className
protected ConfigParams configParams
protected int maxCount
public TransformationConnection duplicate()
public void setIsNew(boolean isnew)
setIsNew
in interface ITransformationConnection
isnew
- true if this is a new instance.public boolean getIsNew()
getIsNew
in interface ITransformationConnection
public void setName(java.lang.String name)
setName
in interface ITransformationConnection
name
- is the name.public java.lang.String getName()
getName
in interface ITransformationConnection
public void setDescription(java.lang.String description)
setDescription
in interface ITransformationConnection
description
- is the description.public java.lang.String getDescription()
getDescription
in interface ITransformationConnection
public void setClassName(java.lang.String className)
setClassName
in interface ITransformationConnection
className
- is the class name.public java.lang.String getClassName()
getClassName
in interface ITransformationConnection
public ConfigParams getConfigParams()
getConfigParams
in interface ITransformationConnection
public void setMaxConnections(int maxCount)
setMaxConnections
in interface ITransformationConnection
maxCount
- is the maximum connection count per JVM.public int getMaxConnections()
getMaxConnections
in interface ITransformationConnection