wt.ixb.actor
Class NonIteratedObjectActorFactory

java.lang.Object
  extended bywt.ixb.actor.NonIteratedObjectActorFactory

public class NonIteratedObjectActorFactory
extends Object


Field Summary
private static Hashtable actorTable
           
private static boolean initialized
           
 
Constructor Summary
NonIteratedObjectActorFactory()
           
 
Method Summary
static NonIteratedObjectActorIfc getActor(String actionName)
           
private static void initialize()
           
private static void logAndThrowWTException(WTException e, String logMessage)
           
private static void printDebug(String message)
           
private static void printLog(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actorTable

private static Hashtable actorTable

initialized

private static boolean initialized
Constructor Detail

NonIteratedObjectActorFactory

public NonIteratedObjectActorFactory()
Method Detail

getActor

public static NonIteratedObjectActorIfc getActor(String actionName)
                                          throws WTException
Throws:
WTException

initialize

private static void initialize()
                        throws WTException
Throws:
WTException

logAndThrowWTException

private static void logAndThrowWTException(WTException e,
                                           String logMessage)
                                    throws WTException
Throws:
WTException

printLog

private static void printLog(String message)

printDebug

private static void printDebug(String message)