public class CDispositionRunSQL extends java.lang.Object implements IPoolableDisposition, IResettableDisposition
| Constructor and Description |
|---|
CDispositionRunSQL() |
| Modifier and Type | Method and Description |
|---|---|
void |
Close()
Cleanup any resources you allocated during construction
or ReadFromFile
Note: Close may be called more than once on the same object,
but once it is called, Dispose will not be called again.
|
void |
Dispose(CMessage oMessage)
Do whatever the disposition type does with the message.
|
int |
getPoolSize()
The number of items to keep in the pool.
|
void |
ReadFromFile(java.lang.String sFileName)
Read the settings for this disposition from a file.
|
void |
Reset() |
public int getPoolSize()
IPoolableDispositiongetPoolSize in interface IPoolableDispositionpublic void Close()
IDispositionClose in interface IDispositionpublic void ReadFromFile(java.lang.String sFileName)
throws ResponseMasterException
IDispositionReadFromFile in interface IDispositionsFileName - The name of the file to readResponseMasterException - if there is a problempublic void Dispose(CMessage oMessage) throws ResponseMasterException
IDispositionDispose in interface IDispositionoMessage - The message to processResponseMasterException - if there is a problempublic void Reset()
Reset in interface IResettableDisposition