Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.jonathan.libs.kernel.JContextFactory
ContextFactory
.
Nested Class Summary | |
static class |
|
protected class |
|
Field Summary | |
static boolean |
|
static JContextFactory |
Method Summary | |
Context |
|
Context |
|
public static final boolean check_types
Indicates whether type checking should be performed.
- Field Value:
- false
public Context newContext()
Returns a newJContext
instance.
- Specified by:
- newContext in interface ContextFactory
- Returns:
- a new
JContextFactory.JContext
instance.
public Context newContext(Context _scope)
Returns a newJContext
instance with scopescope
._scope
must have been acquired by the caller first, if it is to be shared.
- Specified by:
- newContext in interface ContextFactory
- Parameters:
- Returns:
- a new
JContext
instance.