|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.ow2.orchestra.pvm.env | |
| org.ow2.orchestra.pvm.internal.env | |
| org.ow2.orchestra.pvm.internal.script | |
| org.ow2.orchestra.pvm.internal.spring | |
| org.ow2.orchestra.pvm.internal.wire | |
| Uses of Context in org.ow2.orchestra.pvm.env |
|---|
| Classes in org.ow2.orchestra.pvm.env that implement Context | |
|---|---|
class |
EnvironmentFactory
factory for Environments. |
class |
PvmEnvironmentFactory
an environment factory that also is the environment-factory context. |
class |
SpringEnvironmentFactory
this environment factory will see only the singleton beans. |
| Methods in org.ow2.orchestra.pvm.env that return Context | |
|---|---|
abstract Context |
Environment.getContext(String contextName)
|
| Methods in org.ow2.orchestra.pvm.env with parameters of type Context | |
|---|---|
abstract void |
Environment.addContext(Context context)
|
abstract void |
Environment.removeContext(Context context)
|
| Uses of Context in org.ow2.orchestra.pvm.internal.env |
|---|
| Classes in org.ow2.orchestra.pvm.internal.env that implement Context | |
|---|---|
class |
ExecutionContext
|
class |
JobContext
|
class |
WebRequestContext
|
class |
WebSessionContext
|
| Fields in org.ow2.orchestra.pvm.internal.env with type parameters of type Context | |
|---|---|
protected Map<String,Context> |
BasicEnvironment.contexts
|
| Methods in org.ow2.orchestra.pvm.internal.env that return Context | |
|---|---|
Context |
BasicEnvironment.getContext(String contextName)
|
Context |
BasicEnvironment.getEnvironmentContext()
|
Context |
BasicEnvironment.getEnvironmentFactoryContext()
|
| Methods in org.ow2.orchestra.pvm.internal.env with parameters of type Context | |
|---|---|
void |
BasicEnvironment.addContext(Context context)
|
void |
BasicEnvironment.removeContext(Context context)
|
| Uses of Context in org.ow2.orchestra.pvm.internal.script |
|---|
| Methods in org.ow2.orchestra.pvm.internal.script that return Context | |
|---|---|
protected Context |
EnvironmentBindings.getReadContext(Object key)
|
| Uses of Context in org.ow2.orchestra.pvm.internal.spring |
|---|
| Classes in org.ow2.orchestra.pvm.internal.spring that implement Context | |
|---|---|
class |
SpringEnvironmentContext
|
| Uses of Context in org.ow2.orchestra.pvm.internal.wire |
|---|
| Classes in org.ow2.orchestra.pvm.internal.wire that implement Context | |
|---|---|
class |
WireContext
object factory that creates, initializes, wires and caches objects based on descriptors (aka IoC container). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||