| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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_NAMEDefault input directory name ("msgInput"). | 
| static java.lang.String | DEF_STOREDIR_NAMEDefault storage directory name ("msgSave"). | 
|  CfgPropItem | inputDirNamePropInput directory pathname to poll for message files. | 
|  CfgPropItem | inputPollDelayMSPropDelay between polls of the input directory (ms). | 
|  CfgPropItem | processDirNamePropProcess directory pathname. | 
|  CfgProperties | propertiesObjConfiguration properties object that holds property items. | 
| static int | SECS_PER_DAYNumber of seconds in a day; integer value. | 
|  CfgPropItem | storageAgeSecsPropMax time to keep copies of the msg files (0 = no copies). | 
|  CfgPropItem | storageDirNamePropStorage 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 | ||||||||