|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.malowa.state.State
de.malowa.state.OnGreylistState
de.malowa.state.StillDelayedState
public class StillDelayedState
The state of a greylisting tupel when it is on the greylist and the delay time has not passed. The mail may be not accepted for delivery, yet.
| Constructor Summary | |
|---|---|
StillDelayedState(SMTPInformation info,
MailHistory history)
Creates the state. |
|
| Method Summary | |
|---|---|
void |
accept(StateVisitor visitor)
Part of VisitorPattern. |
| Methods inherited from class de.malowa.state.OnGreylistState |
|---|
getMailHistory |
| Methods inherited from class de.malowa.state.State |
|---|
getSMTPInformation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StillDelayedState(SMTPInformation info,
MailHistory history)
info - of SMTP dialoghistory - statistics of past connection attempts| Method Detail |
|---|
public void accept(StateVisitor visitor)
State
accept in class Statevisitor - the visitor containing the callback functionsState.accept(StateVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||