|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.dispositions.CDispositionWriteToDB
public class CDispositionWriteToDB
The disposition object for logging the fields of a message to a database table
IDisposition| Constructor Summary | |
|---|---|
CDispositionWriteToDB()
|
|
| 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. |
void |
ReadFromFile(java.lang.String sFileName)
Read the settings for this disposition from a file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDispositionWriteToDB()
| Method Detail |
|---|
public 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
ResponseMasterException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||