|
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.application.Application
public class Application
This class represents an application in the EAC. This class does not interact with, or know about, hosts or components associated with a provisioned application in the EAC. Instead, this class interacts with the application as an empty shell, and handles provisioning from that perspective.
| Field Summary |
|---|
| Fields inherited from class com.endeca.soleng.eac.toolkit.base.EacElement |
|---|
appName, dataPrefix, eacHost, eacPort, elementId, lockManager, logDir, sslEnabled, workingDir |
| Constructor Summary | |
|---|---|
Application()
Default construcor. |
|
| Method Summary | |
|---|---|
boolean |
isDefined()
Checks whether the application is defined in the EAC. |
boolean |
isDefinitionChanged()
Returns true if the application definition has changed. |
void |
removeDefinition()
Removes the application from the EAC, forcing the termination and removal of components. |
void |
setDefinition()
Defines the (empty) application in the EAC. |
void |
updateDefinition()
Updates the application definition. |
| 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 Application()
| Method Detail |
|---|
public boolean isDefined()
throws EacCommunicationException,
EacProvisioningException
isDefined in class ProvisionableEacCommunicationException - If a communication error occurs while
retrieving the provisioning port.
EacProvisioningException - If an error occurs while trying to retrieve
the app definition from the EAC.
public void setDefinition()
throws EacCommunicationException
setDefinition in class ProvisionableEacCommunicationException - If a communication error occurs while
retrieving the provisioning port.
public void removeDefinition()
throws EacCommunicationException
removeDefinition in class ProvisionableEacCommunicationException - If a communication error occurs while
retrieving the provisioning port.
public boolean isDefinitionChanged()
throws EacCommunicationException,
EacProvisioningException
isDefinitionChanged in class ProvisionableEacCommunicationException - If a communication error occurs while
retrieving the provisioning port.
EacProvisioningException - If an error occurs while trying to retrieve
the app definition from the EAC.
public void updateDefinition()
throws EacCommunicationException
updateDefinition in class ProvisionableEacCommunicationException - If a communication error occurs while
retrieving the provisioning port.
|
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