org.drools.grid
Interface DaemonService

All Superinterfaces:
Service

public interface DaemonService
extends Service


Method Summary
 boolean isRunning()
           
 void start()
           
 void stop()
           
 
Methods inherited from interface org.drools.grid.Service
dispose, init
 

Method Detail

start

void start()

stop

void stop()

isRunning

boolean isRunning()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.