|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateVisitor | |
---|---|
de.malowa.greylister | |
de.malowa.state |
Uses of StateVisitor in de.malowa.greylister |
---|
Classes in de.malowa.greylister that implement StateVisitor | |
---|---|
class |
ClientTask
The ClientTask is a task which will be run if a WorkerThread is
ready to handle this task. |
class |
Greylister
The Greylister is the interface to the database layer which
holds and stores all information of the current email delivery attempt. |
Uses of StateVisitor in de.malowa.state |
---|
Methods in de.malowa.state with parameters of type StateVisitor | |
---|---|
void |
StillDelayedState.accept(StateVisitor visitor)
|
abstract void |
State.accept(StateVisitor visitor)
Part of VisitorPattern. |
void |
PassWhileGreylistedState.accept(StateVisitor visitor)
|
void |
PassedGreylistState.accept(StateVisitor visitor)
|
void |
PassBeforeGreylistState.accept(StateVisitor visitor)
|
void |
OnWhitelistState.accept(StateVisitor visitor)
|
void |
NotOnGreylistState.accept(StateVisitor visitor)
|
void |
BlockBeforeGreylistState.accept(StateVisitor visitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |