|
EAC Toolkit 3.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.soleng.eac.toolkit.base.EacElement
com.endeca.soleng.eac.toolkit.base.Provisionable
com.endeca.soleng.eac.toolkit.component.Component
com.endeca.soleng.eac.toolkit.component.BatchComponent
public class BatchComponent
BatchComponent extends component to expose utilities for running non-server components (e.g. forge, dgidx). This object implements methods to run a component synchronously, or to run multiple components synchronously and in parallel.
| Field Summary |
|---|
| Fields inherited from class com.endeca.soleng.eac.toolkit.base.EacElement |
|---|
appName, dataPrefix, eacHost, eacPort, elementId, lockManager, logDir, sslEnabled, workingDir |
| Constructor Summary | |
|---|---|
BatchComponent()
|
|
| Method Summary | |
|---|---|
void |
run()
Runs the batch component synchronously. |
static void |
runInParallel(java.util.List<BatchComponent> components)
Runs batch components in parallel. |
| Methods inherited from class com.endeca.soleng.eac.toolkit.base.Provisionable |
|---|
getAppDefinitionFromEac, getCachedAppDefinition, getProvisioningPort, invalidateCachedAppDefinition, setCachedAppDefinition |
| Methods inherited from class com.endeca.soleng.eac.toolkit.base.EacElement |
|---|
getAppName, getDataPrefix, getEacHost, getEacPort, getElementId, getLockManager, getLogDir, getWorkingDir, isSslEnabled, setAppName, setDataPrefix, setEacHost, setEacPort, setElementId, setLockManager, setLogDir, setSslEnabled, setWorkingDir |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchComponent()
| Method Detail |
|---|
public static void runInParallel(java.util.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.
|
EAC Toolkit 3.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@VERSION PRODUCT: EAC Toolkit (eacToolkit) VERSION: 3.2.1 BUILD: NONE ARCH_OS: n/a DATE: 2011-11-10T16:21:05-0500