|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.fractal.jonathan.JContextFactory
public class JContextFactory
A minimal and Fractal compliant ContextFactory implementation.
| Constructor Summary | |
|---|---|
JContextFactory()
|
|
| Method Summary | |
|---|---|
Context |
newContext()
Returns a new Context instance. |
Context |
newContext(Context context)
Returns a new Context instance with scope scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JContextFactory()
| Method Detail |
|---|
public Context newContext()
ContextFactoryContext instance.
newContext in interface ContextFactoryContext instance.public Context newContext(Context context)
ContextFactoryContext instance with scope scope.
newContext in interface ContextFactorycontext - the scope of the returned context instance;
Context instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||