Uses of Class
org.ow2.petals.microkernel.api.jbi.management.Context

Packages that use Context
org.ow2.petals.microkernel.api.container   
org.ow2.petals.microkernel.api.jbi.management   
 

Uses of Context in org.ow2.petals.microkernel.api.container
 

Methods in org.ow2.petals.microkernel.api.container with parameters of type Context
 void ComponentLifeCycle.init(ComponentContext componentContext, ComponentLifeCycleThread componentLifeCycleThread, Context context)
          Initialization of ComponentLifeCycleMBean
 void Installer.init(Context ctxt)
          init the installer.
 

Uses of Context in org.ow2.petals.microkernel.api.jbi.management
 

Fields in org.ow2.petals.microkernel.api.jbi.management declared as Context
protected  Context TaskProcessor.context
           
 

Methods in org.ow2.petals.microkernel.api.jbi.management with parameters of type Context
 void Task.execute(Context context)
          Launch the task with the given context.
 void Task.undo(Context context)
          Reverse the task in order to retrieve the environ state before execution of this task.
 

Constructors in org.ow2.petals.microkernel.api.jbi.management with parameters of type Context
TaskProcessor(Context context, LoggingUtil log)
           
 



Copyright © 2005-2015 Linagora. All Rights Reserved.