|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.clientAPI.Configuration
public class Configuration
This class loads all of the configuration data for the manager.
Configuration can be specified only at startup time, there are no
setter methods in this class to change configuration values after the
Manager
object has been instantiated. All configuration properties
have default values, which can be overridden by key/value pairs in a
properties file, which may be overridden by key/value pairs in the Map
object passed to the constructor for Manager
.
Configuration reads from all three "config spaces". The Map object takes priority over the properties file, and the properties file takes priority over the default values, as shown in the list below:
Map
used in the Manager
constructor
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2009_2013
|
static java.lang.String |
DEFAULT_AMP_CONNECT_TIMEOUT
Default value for the configuration item specified by KEY_AMP_CONNECT_TIMEOUT |
static java.lang.String |
DEFAULT_CAPTURE_VERSION_BLOB
Default value for the configuration item specified by KEY_CAPTURE_VERSION_BLOB |
static java.lang.String |
DEFAULT_COLLECT_DAEMON_PROGRESSES
Default value for the configuration item specified by KEY_COLLECT_DAEMON_PROGRESSES |
static java.lang.String |
DEFAULT_COLLECT_DOMAIN_SYNCH_PROGRESSES
Default value for the configuration item specified by KEY_COLLECT_DOMAIN_SYNCH_PROGRESSES |
static java.lang.String |
DEFAULT_COMMANDS_IMPL
Default value for the configuration item specified by KEY_COMMANDS_IMPL |
static java.lang.String |
DEFAULT_COMMANDS_SOMA_IMPL
Default value for the configuration item specified by KEY_COMMANDS_SOMA_IMPL |
static java.lang.String |
DEFAULT_COMMANDS_V2_IMPL
Default value for the configuration item specified by KEY_COMMANDS_V2_IMPL |
static java.lang.String |
DEFAULT_COMMANDS_V3_IMPL
Default value for the configuration item specified by KEY_COMMANDS_V3_IMPL |
static java.lang.String |
DEFAULT_COMMANDS_XC10_IMPL
Default value for the configuration item specified by KEY_COMMANDS_XC10_IMPL |
static java.lang.String |
DEFAULT_DEVICE_LOG_PORT
Default value for the configuration item specified by KEY_DEVICE_LOG_PORT |
static java.lang.String |
DEFAULT_DEVICE_QUIESCE_TIMEOUT
Default value for the configuration item specified by KEY_DOMAIN_QUIESCE_TIMEOUT |
static java.lang.String |
DEFAULT_DOMAIN_QUIESCE_TIMEOUT
Default value for the configuration item specified by KEY_DOMAIN_QUIESCE_TIMEOUT |
static java.lang.String |
DEFAULT_DOMAIN_SYNCHRONIZATION_INTERVAL
Default value for the configuration item specified by KEY_DOMAIN_SYNCHRONIZATION_INTERVAL units are in milliseconds. |
static java.lang.String |
DEFAULT_DOMAIN_SYNCHRONIZATION_RETRY_MAX
Default value for the configuration item specified by KEY_DOMAIN_SYNCHRONIZATION_RETRY_MAX . |
static java.lang.String |
DEFAULT_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE
Default value for the configuration item specified by KEY_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE . |
static java.lang.String |
DEFAULT_HEARTBEAT_DISABLE
Default value for the configuration item specified by KEY_HEARTBEAT_DISABLE |
static java.lang.String |
DEFAULT_HEARTBEAT_INTERVAL
Default value for the configuration item specified by KEY_HEARTBEAT_INTERVAL |
static java.lang.String |
DEFAULT_HEARTBEAT_THREAD_POOL_SIZE
Default value for the configuration item specified by KEY_HEARTBEAT_THREAD_POOL_SIZE |
static java.lang.String |
DEFAULT_HTTP_LISTENER_IP_ADDRESS
Default value for the configuration item specified by KEY_HTTP_LISTENER_IP_INTERFACE |
static java.lang.String |
DEFAULT_HTTP_LISTENER_IP_INTERFACE
Default value for the configuration item specified by KEY_HTTP_LISTENER_IP_PORT |
static java.lang.String |
DEFAULT_HTTP_LISTENER_IP_PORT
Default value for the configuration item specified by KEY_HTTP_LISTENER_IP_ADDRESS |
static java.lang.String |
DEFAULT_HTTP_LISTENER_SOCKET_TIMEOUT
Default value for the configuration item specified by KEY_HTTP_LISTENER_SOCKET_TIMEOUT |
static java.lang.String |
DEFAULT_MESSAGE_PREFIX
Default value for the configuration item specified by KEY_MESSAGE_PREFIX |
static java.lang.String |
DEFAULT_NOTIFICATION_CATCHER_IMPL
Default value for the configuration item specified by KEY_NOTIFICATION_CATCHER_IMPL |
static java.lang.String |
DEFAULT_NOTIFICATION_CATCHER_IP_ADDRESS
Default value for the configuration item specified by KEY_NOTIFICATION_CATCHER_IP_ADDRESS |
static java.lang.String |
DEFAULT_NOTIFICATION_CATCHER_IP_INTERFACE
Default value for the configuration item specified by KEY_NOTIFICATION_CATCHER_IP_INTERFACE |
static java.lang.String |
DEFAULT_NOTIFICATION_CATCHER_IP_PORT
Default value for the configuration item specified by KEY_NOTIFICATION_CATCHER_IP_PORT |
static java.lang.String |
DEFAULT_NOTIFICATION_CATCHER_NO_SSL
Default value for the configuration item specified by KEY_NOTIFICATION_CATCHER_NO_SSL |
static java.lang.String |
DEFAULT_REPOSITORY_IMPL
Default value for the configuration item specified by KEY_REPOSITORY_IMPL |
static java.lang.String |
DEFAULT_SIGNAL_CONNECT_TIMEOUT
Default value for the configuration item specified by KEY_SIGNAL_CONNECT_TIMEOUT |
static java.lang.String |
DEFAULT_SIGNAL_DELAY_TIME
Default value for the configuration item specified by KEY_SIGNAL_DELAY_TIME |
static java.lang.String |
DEFAULT_SIGNAL_RESPONSE_TIMEOUT
Default value for the configuration item specified by KEY_SIGNAL_RESPONSE_TIMEOUT |
static java.lang.String |
DEFAULT_SIGNAL_SOAP_ACTION
Default value for the configuration item specified by KEY_SIGNAL_SOAP_ACTION |
static java.lang.String |
DEFAULT_SIGNAL_URL
Default value for the configuration item specified by KEY_SIGNAL_URL |
static java.lang.String |
DEFAULT_SOAP_HELPER_IMPL
Default value for the configuration item specified by KEY_SOAP_HELPER_IMPL |
static java.lang.String |
DEFAULT_SOAP_HELPER_SOMA_IMPL
Default value for the configuration item specified by KEY_SOAP_HELPER_SOMA_IMPL |
static java.lang.String |
DEFAULT_SOAP_HELPER_V2_IMPL
Default value for the configuration item specified by KEY_SOAP_HELPER_V2_IMPL |
static java.lang.String |
DEFAULT_SOAP_HELPER_V3_IMPL
Default value for the configuration item specified by KEY_SOAP_HELPER_V3_IMPL |
static java.lang.String |
DEFAULT_TASK_QUEUE_SIZE
Default value for the configuration item specified by KEY_TASK_QUEUE_SIZE |
static java.lang.String |
DEFAULT_TRUSTSTORE_FILENAME
Default value for the configuration item specified by KEY_TRUSTSTORE_FILENAME |
static java.lang.String |
DEFAULT_TRUSTSTORE_PASSWORD
Default value for the configuration item specified by KEY_TRUSTSTORE_PASSWORD |
static java.lang.String |
ENV_VAR_NAME
The name of the environment variable that has a value which indicates the manager's home directory. |
static java.lang.String |
KEY_AMP_CONNECT_TIMEOUT
Period in milliseconds to monitor the AMP connect request. If the connect request times out, the connection is terminated and an exception is thrown. |
static java.lang.String |
KEY_CAPTURE_VERSION_BLOB
When a DomainVersion or DeploymentPolicyVersion is
created, serialize it to the local filesystem. |
static java.lang.String |
KEY_COLLECT_DAEMON_PROGRESSES
The daemons (QueueProcessor and HeartbeatDaemon) should create ProgressContainers and place them on a queue for retrieval by the user interface. |
static java.lang.String |
KEY_COLLECT_DOMAIN_SYNCH_PROGRESSES
The DomainSynchronizationDaemon creates ProgressContainers and places them on a queue for retrieval by the user interface. |
static java.lang.String |
KEY_COMMANDS_IMPL
Class name to instantiate that implements the Commands interface. |
static java.lang.String |
KEY_COMMANDS_SOMA_IMPL
Class name to instantiate that implements the SOMACommands interface. |
static java.lang.String |
KEY_COMMANDS_V2_IMPL
Class name to instantiate that implements the Commands interface. |
static java.lang.String |
KEY_COMMANDS_V3_IMPL
Class name to instantiate that implements the Commands interface. |
static java.lang.String |
KEY_COMMANDS_XC10_IMPL
Class name to instantiate that implements the Commands interface. |
static java.lang.String |
KEY_DEVICE_LOG_PORT
The port number for DeviceLogger to listen
on. |
static java.lang.String |
KEY_DEVICE_QUIESCE_TIMEOUT
This value sets the default timeout value (in seconds) for device quiesce operations. |
static java.lang.String |
KEY_DOMAIN_QUIESCE_TIMEOUT
This value sets the default timeout value (in seconds) for domain quiesce operations. |
static java.lang.String |
KEY_DOMAIN_SYNCHRONIZATION_INTERVAL
Period in milliseconds between which a domain synchronization daemon should fire. |
static java.lang.String |
KEY_DOMAIN_SYNCHRONIZATION_RETRY_MAX
Mow many times to retry a domain synch before disabling automatic synch. |
static java.lang.String |
KEY_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE
The number of domain synchronization threads that should exist to service all managed domains. |
static java.lang.String |
KEY_HEARTBEAT_DISABLE
Disable the Heartbeat daemon and its tasks from running. |
static java.lang.String |
KEY_HEARTBEAT_INTERVAL
Period in milliseconds between which a HeartbeatTask should fire for each device. |
static java.lang.String |
KEY_HEARTBEAT_THREAD_POOL_SIZE
The number of heart beat threads that should exist to service all devices. |
static java.lang.String |
KEY_HTTP_LISTENER_IP_ADDRESS
IP address that the HTTPListener will listen on for HTTP file requests from the device, this is the IP address part of the file URL. |
static java.lang.String |
KEY_HTTP_LISTENER_IP_INTERFACE
IP address that the HTTP Listener will listen on for HTTP file requests from the device, this is the interface whose IP address is used in the file URL. |
static java.lang.String |
KEY_HTTP_LISTENER_IP_PORT
Port for the HTTPListener to listen on for HTTP file requests. |
static java.lang.String |
KEY_HTTP_LISTENER_SOCKET_TIMEOUT
The interval in seconds since the HTTP listener is created in which HTTP listener will time out if there is no incoming connection. |
static java.lang.String |
KEY_MESSAGE_PREFIX
Prefix to be added to the message numbers logged by the manager Commands interface. |
static java.lang.String |
KEY_NOTIFICATION_CATCHER_IMPL
class name to instantiate that implements the NotificationCatcher interface. |
static java.lang.String |
KEY_NOTIFICATION_CATCHER_IP_ADDRESS
IP address that the manager will listen on for events from the device, this is the IP address part of the notification subscription URL. |
static java.lang.String |
KEY_NOTIFICATION_CATCHER_IP_INTERFACE
Name of IP interface that the manager will listen on for events from the device, this is the interface whose IP address is used in the notification subscription URL. |
static java.lang.String |
KEY_NOTIFICATION_CATCHER_IP_PORT
Port for the NotificationCatcher to listen on for events. |
static java.lang.String |
KEY_NOTIFICATION_CATCHER_NO_SSL
The NotificationCatcher should listen with a cleartext socket connection instead of an SSL socket connection. |
static java.lang.String |
KEY_REPOSITORY_IMPL
Class name to instantiate that implements the Repository interfaces. |
static java.lang.String |
KEY_SIGNAL_CONNECT_TIMEOUT
The connect timeout in milliseconds to a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device. |
static java.lang.String |
KEY_SIGNAL_DELAY_TIME
The time in milliseconds to sleep after signaling a third-party SOAP service before and after a change (firmware or domain) is deployed to a device. |
static java.lang.String |
KEY_SIGNAL_RESPONSE_TIMEOUT
The timeout in milliseconds to wait for a response from a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device. |
static java.lang.String |
KEY_SIGNAL_SOAP_ACTION
The value for the SOAPAction header of a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device. |
static java.lang.String |
KEY_SIGNAL_URL
The URL of a third-party SOAP service to be signaled immediately before and after a change (firmware or domain) is deployed to a device. |
static java.lang.String |
KEY_SOAP_HELPER_IMPL
Class name to instantiate that implements the SOAPHelper interface. |
static java.lang.String |
KEY_SOAP_HELPER_SOMA_IMPL
Class name to instantiate that implements the SOAPHelper interface. |
static java.lang.String |
KEY_SOAP_HELPER_V2_IMPL
Class name to instantiate that implements the SOAPHelper interface. |
static java.lang.String |
KEY_SOAP_HELPER_V3_IMPL
Class name to instantiate that implements the SOAPHelper interface. |
static java.lang.String |
KEY_TASK_QUEUE_SIZE
Maximum number of Tasks that can exist on any queue in the QueueProcessor. |
static java.lang.String |
KEY_TRUSTSTORE_FILENAME
The filename of the key store for the manager to use in it's truststore. |
static java.lang.String |
KEY_TRUSTSTORE_PASSWORD
The password for the key store specified in KEY_TRUSTSTORE_FILENAME matching option key name: Manager.OPTION_TRUSTSTORE_PASSWORD default value: DEFAULT_TRUSTSTORE_PASSWORD |
Method Summary | |
---|---|
static java.lang.String |
get(java.lang.String canonicalKey)
Get the preferred value (property, then option, then default) from the configuration using the canonical name key. |
static java.lang.Integer |
getAsInteger(java.lang.String canonicalKey)
Get the preferred value (property, then option, then default) from the configuration using the canonical name key. |
static java.lang.String |
getRootDirectory()
Get the root directory for th manager. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2009_2013
public static final java.lang.String ENV_VAR_NAME
PROPERTIES_FILE_RELATIVE_NAME
.
public static final java.lang.String KEY_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE
Manager.OPTION_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE
DEFAULT_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE
public static final java.lang.String KEY_DOMAIN_SYNCHRONIZATION_INTERVAL
Manager.OPTION_DOMAIN_SYNCHRONIZATION_INTERVAL
DEFAULT_DOMAIN_SYNCHRONIZATION_INTERVAL
public static final java.lang.String KEY_DOMAIN_SYNCHRONIZATION_RETRY_MAX
Manager.OPTION_DOMAIN_SYNCHRONIZATION_RETRY_MAX
DEFAULT_DOMAIN_SYNCHRONIZATION_RETRY_MAX
public static final java.lang.String KEY_HEARTBEAT_THREAD_POOL_SIZE
Manager.OPTION_HEARTBEAT_THREAD_POOL_SIZE
DEFAULT_HEARTBEAT_THREAD_POOL_SIZE
public static final java.lang.String KEY_HEARTBEAT_INTERVAL
Manager.OPTION_HEARTBEAT_INTERVAL
DEFAULT_HEARTBEAT_INTERVAL
public static final java.lang.String KEY_AMP_CONNECT_TIMEOUT
DEFAULT_AMP_CONNECT_TIMEOUT
value is used.Manager.OPTION_AMP_CONNECT_TIMEOUT
DEFAULT_AMP_CONNECT_TIMEOUT
public static final java.lang.String KEY_COMMANDS_IMPL
Commands
interface. Manager.OPTION_COMMANDS_IMPL
DEFAULT_COMMANDS_IMPL
Commands
,
CommandFactory.getCommands(String, String)
,
Constant Field Valuespublic static final java.lang.String KEY_COMMANDS_V2_IMPL
Commands
interface. Manager.OPTION_COMMANDS_V2_IMPL
DEFAULT_COMMANDS_V2_IMPL
Commands
,
CommandFactory.getCommands(String, String)
,
Constant Field Valuespublic static final java.lang.String KEY_COMMANDS_V3_IMPL
Commands
interface. Manager.OPTION_COMMANDS_V3_IMPL
DEFAULT_COMMANDS_V3_IMPL
Commands
,
CommandFactory.getCommands(String, String)
,
Constant Field Valuespublic static final java.lang.String KEY_COMMANDS_SOMA_IMPL
SOMACommands
interface. Manager.OPTION_COMMANDS_SOMA_IMPL
DEFAULT_COMMANDS_SOMA_IMPL
Commands
,
CommandFactory.getCommands(String, String)
,
Constant Field Valuespublic static final java.lang.String KEY_COMMANDS_XC10_IMPL
Commands
interface. Manager.OPTION_COMMANDS_V3_IMPL
DEFAULT_COMMANDS_V3_IMPL
Commands
,
CommandFactory.getCommands(String, String)
,
Constant Field Valuespublic static final java.lang.String KEY_SOAP_HELPER_IMPL
SOAPHelper
interface. Manager.OPTION_SOAPHELPER_IMPL
DEFAULT_SOAP_HELPER_IMPL
SOAPHelper
,
SOAPHelperFactory.getSOAPHelper(String)
,
Constant Field Valuespublic static final java.lang.String KEY_SOAP_HELPER_V2_IMPL
SOAPHelper
interface. Manager.OPTION_SOAPHELPER_V2_IMPL
DEFAULT_SOAP_HELPER_V2_IMPL
SOAPHelper
,
SOAPHelperFactory.getSOAPHelper(String)
,
Constant Field Valuespublic static final java.lang.String KEY_SOAP_HELPER_V3_IMPL
SOAPHelper
interface. Manager.OPTION_SOAPHELPER_V3_IMPL
DEFAULT_SOAP_HELPER_V3_IMPL
SOAPHelper
,
SOAPHelperFactory.getSOAPHelper(String)
,
Constant Field Valuespublic static final java.lang.String KEY_SOAP_HELPER_SOMA_IMPL
SOAPHelper
interface. Manager.OPTION_SOAPHELPER_SOMA_IMPL
DEFAULT_SOAP_HELPER_SOMA_IMPL
SOAPHelper
,
SOAPHelperFactory.getSOAPHelper(String)
,
Constant Field Valuespublic static final java.lang.String KEY_REPOSITORY_IMPL
Repository
interfaces. Manager.OPTION_REPOSITORY_IMPL
DEFAULT_REPOSITORY_IMPL
Repository
,
RepositoryFactory.getRepository(String, Credential)
,
Constant Field Valuespublic static final java.lang.String KEY_NOTIFICATION_CATCHER_IMPL
NotificationCatcher
interface. Manager.OPTION_NOTIFICATION_CATCHER_IMPL
DEFAULT_NOTIFICATION_CATCHER_IMPL
NotificationCatcher
,
NotificationCatcherFactory.getNotificationCatcher(String)
,
Constant Field Valuespublic static final java.lang.String KEY_NOTIFICATION_CATCHER_IP_PORT
Manager.OPTION_NOTIFICATION_CATCHER_PORT
DEFAULT_NOTIFICATION_CATCHER_IP_PORT
NotificationCatcher.getURL()
,
Constant Field Valuespublic static final java.lang.String KEY_NOTIFICATION_CATCHER_IP_ADDRESS
KEY_NOTIFICATION_CATCHER_IP_INTERFACE
instead if desired. Manager.OPTION_NOTIFICATION_CATCHER_IP_ADDRESS
DEFAULT_NOTIFICATION_CATCHER_IP_ADDRESS
NotificationCatcher.getURL()
,
Constant Field Valuespublic static final java.lang.String KEY_NOTIFICATION_CATCHER_IP_INTERFACE
KEY_NOTIFICATION_CATCHER_IP_ADDRESS
instead if desired. Manager.OPTION_NOTIFICATION_CATCHER_IP_INTERFACE
DEFAULT_NOTIFICATION_CATCHER_IP_INTERFACE
NotificationCatcher.getURL()
,
Constant Field Valuespublic static final java.lang.String KEY_NOTIFICATION_CATCHER_NO_SSL
Manager.OPTION_NOTIFICATION_CATCHER_NO_SSL
DEFAULT_NOTIFICATION_CATCHER_NO_SSL
NotificationCatcher
,
Constant Field Valuespublic static final java.lang.String KEY_HTTP_LISTENER_IP_PORT
Manager.OPTION_NOTIFICATION_CATCHER_PORT
DEFAULT_HTTP_LISTENER_IP_PORT
public static final java.lang.String KEY_HTTP_LISTENER_IP_ADDRESS
KEY_HTTP_LISTENER_IP_INTERFACE
instead if desired. Manager.OPTION_NOTIFICATION_CATCHER_IP_ADDRESS
DEFAULT_HTTP_LISTENER_IP_ADDRESS
public static final java.lang.String KEY_HTTP_LISTENER_IP_INTERFACE
KEY_HTTP_LISTENER_IP_ADDRESS
instead if desired. Manager.OPTION_NOTIFICATION_CATCHER_IP_INTERFACE
DEFAULT_HTTP_LISTENER_IP_INTERFACE
public static final java.lang.String KEY_HTTP_LISTENER_SOCKET_TIMEOUT
Manager.OPTION_HTTP_LISTENER_SOCKET_TIMEOUT
DEFAULT_HTTP_LISTENER_SOCKET_TIMEOUT
public static final java.lang.String KEY_DEVICE_LOG_PORT
DeviceLogger
to listen
on. Manager.OPTION_DEVICE_LOG_PORT
DEFAULT_DEVICE_LOG_PORT
DeviceLogger
,
Constant Field Valuespublic static final java.lang.String KEY_TASK_QUEUE_SIZE
Manager.OPTION_TASK_QUEUE_SIZE
DEFAULT_TASK_QUEUE_SIZE
FullException
,
Constant Field Valuespublic static final java.lang.String KEY_COLLECT_DAEMON_PROGRESSES
Manager.OPTION_COLLECT_DAEMON_PROGRESSES
DEFAULT_COLLECT_DAEMON_PROGRESSES
Manager.getNotificationProgresses()
,
Manager.getHeartbeatProgresses()
,
Constant Field Valuespublic static final java.lang.String KEY_COLLECT_DOMAIN_SYNCH_PROGRESSES
Manager.OPTION_COLLECT_DOMAIN_SYNCH_PROGRESSES
DEFAULT_COLLECT_DOMAIN_SYNCH_PROGRESSES
Manager.getNotificationProgresses()
,
Manager.getHeartbeatProgresses()
,
Constant Field Valuespublic static final java.lang.String KEY_HEARTBEAT_DISABLE
Manager.OPTION_DEBUG_DISABLE_HEARTBEAT
DEFAULT_HEARTBEAT_DISABLE
public static final java.lang.String KEY_DOMAIN_QUIESCE_TIMEOUT
DEFAULT_DOMAIN_QUIESCE_TIMEOUT
public static final java.lang.String KEY_DEVICE_QUIESCE_TIMEOUT
DEFAULT_DEVICE_QUIESCE_TIMEOUT
public static final java.lang.String KEY_CAPTURE_VERSION_BLOB
DomainVersion
or DeploymentPolicyVersion
is
created, serialize it to the local filesystem. These simple blobs can be
inspected offline. This would be done only for debug purposes. Manager.OPTION_DEBUG_CAPTURE_VERSION_BLOB
DEFAULT_CAPTURE_VERSION_BLOB
getRootDirectory()
,
Constant Field Valuespublic static final java.lang.String KEY_SIGNAL_URL
Manager.OPTION_SIGNAL_URL
DEFAULT_SIGNAL_URL
public static final java.lang.String KEY_SIGNAL_SOAP_ACTION
Manager.OPTION_SIGNAL_SOAP_ACTION
DEFAULT_SIGNAL_SOAP_ACTION
public static final java.lang.String KEY_SIGNAL_CONNECT_TIMEOUT
Manager.OPTION_SIGNAL_CONNECT_TIMEOUT
DEFAULT_SIGNAL_CONNECT_TIMEOUT
public static final java.lang.String KEY_SIGNAL_RESPONSE_TIMEOUT
Manager.OPTION_SIGNAL_RESPONSE_TIMEOUT
DEFAULT_SIGNAL_RESPONSE_TIMEOUT
public static final java.lang.String KEY_SIGNAL_DELAY_TIME
Manager.OPTION_SIGNAL_DELAY_TIME
DEFAULT_SIGNAL_DELAY_TIME
public static final java.lang.String KEY_TRUSTSTORE_FILENAME
Manager.OPTION_TRUSTSTORE_FILENAME
DEFAULT_TRUSTSTORE_FILENAME
public static final java.lang.String KEY_TRUSTSTORE_PASSWORD
KEY_TRUSTSTORE_FILENAME
Manager.OPTION_TRUSTSTORE_PASSWORD
DEFAULT_TRUSTSTORE_PASSWORD
public static final java.lang.String DEFAULT_HEARTBEAT_THREAD_POOL_SIZE
KEY_HEARTBEAT_THREAD_POOL_SIZE
public static final java.lang.String DEFAULT_HEARTBEAT_INTERVAL
KEY_HEARTBEAT_INTERVAL
public static final java.lang.String DEFAULT_AMP_CONNECT_TIMEOUT
KEY_AMP_CONNECT_TIMEOUT
public static final java.lang.String DEFAULT_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE
KEY_DOMAIN_SYNCHRONIZATION_THREAD_POOL_SIZE
. Default is 5
public static final java.lang.String DEFAULT_DOMAIN_SYNCHRONIZATION_INTERVAL
KEY_DOMAIN_SYNCHRONIZATION_INTERVAL
units are in milliseconds. Default is 600000 milliseconds
public static final java.lang.String DEFAULT_DOMAIN_SYNCHRONIZATION_RETRY_MAX
KEY_DOMAIN_SYNCHRONIZATION_RETRY_MAX
. Default is 2.
public static final java.lang.String DEFAULT_COMMANDS_IMPL
KEY_COMMANDS_IMPL
public static final java.lang.String DEFAULT_MESSAGE_PREFIX
KEY_MESSAGE_PREFIX
public static final java.lang.String DEFAULT_COMMANDS_V2_IMPL
KEY_COMMANDS_V2_IMPL
public static final java.lang.String DEFAULT_COMMANDS_V3_IMPL
KEY_COMMANDS_V3_IMPL
public static final java.lang.String DEFAULT_COMMANDS_SOMA_IMPL
KEY_COMMANDS_SOMA_IMPL
public static final java.lang.String DEFAULT_COMMANDS_XC10_IMPL
KEY_COMMANDS_XC10_IMPL
public static final java.lang.String DEFAULT_SOAP_HELPER_IMPL
KEY_SOAP_HELPER_IMPL
public static final java.lang.String DEFAULT_SOAP_HELPER_V2_IMPL
KEY_SOAP_HELPER_V2_IMPL
public static final java.lang.String DEFAULT_SOAP_HELPER_V3_IMPL
KEY_SOAP_HELPER_V3_IMPL
public static final java.lang.String DEFAULT_SOAP_HELPER_SOMA_IMPL
KEY_SOAP_HELPER_SOMA_IMPL
public static final java.lang.String DEFAULT_REPOSITORY_IMPL
KEY_REPOSITORY_IMPL
public static final java.lang.String DEFAULT_NOTIFICATION_CATCHER_IMPL
KEY_NOTIFICATION_CATCHER_IMPL
public static final java.lang.String DEFAULT_NOTIFICATION_CATCHER_IP_PORT
KEY_NOTIFICATION_CATCHER_IP_PORT
public static final java.lang.String DEFAULT_NOTIFICATION_CATCHER_IP_ADDRESS
KEY_NOTIFICATION_CATCHER_IP_ADDRESS
public static final java.lang.String DEFAULT_NOTIFICATION_CATCHER_IP_INTERFACE
KEY_NOTIFICATION_CATCHER_IP_INTERFACE
public static final java.lang.String DEFAULT_NOTIFICATION_CATCHER_NO_SSL
KEY_NOTIFICATION_CATCHER_NO_SSL
public static final java.lang.String DEFAULT_HTTP_LISTENER_IP_PORT
KEY_HTTP_LISTENER_IP_ADDRESS
public static final java.lang.String DEFAULT_HTTP_LISTENER_SOCKET_TIMEOUT
KEY_HTTP_LISTENER_SOCKET_TIMEOUT
public static final java.lang.String DEFAULT_HTTP_LISTENER_IP_ADDRESS
KEY_HTTP_LISTENER_IP_INTERFACE
public static final java.lang.String DEFAULT_HTTP_LISTENER_IP_INTERFACE
KEY_HTTP_LISTENER_IP_PORT
public static final java.lang.String DEFAULT_DEVICE_LOG_PORT
KEY_DEVICE_LOG_PORT
public static final java.lang.String DEFAULT_TASK_QUEUE_SIZE
KEY_TASK_QUEUE_SIZE
public static final java.lang.String DEFAULT_COLLECT_DAEMON_PROGRESSES
KEY_COLLECT_DAEMON_PROGRESSES
public static final java.lang.String DEFAULT_COLLECT_DOMAIN_SYNCH_PROGRESSES
KEY_COLLECT_DOMAIN_SYNCH_PROGRESSES
public static final java.lang.String DEFAULT_HEARTBEAT_DISABLE
KEY_HEARTBEAT_DISABLE
public static final java.lang.String DEFAULT_DOMAIN_QUIESCE_TIMEOUT
KEY_DOMAIN_QUIESCE_TIMEOUT
public static final java.lang.String DEFAULT_DEVICE_QUIESCE_TIMEOUT
KEY_DOMAIN_QUIESCE_TIMEOUT
public static final java.lang.String DEFAULT_CAPTURE_VERSION_BLOB
KEY_CAPTURE_VERSION_BLOB
public static final java.lang.String DEFAULT_SIGNAL_URL
KEY_SIGNAL_URL
public static final java.lang.String DEFAULT_SIGNAL_SOAP_ACTION
KEY_SIGNAL_SOAP_ACTION
public static final java.lang.String DEFAULT_SIGNAL_CONNECT_TIMEOUT
KEY_SIGNAL_CONNECT_TIMEOUT
public static final java.lang.String DEFAULT_SIGNAL_RESPONSE_TIMEOUT
KEY_SIGNAL_RESPONSE_TIMEOUT
public static final java.lang.String DEFAULT_SIGNAL_DELAY_TIME
KEY_SIGNAL_DELAY_TIME
public static final java.lang.String DEFAULT_TRUSTSTORE_FILENAME
KEY_TRUSTSTORE_FILENAME
public static final java.lang.String DEFAULT_TRUSTSTORE_PASSWORD
KEY_TRUSTSTORE_PASSWORD
public static final java.lang.String KEY_MESSAGE_PREFIX
Commands
interface. Manager.OPTION_MESSAGE_PREFIX
DEFAULT_MESSAGE_PREFIX
Method Detail |
---|
public static java.lang.Integer getAsInteger(java.lang.String canonicalKey)
Configuration.getAsInteger(Configuration.KEY_TASK_QUEUE_SIZE)
.
This method may be more helpful than get(String)
in places where
you want an int or an Integer and don't want to do your own checking for
a NumberFormatException
. As long as there is a non-null
and parseable default value for this item, and the key refers to a valid
item, you can trust that this will not return null and thus you don't
need to check for that.
canonicalKey
- the canonical name of the configuration item. The canonical
names are the public String members of this class that start
with "KEY_", such as KEY_COMMANDS_IMPL
.
get(String)
,
set(String, String)
public static java.lang.String getRootDirectory()
ENV_VAR_NAME
. If that
System property has not been defined, then the value returned will be the
current directory and a log message at Level.FINE may be generated.
This method is for internal use only.
public static java.lang.String get(java.lang.String canonicalKey)
Configuration.get(Configuration.KEY_COMMANDS_IMPL)
canonicalKey
- the canonical name of the configuration item. The canonical
names are the public String members of this class that start
with "KEY_", such as KEY_COMMANDS_IMPL
.
toString()
method.getAsInteger(String)
,
set(String, String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |