public class BatchComponent extends Component
appName, dataPrefix, eacHost, eacPort, elementId, lockManager, logDir, sslEnabled, workingDir| Constructor and Description |
|---|
BatchComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Runs the batch component synchronously.
|
static void |
runInParallel(List<BatchComponent> components)
Runs batch components in parallel.
|
archiveLogDir, buildEacStub, cleanDir, constructArchiveLogDir, constructCleanDir, getCaFile, getCertFile, getCipher, getCustomDirectories, getDEFAULT_CIPHER, getDirProperties, getHost, getHostId, getLongPropertyValueOrDefault, getMaxMissedStatusChecksAllowed, getMaxWaitTimeSeconds, getMinWaitTimeSeconds, getNumLogBackups, getNumMissedStatusChecks, getProperties, getProperty, getSlowPollingIntervalMs, getSslConfig, getStandardPollingIntervalMs, getStatus, incrementMissedStatusQueries, initializeEacStub, isActive, isDefined, isDefinitionChanged, isFailed, isHotUpdateDefinitionChange, isSkipTestingForFilesDuringCleanup, removeDefinition, setCaFile, setCertFile, setCipher, setCustomDirectories, setDefinition, setDefinition, setHost, setHostId, setNumMissedStatusChecks, setProperties, setSslConfig, start, stop, updateDefinition, updateEacDefinition, updateEacDefinition, waitForFinishedgetAppDefinitionFromEac, getCachedAppDefinition, getProvisioningPort, invalidateCachedAppDefinition, setCachedAppDefinitiongetAppName, getDataPrefix, getEacHost, getEacPort, getElementId, getLockManager, getLogDir, getWorkingDir, isSslEnabled, setAppName, setDataPrefix, setEacHost, setEacPort, setElementId, setLockManager, setLogDir, setSslEnabled, setWorkingDirpublic static void runInParallel(List<BatchComponent> components) throws EacCommunicationException, EacComponentControlException
EacCommunicationException - If a communication error occurs while
requesting the status of a component from the EAC.EacComponentControlException - If an error occurs while trying to
start a component.public void run()
throws EacCommunicationException,
EacComponentControlException
EacCommunicationException - If a communication error occurs while
requesting the status of the component from the EAC.EacComponentControlException - If an error occurs while trying to
start the component.Copyright © 2015, Oracle and/or its affiliates. All rights reserved.