|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDisposition
The interface that disposition objects must implement.
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. |
Method Detail |
---|
void ReadFromFile(java.lang.String sFileName) throws ResponseMasterException
sFileName
- The name of the file to read
Throws
- a ResponseMasterException if there is a problem
ResponseMasterException
void Dispose(CMessage oMessage) throws ResponseMasterException
oMessage
- The message to process
Throws
- a ResponseMasterException if there is a problem
ResponseMasterException
void Close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |