com.pallas.util
Class AsyncCentral

java.lang.Object
  |
  +--com.pallas.util.AsyncCentral

public class AsyncCentral
extends java.lang.Object

Title: $FileName: AsyncCentral.java$

Version:
$VerNum: 2$
Author:
$AuthorName: Rob MacGrogan$

$Description: Asynchronously executes Async objects.$
$KeyWordsOff: $

Nested Class Summary
protected  class AsyncCentral.FireThread
           
 
Field Summary
private  AsyncCentral.FireThread fire
           
private static AsyncCentral instance
           
 
Constructor Summary
private AsyncCentral()
           
 
Method Summary
static AsyncCentral getInstance()
           
 void runAsync(Async a)
           
protected  void waitTillNotified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static AsyncCentral instance

fire

private AsyncCentral.FireThread fire
Constructor Detail

AsyncCentral

private AsyncCentral()
Method Detail

getInstance

public static AsyncCentral getInstance()

waitTillNotified

protected void waitTillNotified()
                         throws java.lang.InterruptedException
java.lang.InterruptedException

runAsync

public void runAsync(Async a)


Copyright © 2003 Pallas Technology.