com.ibm.jusb.util
Class RunnableManager.ManagerRunnable

java.lang.Object
  extended by com.ibm.jusb.util.RunnableManager.ManagerRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
RunnableManager

protected class RunnableManager.ManagerRunnable
extends Object
implements Runnable

Main Thread's Runnable.

This runs all queued Runnables.


Field Summary
 Object[] array
           
 List list
           
 Object lock
           
 boolean running
           
 Thread thread
           
 
Constructor Summary
protected RunnableManager.ManagerRunnable()
           
 
Method Summary
 long getSize()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

public Thread thread

array

public Object[] array

lock

public Object lock

running

public boolean running

list

public List list
Constructor Detail

RunnableManager.ManagerRunnable

protected RunnableManager.ManagerRunnable()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getSize

public long getSize()


Copyright © 2012 LSST. All Rights Reserved.