|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonathan.libs.kernel.JContextFactory
Implementation of ContextFactory
.
Nested Class Summary | |
static class |
JContextFactory.ContextElement
Class of the context elements used by JContextFactory. |
protected class |
JContextFactory.JContext
Implementation of Context . |
Field Summary | |
static boolean |
check_types
Indicates whether type checking should be performed. |
static JContextFactory |
instance
|
Constructor Summary | |
JContextFactory()
|
Method Summary | |
Context |
newContext()
Returns a new JContext
instance. |
Context |
newContext(Context _scope)
Returns a new JContext
instance with scope
scope . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean check_types
public static final JContextFactory instance
Constructor Detail |
public JContextFactory()
Method Detail |
public Context newContext()
JContext
instance.
newContext
in interface ContextFactory
JContextFactory.JContext
instance.public Context newContext(Context _scope)
JContext
instance with scope
scope
.
_scope
must have been acquired by the caller first, if it is
to be shared.
newContext
in interface ContextFactory
_scope
- the scope of the returned context instance;
JContext
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |