org.apache.james
Class Constants

java.lang.Object
  |
  +--org.apache.james.Constants

public class Constants
extends Object

Assorted Constants for use in all James blocks The Software Version, Software Name and Build Date are set by ant during the build process.

Version:
This is $Revision: 1.9 $
Author:
Federico Barbieri

Field Summary
static String AVALON_COMPONENT_MANAGER
          Key used to store the component manager for this James instance in a way accessible by Avalon aware Mailets.
static String HELLO_NAME
          Context key used to store the Mailet/SMTP "hello name" for this James instance in the context.
static String POSTMASTER
          Context key used to store the postmaster address for this James instance in the context.
static String SERVER_NAMES
          Context key used to store the list of mail domains being serviced by this James instance in the context.
static String SOFTWARE_NAME
          The name of the software (i.e.
static String SOFTWARE_VERSION
          The version of James.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOFTWARE_VERSION

public static final String SOFTWARE_VERSION
The version of James.

See Also:
Constant Field Values

SOFTWARE_NAME

public static final String SOFTWARE_NAME
The name of the software (i.e. James).

See Also:
Constant Field Values

SERVER_NAMES

public static final String SERVER_NAMES
Context key used to store the list of mail domains being serviced by this James instance in the context.

See Also:
Constant Field Values

HELLO_NAME

public static final String HELLO_NAME
Context key used to store the Mailet/SMTP "hello name" for this James instance in the context.

See Also:
Constant Field Values

POSTMASTER

public static final String POSTMASTER
Context key used to store the postmaster address for this James instance in the context.

See Also:
Constant Field Values

AVALON_COMPONENT_MANAGER

public static final String AVALON_COMPONENT_MANAGER
Key used to store the component manager for this James instance in a way accessible by Avalon aware Mailets.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."