org.jboss.osgi.spi.framework
Interface RemoteFramework


public interface RemoteFramework

The supported functionality of a remote OSGi Framework

Since:
04-Mar-2009
Author:
thomas.diesler@jboss.com

Method Summary
 RemoteBundle getBundle(java.lang.String symbolicName)
          Get the installed bundle
 java.util.Set<RemoteBundle> getBundles()
          Get the list of all installed bundles
 

Method Detail

getBundles

java.util.Set<RemoteBundle> getBundles()
Get the list of all installed bundles


getBundle

RemoteBundle getBundle(java.lang.String symbolicName)
Get the installed bundle



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.