|
EAC Toolkit 3.2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EacComponentControlException in com.endeca.soleng.eac.toolkit.base |
---|
Methods in com.endeca.soleng.eac.toolkit.base that throw EacComponentControlException | |
---|---|
abstract void |
Provisionable.removeDefinition()
Extending objects will implement this method to remove the definition of the provisioned object from the EAC. |
abstract void |
Provisionable.updateDefinition()
Extending objects will implement this method to update the definition of the provisioned object in the EAC. |
Uses of EacComponentControlException in com.endeca.soleng.eac.toolkit.component |
---|
Methods in com.endeca.soleng.eac.toolkit.component that throw EacComponentControlException | |
---|---|
void |
Component.archiveLogDir()
Creates a backup of the components log directory (i.e. |
void |
Component.cleanDir(java.lang.String dir)
Cleans all contents for the target directory, if the specified path is not null or empty. |
void |
ServerComponent.cycle()
Cycles the server component. |
com.endeca.eac.client.StateType |
Component.getStatus()
Retrieves the status of the component. |
boolean |
Component.isActive()
Returns true if the component is active (i.e. |
boolean |
Component.isFailed()
Returns true if the component failed when it was run most recently. |
boolean |
ServerComponent.isRunning()
Returns true if the component is running. |
boolean |
ServerComponent.isStarting()
Returns true if the component is starting. |
void |
CustomComponent.removeDefinition()
|
void |
Component.removeDefinition()
Removes the EAC provisioning of this component. |
void |
BatchComponent.run()
Runs the batch component synchronously. |
static void |
BatchComponent.runInParallel(java.util.List<BatchComponent> components)
Runs batch components in parallel. |
void |
ServerComponent.start()
|
void |
Component.start()
Starts the component. |
void |
ServerComponent.startAsynchronously()
Starts the component asynchronously, without testing its status after sending the start command. |
static void |
ServerComponent.startInParallel(java.util.List<ServerComponent> components)
Starts server components in parallel. |
void |
ServerComponent.stop()
|
void |
Component.stop()
Stops the component. |
void |
ServerComponent.stopAsynchronously()
Stops the component asynchronously, without testing its status after sending the stop command. |
static void |
ServerComponent.stopInParallel(java.util.List<ServerComponent> components)
Stop server components in parallel. |
void |
CustomComponent.updateDefinition()
|
void |
Component.updateDefinition()
Updates the EAC provisioning of this component. |
boolean |
Component.waitForFinished()
Waits for the component to finish, by polling for its status every second, until the maximum wait time has elapsed. |
boolean |
ServerComponent.waitForStarted()
Waits for the component to start, by polling for its status every second, until the startup timeout has elapsed. |
boolean |
ServerComponent.waitForStopped()
Waits for the component to stop, by polling for its status every second, until the stop timeout has elapsed. |
Uses of EacComponentControlException in com.endeca.soleng.eac.toolkit.host |
---|
Methods in com.endeca.soleng.eac.toolkit.host that throw EacComponentControlException | |
---|---|
void |
Host.updateDefinition()
Updates the EAC provisioning of this host. |
Uses of EacComponentControlException in com.endeca.soleng.eac.toolkit.script |
---|
Methods in com.endeca.soleng.eac.toolkit.script that throw EacComponentControlException | |
---|---|
com.endeca.eac.client.StateType |
Script.getStatus()
Retrieves the status of the script. |
boolean |
Script.isActive()
Returns true if the script is active (i.e. |
boolean |
Script.isFailed()
Returns true if the script failed when it was run most recently. |
void |
Script.removeDefinition()
|
void |
Script.updateDefinition()
|
Uses of EacComponentControlException in com.endeca.soleng.eac.toolkit.utility |
---|
Methods in com.endeca.soleng.eac.toolkit.utility that throw EacComponentControlException | |
---|---|
com.endeca.eac.client.StateType |
Utility.getStatus()
Retrieves the status of the utility. |
boolean |
Utility.isActive()
Returns true if the utility is active (i.e. |
boolean |
Utility.isFailed()
Returns true if the utility failed when it was run most recently. |
void |
Utility.run()
Runs the utility synchronously. |
static void |
Utility.runInParallel(java.util.List<Utility> utilities)
Static method to run a set of utilities in parallel. |
void |
Utility.start()
Starts the utility. |
void |
Utility.stop()
Stops the utility. |
boolean |
Utility.waitForFinished()
Waits for the utility to finish, by polling for its status every second, until the maximum wait time has elapsed. |
Uses of EacComponentControlException in com.endeca.soleng.eac.toolkit.utility.perl |
---|
Methods in com.endeca.soleng.eac.toolkit.utility.perl that throw EacComponentControlException | |
---|---|
void |
CreateDirUtility.run()
|
void |
CleanDirUtility.run()
|
|
EAC Toolkit 3.2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
@VERSION PRODUCT: EAC Toolkit (eacToolkit) VERSION: 3.2.1 BUILD: NONE ARCH_OS: n/a DATE: 2011-11-10T16:21:05-0500