Compoze Software, Inc.

com.compoze.trigger
Interface ITriggerPropertiesKeys

All Known Implementing Classes:
JdbcTriggerServerEvents, AbstractTimeoutAlgorithm, NagleTimeoutAlgorithm, ConstantTimeoutAlgorithm, TriggerServer, DataSourceTriggerServerEvents, TcpTriggerRequestor

public interface ITriggerPropertiesKeys

This interface contains constants for the keys in Trigger.properties.


Field Summary
static java.lang.String TRIGGER_BACKLOG_KEY
          The key for the trigger server backlog.
static java.lang.String TRIGGER_BINDADDRESS_KEY
          The key for the trigger server bind address.
static java.lang.String TRIGGER_DISCOVERY_GROUP_KEY
          The key for the trigger server multicast discovery group (see java.net.MulticastSocket).
static java.lang.String TRIGGER_DISCOVERY_MAGIC_KEY
          The key for the multicast discovery server magic number identifier.
static java.lang.String TRIGGER_DISCOVERY_PORT_KEY
          The key for the trigger server multicast discovery port (see java.net.MulticastSocket).
static java.lang.String TRIGGER_DISCOVERY_SERVER_KEY
          The key for the hostname or IP of the multicast discovery server.
static java.lang.String TRIGGER_DISCOVERY_TIMEOUT_KEY
          The key for the multicast discovery client timeout for packets sent.
static java.lang.String TRIGGER_DISCOVERY_TTL_KEY
          The key for the multicast discovery client time-to-live value for packets sent (see java.net.MulticastSocket).
static java.lang.String TRIGGER_EVENTLIST_KEY
          The key for the class that implements ITriggerList.
static java.lang.String TRIGGER_PORT_KEY
          The key for the trigger server port.
static java.lang.String TRIGGER_STARTUP_DATASOURCE_NAME
          The key for the trigger startup datasource name.
static java.lang.String TRIGGER_STARTUP_JDBC_DRIVER
          The key for the trigger server jdbc driver.
static java.lang.String TRIGGER_STARTUP_JDBC_PASSWORD
          The key for the trigger server jdbc password.
static java.lang.String TRIGGER_STARTUP_JDBC_POOL_SIZE
          The key for the trigger startup jdbc connection pool size.
static java.lang.String TRIGGER_STARTUP_JDBC_URL
          The key for the trigger startup jdbc url.
static java.lang.String TRIGGER_STARTUP_JDBC_USERNAME
          The key for the trigger startup jdbc username.
static java.lang.String TRIGGER_STARTUP_KEY
          The key for the classes to invoke on trigger server startup.
static java.lang.String TRIGGER_TIMEOUT_IMPLEMENTOR
          The key for the class that implements the default action timeout algorithm (see ITimeoutAlgorithm).
static java.lang.String TRIGGER_TIMEOUT_INITIAL
          The key for the initial action timeout value.
static java.lang.String TRIGGER_TIMEOUT_NAGLEFACTOR
          The key for the action timeout nagle factor (see NagleTimeoutAlgorithm).
static java.lang.String TRIGGER_TIMEOUT_RETRIES
          The key for the number of retries after an action timeout.
 

Field Detail

TRIGGER_STARTUP_DATASOURCE_NAME


public static final java.lang.String TRIGGER_STARTUP_DATASOURCE_NAME
The key for the trigger startup datasource name.

TRIGGER_STARTUP_JDBC_URL


public static final java.lang.String TRIGGER_STARTUP_JDBC_URL
The key for the trigger startup jdbc url.

TRIGGER_STARTUP_JDBC_POOL_SIZE


public static final java.lang.String TRIGGER_STARTUP_JDBC_POOL_SIZE
The key for the trigger startup jdbc connection pool size.

TRIGGER_STARTUP_JDBC_USERNAME


public static final java.lang.String TRIGGER_STARTUP_JDBC_USERNAME
The key for the trigger startup jdbc username.

TRIGGER_STARTUP_JDBC_PASSWORD


public static final java.lang.String TRIGGER_STARTUP_JDBC_PASSWORD
The key for the trigger server jdbc password.

TRIGGER_STARTUP_JDBC_DRIVER


public static final java.lang.String TRIGGER_STARTUP_JDBC_DRIVER
The key for the trigger server jdbc driver.

TRIGGER_BINDADDRESS_KEY


public static final java.lang.String TRIGGER_BINDADDRESS_KEY
The key for the trigger server bind address.

TRIGGER_DISCOVERY_GROUP_KEY


public static final java.lang.String TRIGGER_DISCOVERY_GROUP_KEY
The key for the trigger server multicast discovery group (see java.net.MulticastSocket).

TRIGGER_DISCOVERY_PORT_KEY


public static final java.lang.String TRIGGER_DISCOVERY_PORT_KEY
The key for the trigger server multicast discovery port (see java.net.MulticastSocket).

TRIGGER_DISCOVERY_MAGIC_KEY


public static final java.lang.String TRIGGER_DISCOVERY_MAGIC_KEY
The key for the multicast discovery server magic number identifier.

TRIGGER_DISCOVERY_TTL_KEY


public static final java.lang.String TRIGGER_DISCOVERY_TTL_KEY
The key for the multicast discovery client time-to-live value for packets sent (see java.net.MulticastSocket).

TRIGGER_DISCOVERY_TIMEOUT_KEY


public static final java.lang.String TRIGGER_DISCOVERY_TIMEOUT_KEY
The key for the multicast discovery client timeout for packets sent.

TRIGGER_DISCOVERY_SERVER_KEY


public static final java.lang.String TRIGGER_DISCOVERY_SERVER_KEY
The key for the hostname or IP of the multicast discovery server.

TRIGGER_BACKLOG_KEY


public static final java.lang.String TRIGGER_BACKLOG_KEY
The key for the trigger server backlog.

TRIGGER_PORT_KEY


public static final java.lang.String TRIGGER_PORT_KEY
The key for the trigger server port.

TRIGGER_STARTUP_KEY


public static final java.lang.String TRIGGER_STARTUP_KEY
The key for the classes to invoke on trigger server startup.

TRIGGER_EVENTLIST_KEY


public static final java.lang.String TRIGGER_EVENTLIST_KEY
The key for the class that implements ITriggerList.

TRIGGER_TIMEOUT_IMPLEMENTOR


public static final java.lang.String TRIGGER_TIMEOUT_IMPLEMENTOR
The key for the class that implements the default action timeout algorithm (see ITimeoutAlgorithm).

TRIGGER_TIMEOUT_NAGLEFACTOR


public static final java.lang.String TRIGGER_TIMEOUT_NAGLEFACTOR
The key for the action timeout nagle factor (see NagleTimeoutAlgorithm).

TRIGGER_TIMEOUT_INITIAL


public static final java.lang.String TRIGGER_TIMEOUT_INITIAL
The key for the initial action timeout value.

TRIGGER_TIMEOUT_RETRIES


public static final java.lang.String TRIGGER_TIMEOUT_RETRIES
The key for the number of retries after an action timeout.

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.