org.jmux.app.component
Class AbstractThreadedControl

java.lang.Object
  extended by org.jmux.app.component.AbstractComponent
      extended by org.jmux.app.component.AbstractControl
          extended by org.jmux.app.component.AbstractThreadedControl
All Implemented Interfaces:
Component, Control
Direct Known Subclasses:
ClusterProcess

public abstract class AbstractThreadedControl
extends AbstractControl

Author:
donaldw

Constructor Summary
AbstractThreadedControl()
           
 
Method Summary
protected abstract  void doStart()
           
protected abstract  void doStop()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.jmux.app.component.AbstractComponent
configure, getConfig, log, logDebug, logDebug, logError, logError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractThreadedControl

public AbstractThreadedControl()
Method Detail

doStart

protected abstract void doStart()

doStop

protected abstract void doStop()

start

public void start()

stop

public void stop()


Copyright © 2006-2008 jmux.org. All Rights Reserved.