org.fusesource.web.console.server
Class OsgiUtil

java.lang.Object
  extended by org.fusesource.web.console.server.OsgiUtil

public class OsgiUtil
extends java.lang.Object


Constructor Summary
OsgiUtil()
           
 
Method Summary
 void installBundle(java.lang.String url)
           
 OsgiBundle[] listOsgiBundles()
           
 void startBundle(long id)
           
 void stopBundle(long id)
           
 void unInstallBundle(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiUtil

public OsgiUtil()
         throws AgentServiceException
Throws:
AgentServiceException
Method Detail

listOsgiBundles

public OsgiBundle[] listOsgiBundles()
                             throws AgentServiceException
Throws:
AgentServiceException

installBundle

public void installBundle(java.lang.String url)
                   throws AgentServiceException
Throws:
AgentServiceException

unInstallBundle

public void unInstallBundle(long id)
                     throws AgentServiceException
Throws:
AgentServiceException

startBundle

public void startBundle(long id)
                 throws AgentServiceException
Throws:
AgentServiceException

stopBundle

public void stopBundle(long id)
                throws AgentServiceException
Throws:
AgentServiceException


Copyright © 2009 FuseSource. All Rights Reserved.