public abstract class ConfigurationHandler extends Object
Constructor and Description |
---|
ConfigurationHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
clean() |
abstract void |
commit() |
void |
enable() |
abstract Class<?> |
getCategory() |
abstract Object[] |
getConfigurationElement() |
abstract File[] |
getTriggers() |
abstract XPathExpression |
getXPath() |
protected static XPathFactory |
getXPathFactory() |
abstract boolean |
process(NodeList parsedElements) |
abstract boolean |
processTriggers() |
abstract void |
rollback() |
protected static XPathFactory getXPathFactory() throws XPathFactoryConfigurationException
public abstract XPathExpression getXPath()
public abstract Class<?> getCategory()
public abstract Object[] getConfigurationElement()
public abstract boolean process(NodeList parsedElements) throws CommonConfigException
CommonConfigException
public abstract boolean processTriggers() throws CommonConfigException
CommonConfigException
public abstract void commit()
public abstract void rollback()
public abstract File[] getTriggers()
public abstract void clean()
public void enable()
Copyright © 2016 EMI - European Middleware Initiative. All Rights Reserved.