org.apache.james.protocols.smtp.hook
Class HookReturnCode

java.lang.Object
  extended by org.apache.james.protocols.smtp.hook.HookReturnCode

public class HookReturnCode
extends java.lang.Object


Field Summary
static int DECLINED
           
static int DENY
           
static int DENYSOFT
           
static int OK
           
 
Constructor Summary
HookReturnCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

DENY

public static final int DENY
See Also:
Constant Field Values

DENYSOFT

public static final int DENYSOFT
See Also:
Constant Field Values

DECLINED

public static final int DECLINED
See Also:
Constant Field Values
Constructor Detail

HookReturnCode

public HookReturnCode()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.