public class DeploymentCmd extends Object implements org.kie.internal.executor.api.Command
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_UNIT |
static String |
JOB_ID |
static String |
JOB_TYPE |
| Constructor and Description |
|---|
DeploymentCmd() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
createBean(Class<T> beanType,
javax.enterprise.inject.spi.BeanManager beanManager,
Annotation... bindings) |
org.kie.internal.executor.api.ExecutionResults |
execute(org.kie.internal.executor.api.CommandContext ctx) |
public static final String DEPLOYMENT_UNIT
public static final String JOB_TYPE
public static final String JOB_ID
public org.kie.internal.executor.api.ExecutionResults execute(org.kie.internal.executor.api.CommandContext ctx)
throws Exception
execute in interface org.kie.internal.executor.api.CommandExceptionpublic static <T> T createBean(Class<T> beanType, javax.enterprise.inject.spi.BeanManager beanManager, Annotation... bindings) throws Exception
ExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.