public class LifecycleAgent.ProcessingChannel extends Object
Modifier | Constructor and Description |
---|---|
protected |
ProcessingChannel(int threadNum)
Constructs a ProcessingChannel.
|
Modifier and Type | Method and Description |
---|---|
protected void |
postProcessingAction(LifecycleAgent.RegisteredPolicyEntry rpe,
Long[] docIds)
Post a task to process the action in the thread
of this channel's executor.
|
protected void |
shutdown()
Shutdown the channel.
|
protected void |
start()
Start the channel.
|
protected ProcessingChannel(int threadNum) throws IfsException
threadNum
- the thread numberIfsException
- if the operation failsprotected void start() throws IfsException
IfsException
- if the operation failsprotected void shutdown() throws IfsException
IfsException
- if the operation failsprotected void postProcessingAction(LifecycleAgent.RegisteredPolicyEntry rpe, Long[] docIds) throws IfsException
rpe
- the RegisteredPolicyEntry being processeddocIds
- document IDs to processIfsException
- if the operation failsCopyright © 2023. All rights reserved.