public class ProcessApplicationManager extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,DefaultProcessApplicationRegistration> |
registrationsByDeploymentId |
Constructor and Description |
---|
ProcessApplicationManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
createJobExecutorRegistrations(Set<String> deploymentIds) |
protected DefaultProcessApplicationRegistration |
createProcessApplicationRegistration(Set<String> deploymentsToRegister,
ProcessApplicationReference reference) |
ProcessApplicationReference |
getProcessApplicationForDeployment(String deploymentId) |
String |
getRegistrationSummary() |
protected void |
logRegistration(Set<String> deploymentIds,
ProcessApplicationReference reference) |
ProcessApplicationRegistration |
registerProcessApplicationForDeployments(Set<String> deploymentsToRegister,
ProcessApplicationReference reference) |
protected void |
removeJobExecutorRegistrations(Set<String> deploymentIds) |
protected void |
removeProcessApplicationRegistration(Set<String> deploymentIds,
boolean removeProcessesFromCache) |
void |
unregisterProcessApplicationForDeployments(Set<String> deploymentIds,
boolean removeProcessesFromCache) |
protected Map<String,DefaultProcessApplicationRegistration> registrationsByDeploymentId
public ProcessApplicationReference getProcessApplicationForDeployment(String deploymentId)
public ProcessApplicationRegistration registerProcessApplicationForDeployments(Set<String> deploymentsToRegister, ProcessApplicationReference reference)
public void unregisterProcessApplicationForDeployments(Set<String> deploymentIds, boolean removeProcessesFromCache)
protected DefaultProcessApplicationRegistration createProcessApplicationRegistration(Set<String> deploymentsToRegister, ProcessApplicationReference reference)
protected void removeProcessApplicationRegistration(Set<String> deploymentIds, boolean removeProcessesFromCache)
protected void createJobExecutorRegistrations(Set<String> deploymentIds)
protected void removeJobExecutorRegistrations(Set<String> deploymentIds)
protected void logRegistration(Set<String> deploymentIds, ProcessApplicationReference reference)
public String getRegistrationSummary()
Copyright © 2015. All rights reserved.