org.jbpm.formModeler.service.bb.commons
Class ApplicationManager
java.lang.Object
org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement
org.jbpm.formModeler.service.bb.commons.ApplicationManager
- All Implemented Interfaces:
- Serializable, FactoryLifecycle
public class ApplicationManager
- extends BasicFactoryElement
The application manager contains the application status and some parameters like the installation directory.
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement |
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODIFICATIONS_FILE
public static final String MODIFICATIONS_FILE
- See Also:
- Constant Field Values
ApplicationManager
public ApplicationManager()
isUpAndRunning
public boolean isUpAndRunning()
setUpAndRunning
public void setUpAndRunning(boolean upAndRunning)
getInstallDir
public String getInstallDir()
setInstallDir
public void setInstallDir(String installDir)
isApplicationInstalled
public boolean isApplicationInstalled()
- Determine if application is installed following the installation procedure
- Returns:
- true if application is installed following the installation procedure
canModifyConfiguration
public boolean canModifyConfiguration()
- Determine if application configuration can be modified.
- Returns:
- true if application configuration can be modified.
getConfigModificationFile
protected File getConfigModificationFile()
getHttpPort
public int getHttpPort()
getAjpPort
public int getAjpPort()
getConfiguredPort
protected int getConfiguredPort(String protocolParam)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.