- FRAMEWORK_ACTIVATOR - Static variable in interface org.jboss.osgi.framework.Services
-
The service name to use as a dependency to activate the Framework
- FRAMEWORK_ACTIVE - Static variable in interface org.jboss.osgi.framework.Services
-
The service name for the started Framework
- FRAMEWORK_BASE_NAME - Static variable in interface org.jboss.osgi.framework.Services
-
The base name of all framework services
- FRAMEWORK_CREATE - Static variable in interface org.jboss.osgi.framework.Services
-
The service name for the created Framework
- FRAMEWORK_INIT - Static variable in interface org.jboss.osgi.framework.Services
-
The service name for the initialized Framework
- FRAMEWORK_MODULE_PROVIDER - Static variable in interface org.jboss.osgi.framework.Services
-
- FrameworkActive - Class in org.jboss.osgi.framework.internal
-
A service that represents the ACTIVE state of the Framework
.
- FrameworkBuilder - Class in org.jboss.osgi.framework.internal
-
A builder for the Framework
implementation.
- FrameworkBuilder(Map<String, Object>) - Constructor for class org.jboss.osgi.framework.internal.FrameworkBuilder
-
- FrameworkCreate - Class in org.jboss.osgi.framework.internal
-
A service that represents the CREATED state of the Framework
.
- FrameworkFactoryImpl - Class in org.jboss.osgi.framework.internal
-
An impementation of an OSGi FrameworkFactory
- FrameworkFactoryImpl() - Constructor for class org.jboss.osgi.framework.internal.FrameworkFactoryImpl
-
- FrameworkInit - Class in org.jboss.osgi.framework.internal
-
A service that represents the INIT state of the Framework
.
- FrameworkModuleProvider - Interface in org.jboss.osgi.framework
-
The framework module provider.
- FutureServiceValue<T> - Class in org.jboss.osgi.framework
-
A Future that waits for the given service to come up and returns it's value.
- FutureServiceValue(ServiceController<T>) - Constructor for class org.jboss.osgi.framework.FutureServiceValue
-