Uses of Class
org.fusesource.web.console.client.common.AgentServiceException

Packages that use AgentServiceException
org.fusesource.web.console.client.common   
org.fusesource.web.console.server   
 

Uses of AgentServiceException in org.fusesource.web.console.client.common
 

Methods in org.fusesource.web.console.client.common that throw AgentServiceException
 void AgentService.installOsgiBundle(java.lang.String url)
           
 OsgiBundle[] AgentService.listOsgiBundle()
           
 void AgentService.startOsgiBundle(long id)
           
 void AgentService.stopOsgiBundle(long id)
           
 void AgentService.uninstallOsgiBundle(long id)
           
 

Uses of AgentServiceException in org.fusesource.web.console.server
 

Methods in org.fusesource.web.console.server that throw AgentServiceException
 void OsgiUtil.installBundle(java.lang.String url)
           
 void LocalAgentServiceImpl.installOsgiBundle(java.lang.String url)
           
 void AgentServiceImpl.installOsgiBundle(java.lang.String url)
           
 OsgiBundle[] LocalAgentServiceImpl.listOsgiBundle()
           
 OsgiBundle[] AgentServiceImpl.listOsgiBundle()
           
 OsgiBundle[] OsgiUtil.listOsgiBundles()
           
 void OsgiUtil.startBundle(long id)
           
 void LocalAgentServiceImpl.startOsgiBundle(long id)
           
 void AgentServiceImpl.startOsgiBundle(long id)
           
 void OsgiUtil.stopBundle(long id)
           
 void LocalAgentServiceImpl.stopOsgiBundle(long id)
           
 void AgentServiceImpl.stopOsgiBundle(long id)
           
 void OsgiUtil.unInstallBundle(long id)
           
 void LocalAgentServiceImpl.uninstallOsgiBundle(long id)
           
 void AgentServiceImpl.uninstallOsgiBundle(long id)
           
 

Constructors in org.fusesource.web.console.server that throw AgentServiceException
OsgiUtil()
           
 



Copyright © 2009 FuseSource. All Rights Reserved.