org.eclipse.equinox.log.internal
Class SerializedTaskQueue

java.lang.Object
  extended by org.eclipse.equinox.log.internal.SerializedTaskQueue

public class SerializedTaskQueue
extends Object

SerializedTaskQueue is a utility class that will allow asynchronous but serialized execution of tasks


Constructor Summary
SerializedTaskQueue(String queueName)
           
 
Method Summary
 void put(Runnable newTask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializedTaskQueue

public SerializedTaskQueue(String queueName)
Method Detail

put

public void put(Runnable newTask)


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.