org.camunda.bpm.container.impl.jmx.deployment
Class AbstractParseBpmPlatformXmlStep
java.lang.Object
org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
org.camunda.bpm.container.impl.jmx.deployment.AbstractParseBpmPlatformXmlStep
- Direct Known Subclasses:
- TomcatParseBpmPlatformXmlStep
public abstract class AbstractParseBpmPlatformXmlStep
- extends MBeanDeploymentOperationStep
Deployment operation step responsible for parsing and attaching the bpm-platform.xml file.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractParseBpmPlatformXmlStep
public AbstractParseBpmPlatformXmlStep()
getName
public String getName()
- Specified by:
getName in class MBeanDeploymentOperationStep
performOperationStep
public void performOperationStep(MBeanDeploymentOperation operationContext)
- Specified by:
performOperationStep in class MBeanDeploymentOperationStep
getBpmPlatformXmlStream
protected abstract URL getBpmPlatformXmlStream(MBeanDeploymentOperation operationContext)
Copyright © 2014 camunda services GmbH. All Rights Reserved.