
Public Member Functions | |
| ISRequestBuffer (gui parent) | |
| void | queueObject (String objectName, boolean isNewObject) |
| String | getLastUpdateTime () |
Static Public Attributes | |
| static final int | TIME_INTERVAL = 1000 |
Package Attributes | |
| gui | guiControl |
| String | queuedObjectName |
| final java.util.regex.Pattern | objectPattern = java.util.regex.Pattern.compile(".*TestData\\.[0-9]+\\.[0-9]+(.*Test)?") |
| final java.util.regex.Pattern | ivObjectPattern = java.util.regex.Pattern.compile(".*(ControlIVScanData|SctRodDaqRefData).*") |
| String | lastUpdateTime = "No updates yet" |
Private Member Functions | |
| void | updateAll (String theObjectName) |
Private Attributes | |
| Timer | timer |
Definition at line 9 of file ISRequestBuffer.java.
1.4.6