Version: 1.1.1

org.biomoby.registry.rdfagent.util
Class Constants

java.lang.Object
  extended by org.biomoby.registry.rdfagent.util.Constants

public class Constants
extends Object

A class that retrieves the constants located in RDFagent.home/RDFagent_config.txt

Author:
Nina Opushneva, Edward Kawas

Field Summary
static String ADMIN_EMAIL
          The email address of the registry's administrator.
static String ADMIN_NAME
          The name of the registry's administrator.
static String CONFIG_FILE
          The config_file name.
static boolean LOG_ENABLE
          Should the agent log?
static Level LOG_LEVEL
          The level of logging.
static String LOGFILE_PATH
          The directory in which to place logs.
static String RDFagentHome
          The agents home directory.
static String REGISTRY_CONF_FILE
          The location of the mobycentral.conf file.
static int REGISTRY_DEREGISTER_COUNT
          How many chances does a service get before deregistration?
static boolean REGISTRY_EMAIL
          Should the agent email service providers with changes to their services?
static boolean REGISTRY_ENABLE_DEREGISTER
          Should the agent deregister services?
static boolean REGISTRY_ENABLE_DEREGISTER_FROM_URL
          Should the agent deregister services when invoked via registerService?
static boolean REGISTRY_ENABLE_SERVICE_UPDATES
          Does the agent perform updates on modified services?
static boolean REGISTRY_IGNORE_NULL
          Should the agent ignore null signature urls?
static String REGISTRY_KEYPHRASE
          The passphrase that enables the agent to deregister from mobycentral.
static String REGISTRY_REMOVAL_ENDPOINT
          The Central Admin endpoint for service removal
static String REGISTRY_REMOVAL_PASSWORD
          The password associated with the username
static String REGISTRY_REMOVAL_URI
          The Central Admin uri for service removal
static String REGISTRY_REMOVAL_USERNAME
          The username to access the password protected Central Admin dispatcher
static String REGISTRY_URI
          The registry's endpoint.
static String REGISTRY_URL
          The url for the registry.
static boolean SMTP_ENABLE
          Should the agent try to email using smtp?
static String SMTP_LOGIN
          The smtp login.
static String SMTP_PSWD
          The smtp password.
static String SMTP_SERVER
          The address of the smtp server.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

public static final String CONFIG_FILE
The config_file name.

See Also:
Constant Field Values

RDFagentHome

public static String RDFagentHome
The agents home directory.


ADMIN_NAME

public static String ADMIN_NAME
The name of the registry's administrator.


ADMIN_EMAIL

public static String ADMIN_EMAIL
The email address of the registry's administrator.


REGISTRY_URL

public static String REGISTRY_URL
The url for the registry.


REGISTRY_URI

public static String REGISTRY_URI
The registry's endpoint.


REGISTRY_CONF_FILE

public static String REGISTRY_CONF_FILE
The location of the mobycentral.conf file.


REGISTRY_IGNORE_NULL

public static boolean REGISTRY_IGNORE_NULL
Should the agent ignore null signature urls? Defaults to false.


REGISTRY_KEYPHRASE

public static String REGISTRY_KEYPHRASE
The passphrase that enables the agent to deregister from mobycentral.


SMTP_ENABLE

public static boolean SMTP_ENABLE
Should the agent try to email using smtp? Defaults to false.


SMTP_SERVER

public static String SMTP_SERVER
The address of the smtp server.


SMTP_LOGIN

public static String SMTP_LOGIN
The smtp login.


SMTP_PSWD

public static String SMTP_PSWD
The smtp password.


LOG_ENABLE

public static boolean LOG_ENABLE
Should the agent log? Defaults to true.


LOG_LEVEL

public static Level LOG_LEVEL
The level of logging. Defaults to info logging.


REGISTRY_ENABLE_DEREGISTER

public static boolean REGISTRY_ENABLE_DEREGISTER
Should the agent deregister services? Defaults to false.


REGISTRY_ENABLE_DEREGISTER_FROM_URL

public static boolean REGISTRY_ENABLE_DEREGISTER_FROM_URL
Should the agent deregister services when invoked via registerService? Defaults to false.


REGISTRY_ENABLE_SERVICE_UPDATES

public static boolean REGISTRY_ENABLE_SERVICE_UPDATES
Does the agent perform updates on modified services?


REGISTRY_DEREGISTER_COUNT

public static int REGISTRY_DEREGISTER_COUNT
How many chances does a service get before deregistration? Defaults to 3.


REGISTRY_EMAIL

public static boolean REGISTRY_EMAIL
Should the agent email service providers with changes to their services? Defaults to true.


LOGFILE_PATH

public static String LOGFILE_PATH
The directory in which to place logs.


REGISTRY_REMOVAL_ENDPOINT

public static String REGISTRY_REMOVAL_ENDPOINT
The Central Admin endpoint for service removal


REGISTRY_REMOVAL_URI

public static String REGISTRY_REMOVAL_URI
The Central Admin uri for service removal


REGISTRY_REMOVAL_USERNAME

public static String REGISTRY_REMOVAL_USERNAME
The username to access the password protected Central Admin dispatcher


REGISTRY_REMOVAL_PASSWORD

public static String REGISTRY_REMOVAL_PASSWORD
The password associated with the username

Constructor Detail

Constants

public Constants()

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010