public class ProcessContainer
extends java.lang.Object
ManagedImportProcessI
instances created by ManagedRepositoryI
. Responsible for providing
lookups as well as keep-alive and reap methods which will be called by
background threads.修飾子とタイプ | クラスと説明 |
---|---|
static interface |
ProcessContainer.Process |
コンストラクタと説明 |
---|
ProcessContainer() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addProcess(ProcessContainer.Process process)
Called once the
ManagedImportProcessI service is created. |
java.util.List<ProcessContainer.Process> |
listProcesses(java.util.Collection<java.lang.Long> groups) |
int |
pingAll()
Called periodically by quartz to keep the sessions alive.
|
void |
removeProcess(ProcessContainer.Process process) |
int |
shutdownAll()
Called on shutdown of the server.
|
public void addProcess(ProcessContainer.Process process)
ManagedImportProcessI
service is created.prx
- public void removeProcess(ProcessContainer.Process process)
public java.util.List<ProcessContainer.Process> listProcesses(java.util.Collection<java.lang.Long> groups)
public int pingAll()
public int shutdownAll()