public class Application extends Provisionable
appName, dataPrefix, eacHost, eacPort, elementId, lockManager, logDir, sslEnabled, workingDir| Constructor and Description |
|---|
Application()
Default construcor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAppDefinitionFromEac, getCachedAppDefinition, getProvisioningPort, invalidateCachedAppDefinition, setCachedAppDefinitiongetAppName, getDataPrefix, getEacHost, getEacPort, getElementId, getLockManager, getLogDir, getWorkingDir, isSslEnabled, setAppName, setDataPrefix, setEacHost, setEacPort, setElementId, setLockManager, setLogDir, setSslEnabled, setWorkingDirpublic 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.Copyright © 2015, Oracle and/or its affiliates. All rights reserved.