Uses of Interface
org.apache.servicemix.jbi.deployer.AdminCommandsService

Packages that use AdminCommandsService
org.apache.servicemix.jbi.deployer.impl OSGi deployer implementation for JBI artifacts. 
org.apache.servicemix.jbi.deployer.task   
 

Uses of AdminCommandsService in org.apache.servicemix.jbi.deployer.impl
 

Classes in org.apache.servicemix.jbi.deployer.impl that implement AdminCommandsService
 class AdminCommandsImpl
           
 

Uses of AdminCommandsService in org.apache.servicemix.jbi.deployer.task
 

Methods in org.apache.servicemix.jbi.deployer.task that return AdminCommandsService
 AdminCommandsService JbiTask.getAdminCommandsService()
          Get the AdminCommandsService
 

Methods in org.apache.servicemix.jbi.deployer.task with parameters of type AdminCommandsService
 void UninstallSharedLibraryTask.doExecute(AdminCommandsService acs)
          execute the task
 void UninstallComponentTask.doExecute(AdminCommandsService acs)
          execute the task
 void UndeployServiceAssemblyTask.doExecute(AdminCommandsService acs)
          execute the task
 void StopServiceAssemblyTask.doExecute(AdminCommandsService acs)
          execute the task
 void StopComponentTask.doExecute(AdminCommandsService acs)
          execute the task
 void StartServiceAssemblyTask.doExecute(AdminCommandsService acs)
          execute the task
 void StartComponentTask.doExecute(AdminCommandsService acs)
          execute the task
 void ShutDownServiceAssemblyTask.doExecute(AdminCommandsService acs)
          execute the task
 void ShutDownComponentTask.doExecute(AdminCommandsService acs)
          execute the task
 void ListSharedLibrariesTask.doExecute(AdminCommandsService acs)
          execute the task
 void ListServiceEnginesTask.doExecute(AdminCommandsService acs)
          execute the task
 void ListServiceAssembliesTask.doExecute(AdminCommandsService acs)
          execute the task
 void ListBindingComponentsTask.doExecute(AdminCommandsService acs)
          execute the task
protected abstract  void JbiTask.doExecute(AdminCommandsService acs)
           
 void InstallSharedLibraryTask.doExecute(AdminCommandsService acs)
          execute the task
 void InstallComponentTask.doExecute(AdminCommandsService acs)
          execute the task
 void DeployServiceAssemblyTask.doExecute(AdminCommandsService acs)
          execute the task
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.