public class ObjectBaseExecution extends Object
Modifier and Type | Field and Description |
---|---|
protected ObjectConnection |
connection |
protected ObjectExecutionFactory |
env |
protected ExecutionContext |
executionContext |
Modifier | Constructor and Description |
---|---|
protected |
ObjectBaseExecution(ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
close() |
ClassRegistry |
getClassRegistry() |
protected ExecutionContext executionContext
protected ObjectExecutionFactory env
protected ObjectConnection connection
protected ObjectBaseExecution(ObjectConnection connection, ExecutionContext context, ObjectExecutionFactory env)
public void close()
public ClassRegistry getClassRegistry()
public void cancel()
Copyright © 2016 JBoss by Red Hat. All rights reserved.