com.bea.netuix.servlets.manager
Class PortalServlet.PersistenceManagerWorker
java.lang.Object
com.bea.netuix.servlets.manager.PortalServlet.PersistenceManagerWorker
- All Implemented Interfaces:
- weblogic.kernel.ExecuteRequest
- Enclosing class:
- PortalServlet
- protected final class PortalServlet.PersistenceManagerWorker
- extends Object
- implements weblogic.kernel.ExecuteRequest
Method Summary |
void |
execute(weblogic.kernel.ExecuteThread executeThread)
|
protected void |
gatherThreadContext()
Gathers current ExecuteThread context objects that are needed
in the ExecuteThread that will be used to service the
WalkerWorker execute |
protected void |
transferThreadContext(Thread thd)
Transfers context objects gathered from the main ExecuteThread
into the ExecuteThread servicing the WalkerWorker |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainThreadClassLoader
protected ClassLoader mainThreadClassLoader
mainThreadSubject
protected Subject mainThreadSubject
PortalServlet.PersistenceManagerWorker
protected PortalServlet.PersistenceManagerWorker(com.bea.netuix.servlets.repository.AbstractFilePersistenceManager manager,
String baseUri,
String webAppName,
String[] entries)
gatherThreadContext
protected void gatherThreadContext()
- Gathers current ExecuteThread context objects that are needed
in the ExecuteThread that will be used to service the
WalkerWorker execute
transferThreadContext
protected void transferThreadContext(Thread thd)
- Transfers context objects gathered from the main ExecuteThread
into the ExecuteThread servicing the WalkerWorker
execute
public void execute(weblogic.kernel.ExecuteThread executeThread)
throws Exception
- Specified by:
execute
in interface weblogic.kernel.ExecuteRequest
- Throws:
Exception
Copyright © 2004 BEA Systems, Inc. All Rights Reserved