org.glite.ce.commonj.configuration.xppm
Class GlobalAttributeHandler

java.lang.Object
  extended by org.glite.ce.commonj.configuration.xppm.ConfigurationHandler
      extended by org.glite.ce.commonj.configuration.xppm.GlobalAttributeHandler

public class GlobalAttributeHandler
extends ConfigurationHandler


Constructor Summary
GlobalAttributeHandler()
           
 
Method Summary
 void clean()
           
 void commit()
           
 java.lang.Class<?> getCategory()
           
 java.lang.Object[] getConfigurationElement()
           
 java.io.File[] getTriggers()
           
 javax.xml.xpath.XPathExpression getXPath()
           
static void main(java.lang.String[] args)
           
 boolean process(org.w3c.dom.NodeList parsedElements)
           
 boolean processTriggers()
           
 void rollback()
           
 
Methods inherited from class org.glite.ce.commonj.configuration.xppm.ConfigurationHandler
enable, getXPathFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAttributeHandler

public GlobalAttributeHandler()
                       throws javax.xml.xpath.XPathExpressionException,
                              javax.xml.xpath.XPathFactoryConfigurationException
Throws:
javax.xml.xpath.XPathExpressionException
javax.xml.xpath.XPathFactoryConfigurationException
Method Detail

getXPath

public javax.xml.xpath.XPathExpression getXPath()
Specified by:
getXPath in class ConfigurationHandler

getCategory

public java.lang.Class<?> getCategory()
Specified by:
getCategory in class ConfigurationHandler

getConfigurationElement

public java.lang.Object[] getConfigurationElement()
Specified by:
getConfigurationElement in class ConfigurationHandler

process

public boolean process(org.w3c.dom.NodeList parsedElements)
Specified by:
process in class ConfigurationHandler

processTriggers

public boolean processTriggers()
Specified by:
processTriggers in class ConfigurationHandler

commit

public void commit()
Specified by:
commit in class ConfigurationHandler

rollback

public void rollback()
Specified by:
rollback in class ConfigurationHandler

getTriggers

public java.io.File[] getTriggers()
Specified by:
getTriggers in class ConfigurationHandler

clean

public void clean()
Specified by:
clean in class ConfigurationHandler

main

public static void main(java.lang.String[] args)