com.neeve.root
Class RootObject

java.lang.Object
  extended by com.neeve.root.RootObject
Direct Known Subclasses:
com.neeve.adm.AdmObject, AepEngine, AepEngineDescriptor, AepEventDispatcher, ConfigObject, DiscoveryObject, com.neeve.daemon.config.DmnConfigDescriptor, com.neeve.daemon.controller.DmnController, EventFactory, EventObject, com.neeve.link.LnkObject, OdsObject, PktFactory, PktObject, RogObject, SmaObject, SrvAppLoader, SrvAppManager, SrvConfigAppDescriptor, SrvControllerAdminApp

public abstract class RootObject
extends Object

Root class for all Neeve classes.

This class serves the root of the Neeve class hierarchy. It contains facilities needed by all Neeve classes.


Method Summary
 boolean getChecked()
          Get the object checked mode of operation.
 boolean getThreaded()
          Gets the object threaded mode of operation.
 Tracer getTracer()
          Get the tracer used by this object.
 void setChecked(boolean checked)
          Set the object checked mode of operation.
 void setTracer(Tracer tracer)
          Set the tracer used by this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTracer

public final void setTracer(Tracer tracer)
Set the tracer used by this object.


getTracer

public final Tracer getTracer()
Get the tracer used by this object.


setChecked

public final void setChecked(boolean checked)
Set the object checked mode of operation.


getChecked

public final boolean getChecked()
Get the object checked mode of operation.


getThreaded

public final boolean getThreaded()
Gets the object threaded mode of operation.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.