public class AbstractJonasStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration
Configuration
for JOnAS.| Modifier and Type | Field and Description |
|---|---|
protected InstalledLocalContainer |
installedContainer
JOnAS installed container.
|
RESOURCE_PATH| Constructor and Description |
|---|
AbstractJonasStandaloneLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
ConfigurationCapability |
getCapability() |
static String |
getConfiguratorSetterName(String propertyName)
Returns the configurator setter name based on the property name.
|
addXmlReplacement, addXmlReplacement, configureFiles, getType, performXmlReplacements, removeXmlReplacement, removeXmlReplacement, replaceInFile, setupConfigurationDir, verifyaddDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, applyPortOffset, applyPortOffset, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, configure, createFilterChain, getAntUtils, getDataSources, getDeployables, getDestDirectoryLocation, getDestFileLocation, getFileHandler, getFileProperties, getFilterChain, getHome, getResources, getResourceUtils, parsePropertiesForPendingConfiguration, revertPortOffset, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty, setLoggergetProperties, getPropertyValue, setPropertygetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDataSource, addDeployable, addResource, applyPortOffset, configure, getDataSources, getDeployables, getFileHandler, getFileProperties, getHome, getResources, revertPortOffset, setConfigFileProperty, setFileHandler, setFilePropertygetProperties, getPropertyValue, setPropertyprotected InstalledLocalContainer installedContainer
public AbstractJonasStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
ConfigurationCapability of the configuration in term of properties it
supports, etcConfiguration.getCapability()protected void doConfigure(LocalContainer container) throws Exception
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. This provides the ability to perform generic
actions before and after the container-specific implementation. Another way would be to use
AOP...doConfigure in class AbstractLocalConfigurationcontainer - the container to configureException - if any error is raised during the configurationAbstractLocalConfiguration.configure(LocalContainer)Copyright © 2004-2013 Codehaus. All Rights Reserved.