com.sun.jmx.remote.opt.util
Class ThreadService

java.lang.Object
  extended by com.sun.jmx.remote.opt.util.ThreadService

public class ThreadService
extends Object


Constructor Summary
ThreadService(int min, int max)
           
ThreadService(int min, int max, boolean simple)
           
 
Method Summary
protected  void finalize()
           
 void handoff(Runnable job)
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadService

public ThreadService(int min,
                     int max)

ThreadService

public ThreadService(int min,
                     int max,
                     boolean simple)
Method Detail

handoff

public void handoff(Runnable job)

terminate

public void terminate()

finalize

protected void finalize()
Overrides:
finalize in class Object


Copyright © 2014 Terracotta, Inc.. All rights reserved.