org.jmux.app.component
Class ClusterProcess

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

public class ClusterProcess
extends AbstractThreadedControl

Author:
donaldw

Field Summary
static int DEFAULT_PORT
           
 
Constructor Summary
ClusterProcess()
           
 
Method Summary
 void configure(Config config, App app)
           
 void doStart()
           
 void doStop()
           
 
Methods inherited from class org.jmux.app.component.AbstractThreadedControl
start, stop
 
Methods inherited from class org.jmux.app.component.AbstractComponent
getConfig, log, logDebug, logDebug, logError, logError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

ClusterProcess

public ClusterProcess()
Method Detail

configure

public void configure(Config config,
                      App app)
Specified by:
configure in interface Component
Overrides:
configure in class AbstractComponent

doStart

public void doStart()
Specified by:
doStart in class AbstractThreadedControl

doStop

public void doStop()
Specified by:
doStop in class AbstractThreadedControl


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