See: Description
| Interface | Description | 
|---|---|
| ApplicationComponent | 
 User defined Applications should implement this interface that
 extends Runnable, hence also the run() method has to be implemented. 
 | 
| NavuEventCallback | 
 NavuEventCallback interface is used to implement callback methods to be used
 my the NavuEventHandler. 
 | 
| NcsMainMBean | 
 This is the JMX interface for the NcsMain class 
 | 
| ResourceManagerMBean | 
 This is the JMX interface for the ResourceManager 
 | 
| Class | Description | 
|---|---|
| NavuEventHandler | 
 This class represents the a running daemon where it provides the means
 for user callback to react on NCS CDB notification that arrives
 asynchronously from a device. 
 | 
| NcsCtlCommand | 
 Ncs Java VM protocol command representation class 
 | 
| NcsDp | 
 NCS Java vm internal DP dataprovider for stats data etc. 
 | 
| NcsJVMLauncher | 
 Helper class implementing a java main() method which
 will start the Ncs java vm main thread 
 | 
| NcsMain | 
 Main class for Ncs java vm management and control. 
 | 
| NcsThread | 
 NcsThread is a subclass of Thread with the ability to log more info about
 a thread and implements an UncaughtExceptionHandler. 
 | 
| NcsThreadPoolFactory | 
 The customized thread Factory
 this is used for creating customized threads
 that uses UncaughtExceptionHandler and for thread
 that performs debug logging msg so we could
 interpret the thread dumps and error logs. 
 | 
| OsEnv | 
 Unix "env" environment representation class 
 | 
| PlanComponent | 
 This class represents a plan component with its states. 
 | 
| ResourceManager | 
 The NCS resource manager able to create Maapi and Cdb objects
 connected to the NCS server. 
 | 
| Exception | Description | 
|---|---|
| NcsException | 
 Ncs package generic exception 
 |