org.camunda.bpm.container.impl.jmx.deployment.util
Class InjectionUtil
java.lang.Object
org.camunda.bpm.container.impl.jmx.deployment.util.InjectionUtil
public class InjectionUtil
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionUtil
public InjectionUtil()
detectAnnotatedMethod
public static Method detectAnnotatedMethod(Class<?> clazz,
Class<? extends Annotation> annotationType)
resolveInjections
public static Object[] resolveInjections(MBeanDeploymentOperation operationContext,
Method lifecycleMethod)
getProcessApplicationInfo
public static ProcessApplicationInfo getProcessApplicationInfo(MBeanDeploymentOperation operationContext)
getProcessEngines
public static List<ProcessEngine> getProcessEngines(MBeanDeploymentOperation operationContext)
getDefaultProcessEngine
public static ProcessEngine getDefaultProcessEngine(MBeanDeploymentOperation operationContext)
Copyright © 2014 camunda services GmbH. All Rights Reserved.