Package com.tailf.ncs


package com.tailf.ncs
NCS Java machine management and control of Services, Neds, callbacks and Applications
  • Class
    Description
    User defined Applications should implement this interface that extends Runnable, hence also the run() method has to be implemented.
    NavuEventCallback interface is used to implement callback methods to be used my the 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.
    Ncs Java VM protocol command representation class
    NCS Java vm internal DP dataprovider for stats data etc.
    Ncs package generic exception
    Helper class implementing a java main() method which will start the Ncs java vm main thread
    Main class for Ncs java vm management and control.
    This is the JMX interface for the NcsMain class
    NcsThread is a subclass of Thread with the ability to log more info about a thread and implements an UncaughtExceptionHandler.
    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.
    Unix "env" environment representation class
    This class represents a plan component with its states.
    The NCS resource manager able to create Maapi and Cdb objects connected to the NCS server.
    This is the JMX interface for the ResourceManager