Uses of Interface
org.ow2.petals.jbi.management.admin.AdminService

Packages that use AdminService
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.management.admin   
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 AdminService in org.ow2.petals.container.lifecycle
 

Fields in org.ow2.petals.container.lifecycle declared as AdminService
protected  AdminService ComponentLifeCycle.adminService
          JBI-Management Component :: Admin Service
protected  AdminService Installer.adminService
          JBI-Management :: Admin Service
 

Methods in org.ow2.petals.container.lifecycle that return AdminService
 AdminService Installer.getAdminService()
           
 AdminService ComponentContextCommunication.getAdminService()
          Get the Admin service.
 

Constructors in org.ow2.petals.container.lifecycle with parameters of type AdminService
ServiceUnitLifeCycle(org.ow2.petals.jbi.descriptor.original.generated.ServiceUnit serviceUnit, java.lang.String serviceUnitRootPath, AdminService adminService)
           
 

Uses of AdminService in org.ow2.petals.jbi.management.admin
 

Classes in org.ow2.petals.jbi.management.admin that implement AdminService
 class AdminServiceImpl
          TODO AdminServiceImpl : check the exceptions catch
 

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

Fields in org.ow2.petals.jbi.management.installation declared as AdminService
protected  AdminService InstallationServiceImpl.adminService
          Communication :: JMX Agent Admin.
 

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

Fields in org.ow2.petals.jbi.management.recovery declared as AdminService
protected  AdminService SystemRecoveryServiceImpl.adminService
          Communication :: JMX Agent Admin.
 

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

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

Fields in org.ow2.petals.jbi.management.task.deployment.deploy declared as AdminService
protected  AdminService SACheckPackageTask.adminService
           
protected  AdminService DeploySUToComponentTask.adminService
          JBI Container :: JMX Agent Admin
protected  AdminService CreateAndRegisterSULifeCycleTask.adminService
          JBI Container :: JMX Agent Admin
protected  AdminService RegisterSALifeCycleTask.adminService
          JBI Container :: JMX Agent Admin
 

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

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

Fields in org.ow2.petals.jbi.management.task.deployment.undeploy declared as AdminService
protected  AdminService RetrieveSALifeCycleTask.adminService
          JBI Container :: JMX Agent Admin
protected  AdminService UnregisterSALifeCycleTask.adminService
          JBI Container :: JMX Agent Admin
protected  AdminService UndeployAllSUsTask.adminService
          JBI Container :: JMX Agent Admin
 

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

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

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

Fields in org.ow2.petals.jbi.management.task.installation.install.component declared as AdminService
protected  AdminService ComponentCheckPackageTask.adminService
           
 

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

Uses of AdminService 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 AdminService
CreateSLClassloaderTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
SLCheckPackageTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService)
           
 

Uses of AdminService 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 AdminService
UnregisterComponentFromSLTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService)
           
UnregisterInstallerTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
 

Uses of AdminService 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 AdminService
RemoveSLClassloaderTask(org.ow2.petals.util.LoggingUtil log, AdminService adminService, ContainerService containerService)
           
 



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