Package com.nt.udc.osanode
Class OSAOiNode
java.lang.Object
com.nt.udc.osanode.OSANode
com.nt.udc.osanode.OSAOiNode
- All Implemented Interfaces:
AdminIfc
,OSARemoteAdminIfc
-
Field Summary
FieldsFields inherited from class com.nt.udc.osanode.OSANode
backupDir, config, configDir, configFile, inputDir, logDir, logger, narRouter, nodeid, NODEINIT, NODERECONFIG, outputDir, processingInterval, scratchDir, shutdown
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
boolean
abstract boolean
processOSARs
(OSAR[] osars) void
shutdown()
Stops node processingprotected void
Methods inherited from class com.nt.udc.osanode.OSANode
checkInputDir, clearStatus, clearStatus, deleteOSARs, getAndResetRecordStatistics, getOSARs, getPerformanceMetrics, getStatus, initialize, isReconfigPending, isShutdown, reconfig, reconfigure, shuttingDown, startup, storeOSAR, storeOSARs
-
Field Details
-
OSARTHREAD
-
okToShutDown
protected boolean okToShutDown -
osarProcessor
-
-
Constructor Details
-
OSAOiNode
- Throws:
NodeStartException
-
-
Method Details
-
shutdown
public void shutdown()Description copied from interface:AdminIfc
Stops node processing -
startProcessing
protected void startProcessing() -
osarPreProcessor
public boolean osarPreProcessor() -
osarPostProcessor
public boolean osarPostProcessor() -
checkOutputDir
public void checkOutputDir() -
checkFileTimer
public void checkFileTimer() -
processOSARs
-