PortalServlet.PersistenceManagerWorker Class
- protected final class PortalServlet.PersistenceManagerWorker
extends Object
implements ExecuteRequest
-
Hierarchy
-
Object
PortalServlet.PersistenceManagerWorker
-
All Implemented Interfaces
-
ExecuteRequest
-
Enclosing class
-
PortalServlet
public void |
-
execute(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 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(AbstractFilePersistenceManager manager,
String baseUri,
String webAppName,
String[] entries)
execute(ExecuteThread) Method
public void execute(ExecuteThread executeThread)
throws Exception
Exceptions
-
Exception
gatherThreadContext() Method
protected void gatherThreadContext()
Gathers current ExecuteThread context objects that are needed
in the ExecuteThread that will be used to service the
WalkerWorker execute
transferThreadContext(Thread) Method
protected void transferThreadContext(Thread thd)
Transfers context objects gathered from the main ExecuteThread
into the ExecuteThread servicing the WalkerWorker