public class CDispositionDoNothing extends java.lang.Object implements IDisposition
IDisposition| Constructor and Description |
|---|
CDispositionDoNothing() |
| 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.
|
void |
ReadFromFile(java.lang.String sFileName)
Read the settings for this disposition from a file.
|
public void Close()
IDispositionClose in interface IDispositionpublic void ReadFromFile(java.lang.String sFileName)
IDispositionReadFromFile in interface IDispositionsFileName - The name of the file to readpublic void Dispose(CMessage oMessage)
IDispositionDispose in interface IDispositionoMessage - The message to process