Uses of Class
org.ow2.petals.jbi.management.task.AbstractFileManipulationTask

Packages that use AbstractFileManipulationTask
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 AbstractFileManipulationTask in org.ow2.petals.jbi.management.task
 

Subclasses of AbstractFileManipulationTask in org.ow2.petals.jbi.management.task
 class AbstractCreateStateHolderTask
          This task creates state holder entry for component, service assembly or shared lib
The task has got a non-robust approach : it stops at the first subtask failed
and have the undo capability.
Inputs : Jbi, archive URI
 class CopyArchiveToInstalledDirTask
          This task copies archive file to installed dir
Inputs : archive URI
The task has got a non-robust approach : it stops at the first subtask failed
and have the undo capability.
 class CopyArchiveToWorkDirTask
          This task copy entity (component, shared lib, service assembly) package into the work directory
Inputs : archive URI
Outputs : File pointing on unzipped archive
The task have got a non-robust approach : it stops at the first subtask failed
and have the undo capability.
 class DownloadTask
          This task download entity (component, shared lib, service assembly) archive into the work directory, only if the URL protocol is http: or ftp:
Inputs : archive URI
Outputs : downloaded archive URI
The task has got a non-robust approach : it stops at the first subtask failed
and have the undo capability.
 class ExtractTask
          This task extracts entity (component, shared lib, service assembly) archive into the work directory
Inputs : archive URI
Outputs : File pointing on unzipped archive
The task has got a non-robust approach : it stops at the first subtask failed
and have the undo capability.
 

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

Subclasses of AbstractFileManipulationTask in org.ow2.petals.jbi.management.task.deployment.deploy
 class CreateSAStateHolderTask
           This task creates state holder for service assembly.
 

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

Subclasses of AbstractFileManipulationTask in org.ow2.petals.jbi.management.task.deployment.undeploy
 class RemoveSAArchiveTask
          This task deletes the service assembly archive from the installed dir of the Petals repository
Inputs : archive URL
The task has got a robust approach : it tries to do all the subtasks
and doesn't have the undo capability.
 

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

Subclasses of AbstractFileManipulationTask in org.ow2.petals.jbi.management.task.installation.install.component
 class CreateComponentStateHolderTask
           This task creates state holder for a component.
 

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

Subclasses of AbstractFileManipulationTask in org.ow2.petals.jbi.management.task.installation.install.sl
 class CreateSLStateHolderTask
           This task creates state holder for shared library
 

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

Subclasses of AbstractFileManipulationTask in org.ow2.petals.jbi.management.task.installation.uninstall.component
 class RemoveComponentArchiveTask
          This task moves a component archive from the installed Petals directory to the uninstalled directory
Inputs : ComponentState
The task has got a robust approach : it tries to do all the subtasks
and doesn't have the undo capability.
 

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

Subclasses of AbstractFileManipulationTask in org.ow2.petals.jbi.management.task.installation.uninstall.sl
 class RemoveSLArchiveTask
          This task moves a shared lib archive from the installed Petals directory to the uninstalled directory.
Inputs : SharedLibraryState
The task has got a robust approach : it tries to do all the subtasks
and doesn't have the undo capability.
 



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