Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scoja.server.core
Interface Cluster  view Cluster download Cluster.java

All Known Implementing Classes:
ClusterSkeleton

public interface Cluster

Todos los elementos activos (que tienen sus propias hebras) deben implementar esta interfaz para que se los pueda trazar.


Method Summary
 int getCurrentThreads()
           
 int getThreads()
           
 boolean isRunning()
           
 void setThreads(int max)
           
 void shouldStop()
           
 void start()
           
 boolean stopRequested()
           
 

Method Detail

isRunning

public boolean isRunning()

start

public void start()

shouldStop

public void shouldStop()

stopRequested

public boolean stopRequested()

getThreads

public int getThreads()

setThreads

public void setThreads(int max)

getCurrentThreads

public int getCurrentThreads()