|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.ow2.petals.registry.api | |
| org.ow2.petals.registry.api.context | |
| org.ow2.petals.registry.api.lifecycle | |
| Uses of Context in org.ow2.petals.registry.api |
|---|
| Methods in org.ow2.petals.registry.api that return Context | |
|---|---|
Context |
LocalRegistry.getContext()
|
| Methods in org.ow2.petals.registry.api with parameters of type Context | |
|---|---|
void |
LocalRegistry.setContext(Context context)
|
| Uses of Context in org.ow2.petals.registry.api.context |
|---|
| Methods in org.ow2.petals.registry.api.context that return Context | |
|---|---|
Context |
ContextFactory.createContext(Configuration configuration)
|
Context |
ContextFactory.createContext(java.io.File registryConfigurationFile)
Creates the context from a configuration file. |
static Context |
Context.getContext(java.lang.String registryName)
|
| Methods in org.ow2.petals.registry.api.context with parameters of type Context | |
|---|---|
static void |
Context.store(Context context)
Store the the context in order to potentially retrieve it everywhere in the framework. |
| Uses of Context in org.ow2.petals.registry.api.lifecycle |
|---|
| Methods in org.ow2.petals.registry.api.lifecycle with parameters of type Context | |
|---|---|
protected void |
AbstractLifeCycle.doInit(Context context)
Do the initialization |
void |
AbstractLifeCycle.init(Context context)
|
void |
LifeCycle.init(Context context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||