edu.vt.middleware.registry.manage.address
Class AMConstants

java.lang.Object
  extended by edu.vt.middleware.registry.manage.address.AMConstants

public final class AMConstants
extends Object

AMConstants contains constants specific to the ED Address Manage libs.

Version:
$Revision: 6350 $
Author:
Daniel Fisher

Field Summary
static String CREATOR_ID
          Created_by text for inserting into registry
static String JNDI_PROPERTIES_FILE
          Name of the properties file to use for jndi configuration
static String MAIL_STOP_REGEX
          Regular expression a mail stop must match
static String PHONE_NUMBER_REGEX
          Regular expression a phone number must match
static String PROPERTIES_DOMAIN
          Prefix for all properties
static String PROPERTIES_FILE
          Name of the properties file to use for configuration
static int REPL_PRIORITY
          Priority for address replication
 
Constructor Summary
private AMConstants()
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_FILE

public static final String PROPERTIES_FILE
Name of the properties file to use for configuration

See Also:
Constant Field Values

JNDI_PROPERTIES_FILE

public static final String JNDI_PROPERTIES_FILE
Name of the properties file to use for jndi configuration

See Also:
Constant Field Values

PROPERTIES_DOMAIN

public static final String PROPERTIES_DOMAIN
Prefix for all properties

See Also:
Constant Field Values

CREATOR_ID

public static final String CREATOR_ID
Created_by text for inserting into registry

See Also:
Constant Field Values

PHONE_NUMBER_REGEX

public static final String PHONE_NUMBER_REGEX
Regular expression a phone number must match

See Also:
Constant Field Values

MAIL_STOP_REGEX

public static final String MAIL_STOP_REGEX
Regular expression a mail stop must match

See Also:
Constant Field Values

REPL_PRIORITY

public static final int REPL_PRIORITY
Priority for address replication

See Also:
Constant Field Values
Constructor Detail

AMConstants

private AMConstants()
Default constructor.



Copyright © 2008 Virginia Tech. All Rights Reserved.