|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.dispositions.CDispositionMoveToSubfolder
public class CDispositionMoveToSubfolder
The disposition object for forwarding a message to a subfolder of the scanned folder This works only for IMAP and maildir message stores.
IDisposition| Constructor Summary | |
|---|---|
CDispositionMoveToSubfolder()
|
|
| 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. |
void |
Reset()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDispositionMoveToSubfolder()
| 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
ResponseMasterExceptionpublic void Reset()
Reset in interface IResettableDisposition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||