org.camunda.bpm.container.impl.jmx.deployment.util
Class InjectionUtil

java.lang.Object
  extended by org.camunda.bpm.container.impl.jmx.deployment.util.InjectionUtil

public class InjectionUtil
extends Object

Author:
Daniel Meyer

Constructor Summary
InjectionUtil()
           
 
Method Summary
static Method detectAnnotatedMethod(Class<?> clazz, Class<? extends Annotation> annotationType)
           
static ProcessEngine getDefaultProcessEngine(MBeanDeploymentOperation operationContext)
           
static ProcessApplicationInfo getProcessApplicationInfo(MBeanDeploymentOperation operationContext)
           
static List<ProcessEngine> getProcessEngines(MBeanDeploymentOperation operationContext)
           
static Object[] resolveInjections(MBeanDeploymentOperation operationContext, Method lifecycleMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionUtil

public InjectionUtil()
Method Detail

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.