|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.util.MsgViaFileProcessor.ViaFileProperties
public static class MsgViaFileProcessor.ViaFileProperties
Class ViaFileProperties manages a set of configuration property items used with the 'MsgViaFileProcessor' class.
Field Summary | |
---|---|
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 Summary | |
---|---|
MsgViaFileProcessor.ViaFileProperties()
Constructs a connection-properties manager object, using a newly- created configuration-properties object. |
|
MsgViaFileProcessor.ViaFileProperties(CfgProperties propsObj,
java.lang.Object groupSelObj)
Constructs a properties manager object. |
Method Summary | |
---|---|
CfgProperties |
getPropertiesObj()
Returns the 'CfgProperties' object holding the configuration-property items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public MsgViaFileProcessor.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 MsgViaFileProcessor.ViaFileProperties()
Method Detail |
---|
public CfgProperties getPropertiesObj()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |