Package com.tailf.ncs
Interface ApplicationComponent
- All Superinterfaces:
Runnable
User defined Applications should implement this interface that
extends Runnable, hence also the run() method has to be implemented.
These applications are registered as components of type
"application" in a Ncs packages.
Ncs Java VM will start this application in a separate thread.
The init() method is called before the thread is started.
The finish() method is expected to stop the thread. Hence stopping
the thread is user responsibility
-
Method Summary