|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.Constants
public class Constants
Assorted Constants for use in all James blocks The Software Version, Software Name and Build Date are set by ant during the build process.
Field Summary | |
---|---|
static java.lang.String |
AVALON_COMPONENT_MANAGER
Key used to store the component manager for this James instance in a way accessible by Avalon aware Mailets. |
static java.lang.String |
DEFAULT_DOMAIN
Context key used to store the default domain name serviced by this James instance in the context. |
static java.lang.String |
HELLO_NAME
Context key used to store the Mailet/SMTP "hello name" for this James instance in the context. |
static java.lang.String |
HOSTADDRESS
Key used to store the hostaddress of the localhost |
static java.lang.String |
HOSTNAME
Key used to store the hostname of localhost |
static java.lang.String |
SOFTWARE_NAME
The name of the software (i.e. |
static java.lang.String |
SOFTWARE_VERSION
The version of James. |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SOFTWARE_VERSION
public static final java.lang.String SOFTWARE_NAME
public static final java.lang.String DEFAULT_DOMAIN
public static final java.lang.String HELLO_NAME
public static final java.lang.String AVALON_COMPONENT_MANAGER
public static final java.lang.String HOSTADDRESS
public static final java.lang.String HOSTNAME
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |