Uses of Interface
org.ow2.petals.system.systemstate.SystemStateService

Packages that use SystemStateService
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.management.autoload   
org.ow2.petals.jbi.management.installation   
org.ow2.petals.jbi.management.recovery   
org.ow2.petals.jbi.management.task   
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   
org.ow2.petals.system.systemstate   
 

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

Fields in org.ow2.petals.container.lifecycle declared as SystemStateService
protected  SystemStateService Installer.recoverySrv
          Platform component :: SystemState Service
 

Uses of SystemStateService in org.ow2.petals.jbi.management.autoload
 

Fields in org.ow2.petals.jbi.management.autoload declared as SystemStateService
protected  SystemStateService AutoLoaderServiceImpl.systemStateService
           
 

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

Fields in org.ow2.petals.jbi.management.installation declared as SystemStateService
protected  SystemStateService InstallationServiceImpl.systemStateService
          Platform :: SystemState Service.
 

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

Fields in org.ow2.petals.jbi.management.recovery declared as SystemStateService
protected  SystemStateService SystemRecoveryServiceImpl.systemStateService
          Platform :: SystemState Service.
 

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

Fields in org.ow2.petals.jbi.management.task declared as SystemStateService
protected  SystemStateService AbstractCreateStateHolderTask.systemStateService
          JBI Container :: Recovery Service
 

Constructors in org.ow2.petals.jbi.management.task with parameters of type SystemStateService
AbstractCreateStateHolderTask(org.ow2.petals.util.LoggingUtil log, SystemStateService systemStateSrv, java.lang.String petalsInstallDirectory)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.deployment with parameters of type SystemStateService
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 SystemStateService in org.ow2.petals.jbi.management.task.deployment.deploy
 

Fields in org.ow2.petals.jbi.management.task.deployment.deploy declared as SystemStateService
protected  SystemStateService SACheckPackageTask.systemStateService
           
 

Constructors in org.ow2.petals.jbi.management.task.deployment.deploy with parameters of type SystemStateService
CreateSAStateHolderTask(org.ow2.petals.util.LoggingUtil log, SystemStateService systemStateService, java.lang.String petalsInstallDirectory)
           
SACheckPackageTask(org.ow2.petals.util.LoggingUtil log, SystemStateService systemStateService, AdminService adminService)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.deployment.undeploy with parameters of type SystemStateService
RemoveSAStateHolderTask(org.ow2.petals.util.LoggingUtil log, SystemStateService recoveryService)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.installation with parameters of type SystemStateService
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 SystemStateService in org.ow2.petals.jbi.management.task.installation.install.component
 

Constructors in org.ow2.petals.jbi.management.task.installation.install.component with parameters of type SystemStateService
CreateComponentStateHolderTask(org.ow2.petals.util.LoggingUtil log, SystemStateService systemStateService, java.lang.String petalsInstallDirectory)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.installation.install.sl with parameters of type SystemStateService
CreateSLStateHolderTask(org.ow2.petals.util.LoggingUtil log, SystemStateService systemStateService, java.lang.String petalsInstallDirectory)
           
 

Uses of SystemStateService 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 SystemStateService
RemoveComponentStateHolderTask(org.ow2.petals.util.LoggingUtil log, SystemStateService systemStateService)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.installation.uninstall.sl with parameters of type SystemStateService
RemoveSLStateHolderTask(org.ow2.petals.util.LoggingUtil log, SystemStateService recoveryService)
           
 

Uses of SystemStateService in org.ow2.petals.system.systemstate
 

Classes in org.ow2.petals.system.systemstate that implement SystemStateService
 class SystemStateServiceImpl
          Creates and reads state files for components, shared libs and service assemblies.
 



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