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

Packages that use Context
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.management   
org.ow2.petals.jbi.management.recovery   
org.ow2.petals.jbi.management.task   
org.ow2.petals.jbi.management.task.deployment.deploy   
org.ow2.petals.jbi.management.task.deployment.undeploy   
org.ow2.petals.jbi.management.task.installation.install.component   
org.ow2.petals.jbi.management.task.installation.install.sl   
org.ow2.petals.jbi.management.task.installation.uninstall.component   
org.ow2.petals.jbi.management.task.installation.uninstall.sl   
 

Uses of Context in org.ow2.petals.container.lifecycle
 

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

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

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

Methods in org.ow2.petals.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.jbi.management with parameters of type Context
TaskProcessor(Context context, org.ow2.petals.util.LoggingUtil log)
           
 

Uses of Context in org.ow2.petals.jbi.management.recovery
 

Methods in org.ow2.petals.jbi.management.recovery that return Context
protected  Context SystemRecoveryServiceImpl.createDeploymentContext(java.net.URL installUrl, org.ow2.petals.jbi.descriptor.original.generated.Jbi descriptor)
          Create the deployment context
protected  Context SystemRecoveryServiceImpl.createRecoveryContext(org.ow2.petals.jbi.descriptor.original.generated.Jbi descriptor, java.net.URL installUrl)
          Create recovery context for component and shared libraries
 

Uses of Context in org.ow2.petals.jbi.management.task
 

Methods in org.ow2.petals.jbi.management.task with parameters of type Context
 void AbstractCreateStateHolderTask.execute(Context context)
           
 void DownloadTask.execute(Context context)
           
 void CopyArchiveToWorkDirTask.execute(Context context)
           
 void ExtractTask.execute(Context context)
           
 void AbstractCopyPackageToRepositoryTask.execute(Context context)
           
 void AbstractCheckPackageTask.execute(Context context)
           
 void CopyArchiveToInstalledDirTask.execute(Context context)
           
 void AbstractCreateStateHolderTask.undo(Context context)
           
 void DownloadTask.undo(Context context)
           
 void CopyArchiveToWorkDirTask.undo(Context context)
           
 void ExtractTask.undo(Context context)
           
 void AbstractCopyPackageToRepositoryTask.undo(Context context)
           
 void AbstractCheckPackageTask.undo(Context context)
           
 void CopyArchiveToInstalledDirTask.undo(Context context)
           
 

Uses of Context in org.ow2.petals.jbi.management.task.deployment.deploy
 

Methods in org.ow2.petals.jbi.management.task.deployment.deploy with parameters of type Context
 void RegisterAllConnectionTask.execute(Context context)
           
 void RetrieveSAAndSUInstallRootsTask.execute(Context context)
           
 void ExtractSUsTask.execute(Context context)
           
 void DeploySUToComponentTask.execute(Context context)
           
 void DeployAllSUTask.execute(Context context)
           
 void CreateXMLDeploymentResultTask.execute(Context context)
           
 void CreateAndRegisterSULifeCycleTask.execute(Context context)
           
 void RegisterSALifeCycleTask.execute(Context context)
           
 void RenameSUsTask.execute(Context context)
           
 void RegisterAllConnectionTask.undo(Context context)
           
 void RetrieveSAAndSUInstallRootsTask.undo(Context context)
           
 void ExtractSUsTask.undo(Context context)
           
 void DeploySUToComponentTask.undo(Context context)
           
 void DeployAllSUTask.undo(Context context)
           
 void CreateXMLDeploymentResultTask.undo(Context context)
           
 void CreateAndRegisterSULifeCycleTask.undo(Context context)
           
 void RegisterSALifeCycleTask.undo(Context context)
           
 void RenameSUsTask.undo(Context context)
           
 

Uses of Context in org.ow2.petals.jbi.management.task.deployment.undeploy
 

Methods in org.ow2.petals.jbi.management.task.deployment.undeploy with parameters of type Context
 void RetrieveSALifeCycleTask.execute(Context context)
           
 void UnregisterSALifeCycleTask.execute(Context context)
           
 void RemoveSAArchiveTask.execute(Context context)
           
 void RemoveSAStateHolderTask.execute(Context context)
           
 void RemoveAllConnectionsTask.execute(Context context)
           
 void RemoveSADirectoryTask.execute(Context context)
           
 void UndeployAllSUsTask.execute(Context context)
           
 void CreateXMLUndeploymentResultTask.execute(Context context)
           
 void RetrieveSALifeCycleTask.undo(Context context)
           
 void UnregisterSALifeCycleTask.undo(Context context)
           
 void RemoveSAArchiveTask.undo(Context context)
           
 void RemoveSAStateHolderTask.undo(Context context)
           
 void RemoveAllConnectionsTask.undo(Context context)
           
 void RemoveSADirectoryTask.undo(Context context)
           
 void UndeployAllSUsTask.undo(Context context)
           
 void CreateXMLUndeploymentResultTask.undo(Context context)
           
 

Uses of Context in org.ow2.petals.jbi.management.task.installation.install.component
 

Methods in org.ow2.petals.jbi.management.task.installation.install.component with parameters of type Context
 void RegisterComponentInSLTask.execute(Context context)
           
 void CreateAndRegisterInstallerMBeanTask.execute(Context context)
           
 void RegisterComponentInSLTask.undo(Context context)
           
 void CreateAndRegisterInstallerMBeanTask.undo(Context context)
           
 

Uses of Context in org.ow2.petals.jbi.management.task.installation.install.sl
 

Methods in org.ow2.petals.jbi.management.task.installation.install.sl with parameters of type Context
 void CreateSLClassloaderTask.execute(Context context)
           
 void CreateSLClassloaderTask.undo(Context context)
           
 

Uses of Context in org.ow2.petals.jbi.management.task.installation.uninstall.component
 

Methods in org.ow2.petals.jbi.management.task.installation.uninstall.component with parameters of type Context
 void UnregisterComponentFromSLTask.execute(Context context)
           
 void RemoveComponentArchiveTask.execute(Context context)
           
 void RemoveComponentRepositoryTask.execute(Context context)
           
 void UnregisterInstallerTask.execute(Context context)
           
 void RemoveComponentStateHolderTask.execute(Context context)
           
 void UnregisterComponentFromSLTask.undo(Context context)
           
 void RemoveComponentArchiveTask.undo(Context context)
           
 void RemoveComponentRepositoryTask.undo(Context context)
           
 void UnregisterInstallerTask.undo(Context context)
           
 void RemoveComponentStateHolderTask.undo(Context context)
           
 

Uses of Context in org.ow2.petals.jbi.management.task.installation.uninstall.sl
 

Methods in org.ow2.petals.jbi.management.task.installation.uninstall.sl with parameters of type Context
 void RemoveSLStateHolderTask.execute(Context context)
           
 void RemoveSLRepositoryTask.execute(Context context)
           
 void RemoveSLArchiveTask.execute(Context context)
           
 void RemoveSLClassloaderTask.execute(Context context)
           
 void RemoveSLStateHolderTask.undo(Context context)
           
 void RemoveSLRepositoryTask.undo(Context context)
           
 void RemoveSLArchiveTask.undo(Context context)
           
 void RemoveSLClassloaderTask.undo(Context context)
           
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.