|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.protocols.smtp.hook.HookResult
public final class HookResult
Result which get used for hooks
| Constructor Summary | |
|---|---|
HookResult(int result)
Construct new HookResult |
|
HookResult(int result,
String smtpDescription)
Construct new HookResult |
|
HookResult(int result,
String smtpRetCode,
CharSequence smtpDescription)
Construct new HookResult |
|
| Method Summary | |
|---|---|
int |
getResult()
Return the result |
String |
getSmtpDescription()
Return the SMTPDescription which should used. |
String |
getSmtpRetCode()
Return the SMTPRetCode which should used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HookResult(int result,
String smtpRetCode,
CharSequence smtpDescription)
result - smtpRetCode - smtpDescription -
public HookResult(int result,
String smtpDescription)
result - smtpDescription - public HookResult(int result)
result - | Method Detail |
|---|
public int getResult()
public String getSmtpRetCode()
public String getSmtpDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||