ariba.util.core
Class ThreadManager.NoOp

java.lang.Object
  extended by ariba.util.core.ThreadManager.NoOp
All Implemented Interfaces:
ThreadManager
Enclosing interface:
ThreadManager

public static class ThreadManager.NoOp
extends java.lang.Object
implements ThreadManager

Ultra simple implementation: all methods are no-op


Nested Class Summary
 
Nested classes/interfaces inherited from interface ariba.util.core.ThreadManager
ThreadManager.NoOp
 
Constructor Summary
ThreadManager.NoOp()
           
 
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

ThreadManager.NoOp

public ThreadManager.NoOp()
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.