public class EmptyContext extends Object implements org.kie.api.runtime.manager.Context<String>
Context interface that does not bring any specifics
to the RuntimeManager and is usually used for instances of manager that does not deal with
contextual information:
get() method.| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONTEXT_ID |
protected static org.kie.api.runtime.manager.Context<String> |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyContext() |
| Modifier and Type | Method and Description |
|---|---|
static org.kie.api.runtime.manager.Context<String> |
get()
Returns instances of the empty context.
|
String |
getContextId() |
protected static final String CONTEXT_ID
protected static final org.kie.api.runtime.manager.Context<String> INSTANCE
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.