org.gcube.messaging.common.consumer
Class Constants

java.lang.Object
  extended by org.gcube.messaging.common.consumer.Constants

public class Constants
extends java.lang.Object


Nested Class Summary
static class Constants.MailTemplateToken
           
static class Constants.NotificationSubType
           
 
Field Summary
static java.lang.String ACCOUNTINGDBFILE_JNDI_NAME
          Name of the AccountingDBFile in the JNDI configuration of the service.
static java.lang.String ACCOUNTINGSYTEMDBFILE_JNDI_NAME
          Name of the AccountingSystemDBFile in the JNDI configuration of the service.
static java.lang.String CONFIGDIR_JNDI_NAME
          Name of the CONFIGDIR_JNDI_NAME in the JNDI configuration of the service.
static java.lang.String CONNECT_TO_USERMANAGEMENT_DB_JNDI_NAME
          Name of the connectToUserManagementDB in the JNDI configuration of the service.
static java.lang.String DBHOST_JNDI_NAME
          Name of the DBName in the JNDI configuration of the service.
static java.lang.String DBPASS_JNDI_NAME
          Name of the DBPass in the JNDI configuration of the service.
static java.lang.String DBPORT_JNDI_NAME
          Name of the DBNport in the JNDI configuration of the service.
static java.lang.String DBUSER_JNDI_NAME
          Name of the DBUser in the JNDI configuration of the service.
static java.lang.String JNDI_NAME
          Name of the port-type in the JNDI configuration of the service.
static java.lang.String MAIL_TEMPLATE_FILE_JNDI_NAME
          Name of the MailTemplatesFile in the JNDI configuration of the service.
static java.lang.String MAILRECIPIENTS_JNDI_NAME
          Name of the MAILRECIPIENTS_JNDI_NAME in the JNDI configuration of the service.
static java.lang.String MAXDBCONNECTIONS_JNDI_NAME
          Name of the MaxDBConnection in the JNDI configuration of the service.
static java.lang.String MESSAGESSUBSCRIPTIONS_JNDI_NAME
          Name of the MESSAGESSUBSCRIPTIONS_JNDI_NAME in the JNDI configuration of the service.
static java.lang.String MONITORINGDBFILE_JNDI_NAME
          Name of the MonitoringDBFile in the JNDI configuration of the service.
static java.lang.String NOTIFYBYMAIL_JNDI_NAME
          Name of the CONFIGDIR_JNDI_NAME in the JNDI configuration of the service.
static java.lang.String USEEMBEDDEDBROKER_JNDI_NAME
          Name of theUSEEMBEDDEDBROKER_JNDI_NAME in the JNDI configuration of the service.
static java.lang.String USEEMBEDDEDDB_JNDI_NAME
          Name of the UseEmbeddedDB in the JNDI configuration of the service.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_NAME

public static final java.lang.String JNDI_NAME
Name of the port-type in the JNDI configuration of the service.

See Also:
Constant Field Values

ACCOUNTINGDBFILE_JNDI_NAME

public static final java.lang.String ACCOUNTINGDBFILE_JNDI_NAME
Name of the AccountingDBFile in the JNDI configuration of the service.

See Also:
Constant Field Values

MONITORINGDBFILE_JNDI_NAME

public static final java.lang.String MONITORINGDBFILE_JNDI_NAME
Name of the MonitoringDBFile in the JNDI configuration of the service.

See Also:
Constant Field Values

ACCOUNTINGSYTEMDBFILE_JNDI_NAME

public static final java.lang.String ACCOUNTINGSYTEMDBFILE_JNDI_NAME
Name of the AccountingSystemDBFile in the JNDI configuration of the service.

See Also:
Constant Field Values

MAILRECIPIENTS_JNDI_NAME

public static final java.lang.String MAILRECIPIENTS_JNDI_NAME
Name of the MAILRECIPIENTS_JNDI_NAME in the JNDI configuration of the service.

See Also:
Constant Field Values

CONFIGDIR_JNDI_NAME

public static final java.lang.String CONFIGDIR_JNDI_NAME
Name of the CONFIGDIR_JNDI_NAME in the JNDI configuration of the service.

See Also:
Constant Field Values

NOTIFYBYMAIL_JNDI_NAME

public static final java.lang.String NOTIFYBYMAIL_JNDI_NAME
Name of the CONFIGDIR_JNDI_NAME in the JNDI configuration of the service.

See Also:
Constant Field Values

USEEMBEDDEDBROKER_JNDI_NAME

public static final java.lang.String USEEMBEDDEDBROKER_JNDI_NAME
Name of theUSEEMBEDDEDBROKER_JNDI_NAME in the JNDI configuration of the service.

See Also:
Constant Field Values

MESSAGESSUBSCRIPTIONS_JNDI_NAME

public static final java.lang.String MESSAGESSUBSCRIPTIONS_JNDI_NAME
Name of the MESSAGESSUBSCRIPTIONS_JNDI_NAME in the JNDI configuration of the service.

See Also:
Constant Field Values

USEEMBEDDEDDB_JNDI_NAME

public static final java.lang.String USEEMBEDDEDDB_JNDI_NAME
Name of the UseEmbeddedDB in the JNDI configuration of the service.

See Also:
Constant Field Values

DBUSER_JNDI_NAME

public static final java.lang.String DBUSER_JNDI_NAME
Name of the DBUser in the JNDI configuration of the service.

See Also:
Constant Field Values

DBPASS_JNDI_NAME

public static final java.lang.String DBPASS_JNDI_NAME
Name of the DBPass in the JNDI configuration of the service.

See Also:
Constant Field Values

DBHOST_JNDI_NAME

public static final java.lang.String DBHOST_JNDI_NAME
Name of the DBName in the JNDI configuration of the service.

See Also:
Constant Field Values

DBPORT_JNDI_NAME

public static final java.lang.String DBPORT_JNDI_NAME
Name of the DBNport in the JNDI configuration of the service.

See Also:
Constant Field Values

MAXDBCONNECTIONS_JNDI_NAME

public static final java.lang.String MAXDBCONNECTIONS_JNDI_NAME
Name of the MaxDBConnection in the JNDI configuration of the service.

See Also:
Constant Field Values

MAIL_TEMPLATE_FILE_JNDI_NAME

public static final java.lang.String MAIL_TEMPLATE_FILE_JNDI_NAME
Name of the MailTemplatesFile in the JNDI configuration of the service.

See Also:
Constant Field Values

CONNECT_TO_USERMANAGEMENT_DB_JNDI_NAME

public static final java.lang.String CONNECT_TO_USERMANAGEMENT_DB_JNDI_NAME
Name of the connectToUserManagementDB in the JNDI configuration of the service.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()