Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.agents | |
oracle.ifs.core.extraction.util | |
oracle.ifs.share |
Modifier and Type | Class and Description |
---|---|
class |
ClonedLibrarySessionManager.IncreasePoolTask
IncreasePoolTask results in creating new unallocated sessions
in the session pool.
|
class |
ClonedLibrarySessionManager.RequestSessionCreationTask
RequestSessionCreationTask creates a new cloned session,
and posts a SessionCreationAcknowledgementTask back to the main
thread.
|
class |
ClonedLibrarySessionManager.RequestShutdownTask
RequestShutdownTask requests the executor to shut down.
|
class |
ClonedLibrarySessionManager.ReserveSessionTask
ReserveSessionTask reserves a cloned session
in the executor's thread.
|
class |
ClonedLibrarySessionManager.SessionCreationAcknowledgementTask
SessionCreationAcknowledgementTask results in creating new unallocated sessions
in the session pool.
|
class |
ClonedLibrarySessionManager.UnreserveSessionTask
UnreserveSessionTask unreserves a cloned session
in the executor's thread.
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandlerAgent.EventHandlerExecutor.submit(Task task)
Posts a request to this Server.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PythonParser.ParseExecutor.callTask(Task task)
Calls the task, but does not call complete() when it finishes.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerTask
A task used in conjunction with a TimerExecutor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Executor.callTask(Task task)
Calls and completes the task.
|
protected void |
TimerExecutor.callTask(Task task)
Calls and completes the task.
|
void |
Executor.submit(Task task)
Posts a request to this Server.
|
Copyright © 2023. All rights reserved.