|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.dispositions.CDispositionRunSQL
public class CDispositionRunSQL
| Constructor Summary | |
|---|---|
CDispositionRunSQL()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDispositionRunSQL()
| Method Detail |
|---|
public int getPoolSize()
IPoolableDisposition
getPoolSize in interface IPoolableDispositionpublic void Close()
IDisposition
Close in interface IDisposition
public void ReadFromFile(java.lang.String sFileName)
throws ResponseMasterException
IDisposition
ReadFromFile in interface IDispositionsFileName - The name of the file to read
ResponseMasterException
public void Dispose(CMessage oMessage)
throws ResponseMasterException
IDisposition
Dispose in interface IDispositionoMessage - The message to process
ResponseMasterExceptionpublic void Reset()
Reset in interface IResettableDisposition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||