A B C E F G H I L O R S T U 

A

AbstractRuntimePlugin - Class in org.jboss.gravia.runtime.embedded.spi
An abstract RuntimePlugin
AbstractRuntimePlugin() - Constructor for class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
adapt(Class<A>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
addBundleListener(BundleListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
addFrameworkListener(FrameworkListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
addServiceListener(ServiceListener, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
addServiceListener(ServiceListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 

B

BundleAdaptor - Class in org.jboss.gravia.runtime.embedded.spi
Bundle implementation that delegates all functionality to the underlying Module.
BundleAdaptor(Module) - Constructor for class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
BundleContextAdaptor - Class in org.jboss.gravia.runtime.embedded.spi
Bundle implementation that delegates all functionality to the underlying Module.
BundleContextAdaptor(ModuleContext) - Constructor for class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 

C

compareTo(Bundle) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
createFilter(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
createRuntime(PropertiesProvider) - Method in class org.jboss.gravia.runtime.embedded.spi.EmbeddedRuntimeFactory
 

E

EmbeddedRuntimeFactory - Class in org.jboss.gravia.runtime.embedded.spi
The factory for the Embedded Runtime.
EmbeddedRuntimeFactory() - Constructor for class org.jboss.gravia.runtime.embedded.spi.EmbeddedRuntimeFactory
 

F

findEntries(String, String, boolean) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 

G

getAllServiceReferences(String, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getBundle() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getBundle(long) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getBundle(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getBundleActivator() - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
getBundleContext() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getBundleId() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getBundles() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getDataFile(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getDataFile(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getEntry(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getEntryPaths(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getHeaders() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getHeaders(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getLastModified() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getLocation() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getProperty(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getRegisteredServices() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getResource(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getResources(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getService(ServiceReference<S>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReference(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReference(Class<S>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReferences(String, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReferences(Class<S>, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServicesInUse() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getSignerCertificates(int) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getState() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getSymbolicName() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getVersion() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 

H

hasPermission(Object) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 

I

installBundle(String, InputStream) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
installBundle(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
installPluginModule(Runtime, ClassLoader) - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 

L

loadClass(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 

O

org.jboss.gravia.runtime.embedded.spi - package org.jboss.gravia.runtime.embedded.spi
 

R

registerService(String[], Object, Dictionary<String, ?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
registerService(String, Object, Dictionary<String, ?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
registerService(Class<S>, S, Dictionary<String, ?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
removeBundleListener(BundleListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
removeFrameworkListener(FrameworkListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
removeServiceListener(ServiceListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 

S

start(ModuleContext) - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
start(int) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
start() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
stop(ModuleContext) - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
stop(int) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
stop() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 

T

toString() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
toString() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 

U

ungetService(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
uninstall() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
update(InputStream) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
update() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
A B C E F G H I L O R S T U 

Copyright © 2014 JBoss by Red Hat. All rights reserved.