ariba.util.core
Class DefaultThreadManager
java.lang.Object
ariba.util.core.DefaultThreadManager
- All Implemented Interfaces:
- ThreadManager
public class DefaultThreadManager
- extends Object
- implements ThreadManager
Default implementation that doesn't do anything. Useful for BaseGen.
|
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 |
DefaultThreadManager
public DefaultThreadManager()
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-2009 Ariba, Inc. All Rights Reserved.