|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.malowa.state.State
public abstract class State
Abstract class for representing a greylisting state. A tupel consisting of
recipient, sender and client IP can be in one of the concrete states.
A State is part of a VisitorPattern. See StateVisitor
| Constructor Summary | |
|---|---|
State(SMTPInformation info)
Constructs a state of a provided tupel. |
|
| Method Summary | |
|---|---|
abstract void |
accept(StateVisitor visitor)
Part of VisitorPattern. |
SMTPInformation |
getSMTPInformation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public State(SMTPInformation info)
info - the information of SMTP dialog, containing also the tupel| Method Detail |
|---|
public abstract void accept(StateVisitor visitor)
visitor - the visitor containing the callback functionspublic SMTPInformation getSMTPInformation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||