Package org.opennms.core.fiber
-
Interface Summary Interface Description Fiber TheFiber
interface is similar to the core Java languageThread
class.InitializableFiber This class is used to extend theFiber
interface so that is has a concept of a life cycle.PausableFiber This interface defines an extension to the coreFiber
interface and adds the methods for pausing and resuming an executable context.