Class ExecutorRegistryStore
- java.lang.Object
-
- org.wso2.carbon.mediation.initializer.persistence.registry.AbstractRegistryStore
-
- org.wso2.carbon.mediation.initializer.persistence.registry.ExecutorRegistryStore
-
public class ExecutorRegistryStore extends AbstractRegistryStore
-
-
Field Summary
-
Fields inherited from class org.wso2.carbon.mediation.initializer.persistence.registry.AbstractRegistryStore
configName, log, registry
-
-
Constructor Summary
Constructors Constructor Description ExecutorRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry, String configName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteElement(String name)
protected String
getConfigurationPath()
org.apache.axiom.om.OMElement
getElement(String name)
Collection<org.apache.axiom.om.OMElement>
getElements()
void
persistElement(String name, org.apache.axiom.om.OMElement element, String fileName)
-
Methods inherited from class org.wso2.carbon.mediation.initializer.persistence.registry.AbstractRegistryStore
createCollection, getChildElementsInPath, getConfigurationRoot, getResourceAsElement, handleException, handleException, persistElement
-
-
-
-
Constructor Detail
-
ExecutorRegistryStore
public ExecutorRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry, String configName)
-
-
Method Detail
-
getElements
public Collection<org.apache.axiom.om.OMElement> getElements()
- Specified by:
getElements
in classAbstractRegistryStore
-
getElement
public org.apache.axiom.om.OMElement getElement(String name)
- Specified by:
getElement
in classAbstractRegistryStore
-
persistElement
public void persistElement(String name, org.apache.axiom.om.OMElement element, String fileName)
- Specified by:
persistElement
in classAbstractRegistryStore
-
deleteElement
public void deleteElement(String name)
- Specified by:
deleteElement
in classAbstractRegistryStore
-
getConfigurationPath
protected String getConfigurationPath()
- Specified by:
getConfigurationPath
in classAbstractRegistryStore
-
-