Uses of Interface
org.ow2.petals.container.ContainerService

Packages that use ContainerService
org.ow2.petals.container   
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.management.deployment   
org.ow2.petals.jbi.management.installation   
org.ow2.petals.jbi.management.recovery   
org.ow2.petals.jbi.management.task.deployment   
org.ow2.petals.jbi.management.task.deployment.deploy   
org.ow2.petals.jbi.management.task.deployment.undeploy   
org.ow2.petals.jbi.management.task.installation   
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 ContainerService in org.ow2.petals.container
 

Classes in org.ow2.petals.container that implement ContainerService
 class ContainerServiceImpl
          This ContainerServiceImpl implementation allow to create and handle JBI containers.
 

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

Fields in org.ow2.petals.container.lifecycle declared as ContainerService
protected  ContainerService Installer.container
          Container :: Container Service
 

Uses of ContainerService in org.ow2.petals.jbi.management.deployment
 

Fields in org.ow2.petals.jbi.management.deployment declared as ContainerService
protected  ContainerService DeploymentServiceImpl.container
          Container :: Container Service
 

Uses of ContainerService in org.ow2.petals.jbi.management.installation
 

Fields in org.ow2.petals.jbi.management.installation declared as ContainerService
protected  ContainerService InstallationServiceImpl.container
          Container :: Container Service.
 

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

Fields in org.ow2.petals.jbi.management.recovery declared as ContainerService
protected  ContainerService SystemRecoveryServiceImpl.container
          Container :: Container Service.
 

Uses of ContainerService in org.ow2.petals.jbi.management.task.deployment
 

Constructors in org.ow2.petals.jbi.management.task.deployment with parameters of type ContainerService
DeploymentTaskFactory(EndpointRegistry EndpointRegistry, DeploymentServiceImpl deploymentService, SystemStateService systemStateService, RepositoryService repositoryService, org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService, java.lang.String petalsInstallDirectory)
           
 

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

Fields in org.ow2.petals.jbi.management.task.deployment.deploy declared as ContainerService
protected  ContainerService RegisterSALifeCycleTask.containerService
           
 

Constructors in org.ow2.petals.jbi.management.task.deployment.deploy with parameters of type ContainerService
RegisterSALifeCycleTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
 

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

Fields in org.ow2.petals.jbi.management.task.deployment.undeploy declared as ContainerService
protected  ContainerService UnregisterSALifeCycleTask.containerService
          JBI Container :: Fractal container manager
 

Constructors in org.ow2.petals.jbi.management.task.deployment.undeploy with parameters of type ContainerService
UnregisterSALifeCycleTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
 

Uses of ContainerService in org.ow2.petals.jbi.management.task.installation
 

Constructors in org.ow2.petals.jbi.management.task.installation with parameters of type ContainerService
InstallationTaskFactory(SystemStateService systemStateService, RepositoryService repositoryService, org.ow2.petals.util.LoggingUtil log, AdminService adminService, RouterService router, ContainerService container, java.lang.String petalsInstallDirectory)
          Creates a new instance of InstallationTaskFactory
 

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

Fields in org.ow2.petals.jbi.management.task.installation.install.component declared as ContainerService
protected  ContainerService CreateAndRegisterInstallerMBeanTask.containerService
           
 

Constructors in org.ow2.petals.jbi.management.task.installation.install.component with parameters of type ContainerService
CreateAndRegisterInstallerMBeanTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService container)
          Creates a new instance of CreateAndRegisterInstallerMBeanTask
 

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

Fields in org.ow2.petals.jbi.management.task.installation.install.sl declared as ContainerService
protected  ContainerService CreateSLClassloaderTask.containerService
          The Petals Container
 

Constructors in org.ow2.petals.jbi.management.task.installation.install.sl with parameters of type ContainerService
CreateSLClassloaderTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.installation.uninstall.component with parameters of type ContainerService
UnregisterInstallerTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
 

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

Fields in org.ow2.petals.jbi.management.task.installation.uninstall.sl declared as ContainerService
protected  ContainerService RemoveSLClassloaderTask.containerService
          The Petals Container
 

Constructors in org.ow2.petals.jbi.management.task.installation.uninstall.sl with parameters of type ContainerService
RemoveSLClassloaderTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
 



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