ariba.util.core
Interface ThreadManager

All Known Implementing Classes:
DefaultThreadManager, ThreadManager.NoOp

public interface ThreadManager

Interface to allow Ariba thread management. Here are some examples, converting a normal thread to a ObjectServerThread and cleaning up the ObjectServerThread's session before the thread is reused.


Nested Class Summary
static class ThreadManager.NoOp
          Ultra simple implementation: all methods are no-op
 
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
 

Method Detail

setupThread

void setupThread()
Convert the current thread to an Ariba thread of your choice


cleanupThread

void cleanupThread()
Cleanup the Ariba thread context before it is reused



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