com.isti.trinetwatch.params
Interface ParamValues

All Known Implementing Classes:
Server

public interface ParamValues


Method Summary
 java.lang.String getArchiveDirectoryName()
          Gets the archive directory name.
 boolean getArchiveNonVotingParamsFlag()
          Gets the value of the archive non-voting params flag.
 long getArchivePollTime()
          Gets the archive poll time.
 long getHistoryLengthSeconds()
          Gets the length of time (in seconds) that dynamic parameters are saved in the history buffer.
 boolean getKeepArchiveFilesOpenFlag()
          Gets the value of the keep archive files open flag.
 

Method Detail

getHistoryLengthSeconds

long getHistoryLengthSeconds()
Gets the length of time (in seconds) that dynamic parameters are saved in the history buffer.

Returns:
the length of time (in seconds) that dynamic parameters are saved in the history buffer.

getArchiveDirectoryName

java.lang.String getArchiveDirectoryName()
Gets the archive directory name.

Returns:
the archive directory name.

getKeepArchiveFilesOpenFlag

boolean getKeepArchiveFilesOpenFlag()
Gets the value of the keep archive files open flag.

Returns:
true if archive files are kept open, false otherwise.

getArchiveNonVotingParamsFlag

boolean getArchiveNonVotingParamsFlag()
Gets the value of the archive non-voting params flag.

Returns:
true if non-voting parameters are archived, false otherwise.

getArchivePollTime

long getArchivePollTime()
Gets the archive poll time.

Returns:
the archive poll time in milliseconds or 0 for interrupts.