ariba.util.core
Class DefaultThreadManager

java.lang.Object
  extended by ariba.util.core.DefaultThreadManager
All Implemented Interfaces:
ThreadManager

public class DefaultThreadManager
extends java.lang.Object
implements ThreadManager

Default implementation that doesn't do anything. Useful for BaseGen.


Nested Class Summary
 
Nested classes/interfaces inherited from interface ariba.util.core.ThreadManager
ThreadManager.NoOp
 
Constructor Summary
DefaultThreadManager()
           
 
Method Summary
 void cleanupThread()
          Cleanup the Ariba thread context before it is reused
 void setupThread()
          Convert the current thread to an Ariba thread of your choice
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultThreadManager

public DefaultThreadManager()
Method Detail

setupThread

public void setupThread()
Description copied from interface: ThreadManager
Convert the current thread to an Ariba thread of your choice

Specified by:
setupThread in interface ThreadManager

cleanupThread

public void cleanupThread()
Description copied from interface: ThreadManager
Cleanup the Ariba thread context before it is reused

Specified by:
cleanupThread in interface ThreadManager


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.