public static class MsgViaFileProcessor.ViaFileProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEF_INPUTDIR_NAME
Default input directory name ("msgInput").
|
static java.lang.String |
DEF_STOREDIR_NAME
Default storage directory name ("msgSave").
|
CfgPropItem |
inputDirNameProp
Input directory pathname to poll for message files.
|
CfgPropItem |
inputPollDelayMSProp
Delay between polls of the input directory (ms).
|
CfgPropItem |
processDirNameProp
Process directory pathname.
|
CfgProperties |
propertiesObj
Configuration properties object that holds property items.
|
static int |
SECS_PER_DAY
Number of seconds in a day; integer value.
|
CfgPropItem |
storageAgeSecsProp
Max time to keep copies of the msg files (0 = no copies).
|
CfgPropItem |
storageDirNameProp
Storage directory pathname.
|
Constructor and Description |
---|
ViaFileProperties()
Constructs a connection-properties manager object, using a newly-
created configuration-properties object.
|
ViaFileProperties(CfgProperties propsObj,
java.lang.Object groupSelObj)
Constructs a properties manager object.
|
Modifier and Type | Method and Description |
---|---|
CfgProperties |
getPropertiesObj()
Returns the 'CfgProperties' object holding the configuration-property
items.
|
public static final java.lang.String DEF_INPUTDIR_NAME
public static final java.lang.String DEF_STOREDIR_NAME
public static final int SECS_PER_DAY
public final CfgProperties propertiesObj
public final CfgPropItem inputDirNameProp
public final CfgPropItem storageDirNameProp
public final CfgPropItem processDirNameProp
public final CfgPropItem inputPollDelayMSProp
public final CfgPropItem storageAgeSecsProp
public ViaFileProperties(CfgProperties propsObj, java.lang.Object groupSelObj)
propsObj
- the configuration-properties object to add item to,
or null to create a new configuration-properties object.groupSelObj
- the configuration-group-selection object to use,
or null for none.public ViaFileProperties()
public CfgProperties getPropertiesObj()