Uses of Interface
org.ow2.petals.system.repository.RepositoryService

Packages that use RepositoryService
org.ow2.petals.container.lifecycle   
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.jbi.management.util   
org.ow2.petals.system.repository   
 

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

Fields in org.ow2.petals.container.lifecycle declared as RepositoryService
protected  RepositoryService Installer.repositoryService
          Platform :: Repository Service
 

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

Fields in org.ow2.petals.jbi.management.installation declared as RepositoryService
protected  RepositoryService InstallationServiceImpl.repositoryService
          Platform :: Repository Service.
 

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

Fields in org.ow2.petals.jbi.management.recovery declared as RepositoryService
protected  RepositoryService SystemRecoveryServiceImpl.repositoryService
          Platform :: Repository Service.
 

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

Fields in org.ow2.petals.jbi.management.task declared as RepositoryService
protected  RepositoryService AbstractCopyPackageToRepositoryTask.repositoryService
          Platform Component :: Repository Service
 

Constructors in org.ow2.petals.jbi.management.task with parameters of type RepositoryService
AbstractCopyPackageToRepositoryTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositoryService)
           
 

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

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

Fields in org.ow2.petals.jbi.management.task.deployment.deploy declared as RepositoryService
protected  RepositoryService RetrieveSAAndSUInstallRootsTask.repositoryService
          Platform Component :: Repository Service
protected  RepositoryService ExtractSUsTask.repositoryService
          Platform Component :: Repository Service
 

Constructors in org.ow2.petals.jbi.management.task.deployment.deploy with parameters of type RepositoryService
CreateSARepositoryTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositorySrv)
           
ExtractSUsTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositoryService)
           
RenameSUsTask(RepositoryService repositoryService, org.ow2.petals.util.LoggingUtil log)
           
RetrieveSAAndSUInstallRootsTask(RepositoryService repositoryService)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.deployment.undeploy with parameters of type RepositoryService
RemoveSADirectoryTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositoryService)
           
 

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

Constructors in org.ow2.petals.jbi.management.task.installation with parameters of type RepositoryService
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 RepositoryService 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 RepositoryService
CreateComponentRepositoryTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositorySrv)
           
 

Uses of RepositoryService 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 RepositoryService
CreateSLRepositoryTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositorySrv)
           
 

Uses of RepositoryService 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 RepositoryService
RemoveComponentRepositoryTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositoryService)
           
 

Uses of RepositoryService 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 RepositoryService
RemoveSLRepositoryTask(org.ow2.petals.util.LoggingUtil log, RepositoryService repositoryService)
           
 

Uses of RepositoryService in org.ow2.petals.jbi.management.util
 

Methods in org.ow2.petals.jbi.management.util with parameters of type RepositoryService
static org.ow2.petals.jbi.descriptor.original.generated.Jbi PackageHelper.loadDescriptor(java.lang.String entityName, RepositoryServiceImpl.EntityType entityType, RepositoryService repositoryService)
          Load the JBI descriptor from the repository folder of the given entity (component, shared libraries or service assembly).
 

Uses of RepositoryService in org.ow2.petals.system.repository
 

Classes in org.ow2.petals.system.repository that implement RepositoryService
 class RepositoryServiceImpl
          Platform Component Repository service implementation.
 



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