org.opennms.netmgt.model
Interface ServiceDaemon

All Superinterfaces:
org.opennms.core.fiber.Fiber, org.opennms.core.fiber.PausableFiber

public interface ServiceDaemon
extends org.opennms.core.fiber.PausableFiber


Field Summary
 
Fields inherited from interface org.opennms.core.fiber.PausableFiber
PAUSE_PENDING, PAUSED, RESUME_PENDING
 
Fields inherited from interface org.opennms.core.fiber.Fiber
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
 
Method Summary
 java.lang.String status()
           
 
Methods inherited from interface org.opennms.core.fiber.PausableFiber
pause, resume
 
Methods inherited from interface org.opennms.core.fiber.Fiber
getName, getStatus, start, stop
 

Method Detail

status

java.lang.String status()


Copyright © 2007. All Rights Reserved.