Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #OSGI - 1370 results found.
NameDescriptionTypePackageFramework
AbstractURLStreamHandlerServiceAbstract implementation of the URLStreamHandlerService interface.Classorg.osgi.service.urlOSGI
AbstractWiringNamespaceWiring Capability and Requirement Namespaces base class.Classorg.osgi.framework.namespaceOSGI
AclAcl is an immutable class representing structured access to DMT ACLs.Classorg.osgi.service.dmtOSGI
ActivateIdentify the annotated method as the activate method of a Service The annotated method is the activate method of the Component.Classorg.osgi.service.component.annotationsOSGI
AD This class contains get and parse methods for operations related to constructing AttributeDefinition.Classorg.knopflerfish.util.metatypeOSGI
AdaptPermissionA bundle's authority to adapt an object to a type.Classorg.osgi.frameworkOSGI
AdminPermissionA bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle.Classorg.osgi.frameworkOSGI
AEConstructor SummaryAE(java.Classorg.knopflerfish.util.metatypeOSGI
AlertItemImmutable data structure carried in an alert (client initiated notification).Classorg.osgi.service.dmt.notificationOSGI
AlertPermissionIndicates the callers authority to send alerts to management servers, identified by their principal names.Classorg.osgi.service.dmt.securityOSGI
AliasThis class contains aliases for system properties.Classorg.knopflerfish.util.frameworkOSGI
AllServiceListenerA ServiceEvent listener that does not filter based upon package wiring.Interfaceorg.osgi.frameworkOSGI
ApplicationAdminPermissionThis class implements permissions for manipulating applications and their ApplicationAdminPermission can be targeted to applications that matches theClassorg.osgi.service.applicationOSGI
ApplicationContextApplicationContext is the access point for an OSGi-aware application to the features of the OSGi Service Platform.Interfaceorg.osgi.applicationOSGI
ApplicationDescriptorAn OSGi service that represents an installed application and stores information about it.Classorg.osgi.service.applicationOSGI
ApplicationExceptionThis exception is used to indicate problems related to application lifecycle ApplicationException object is created by the Application Admin toClassorg.osgi.service.applicationOSGI
ApplicationHandleApplicationHandle is an OSGi service interface which represents an instance of an application.Classorg.osgi.service.applicationOSGI
ApplicationServiceEventAn event from the Framework describing a service lifecycle change.Classorg.osgi.applicationOSGI
ApplicationServiceListenerAn ApplicationServiceEvent listener.Interfaceorg.osgi.applicationOSGI
AttributeDefinitionAn interface to describe an attribute.Interfaceorg.osgi.service.metatypeOSGI
AuthorizationThe Authorization interface encapsulates an authorization context on which bundles can base authorization decisions, where appropriate.Interfaceorg.osgi.service.useradminOSGI
BackEndControlService that can be used to load the user admin with contents from a back end system, save the user admin's current contents to the back end system and getInterfaceorg.knopflerfish.service.um.useradminOSGI
BackEndExceptionBackEndException is the base class for exceptions thrown from BackEndControl.Classorg.knopflerfish.service.um.useradminOSGI
BackingStoreExceptionThrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.Classorg.osgi.service.prefsOSGI
Base64Classorg.knopflerfish.utilOSGI
BasicEnvelopeBasicEnvelope is an implementation of the Envelope interfaceAuthor:$Id: e7f7111ce0f9259810300c2004ab0013bcb0163a $ImmutableClassorg.osgi.service.wireadminOSGI
BasicRequirementClassorg.knopflerfish.service.repositorymanagerOSGI
BeanArgumentMetadata for a factory method or constructor argument of a bean.Interfaceorg.osgi.service.blueprint.reflectOSGI
BeanMetadataMetadata for a Bean component.Interfaceorg.osgi.service.blueprint.reflectOSGI
BeanPropertyMetadata for a property to be injected into a bean.Interfaceorg.osgi.service.blueprint.reflectOSGI
BlueprintContainerA Blueprint Container represents the managed state of a Blueprint bundle.Interfaceorg.osgi.service.blueprint.containerOSGI
BlueprintEvent BlueprintEvent objects are delivered to all registered BlueprintListener services.Classorg.osgi.service.blueprint.containerOSGI
BlueprintListenerA BlueprintEvent Listener.Interfaceorg.osgi.service.blueprint.containerOSGI
BuilderA container for attributes and directives under a certain namespace.Classorg.osgi.service.indexerOSGI
Bundle An extension of the Jar task that builds an OSGi bundle.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleAn installed bundle in the Framework.Interfaceorg.osgi.frameworkOSGI
BundleActivatorCustomizes the starting and stopping of a bundle.Interfaceorg.osgi.frameworkOSGI
BundleArchivesA class that analyzes all bundle jar files given by a list of resource collections (file sets).Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleCapabilityA capability that has been declared from a bundleVersion:$Id: 39086f7e6086c2b3d83fbcb976a011cf69483ad8 $ThreadSafeConsumers of this API must not implement this interfaceInterfaceorg.osgi.framework.wiringOSGI
BundleClasspathTaskTask that translates the value of the OSGi specified manifest header Bundle-Classpath into either a file set or patternClassorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleContextA bundle's execution context within the Framework.Interfaceorg.osgi.frameworkOSGI
BundleEventAn event from the Framework describing a bundle lifecycle change.Classorg.osgi.frameworkOSGI
BundleExceptionA Framework exception used to indicate that a bundle lifecycle problem A BundleException object is created by the Framework to denote anClassorg.osgi.frameworkOSGI
BundleFilterInterfaceorg.knopflerfish.service.desktopOSGI
BundleHTMLExtractorTaskTask that analyzes a set of bundle jar files and builds HTML documentation from these bundles.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleInfoRepresents a bundle in the array given back by the DeploymentPackage.Interfaceorg.osgi.service.deploymentadminOSGI
BundleInfoTaskTask that analyzes sets of class files and jar files that will be the contents of some bundle.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleJavadocHelperTaskTask that helps building arguments to javadoc.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleListenerA BundleEvent listener.Interfaceorg.osgi.frameworkOSGI
BundleLocationConditionCondition to test if the location of a bundle matches or does not match a pattern.Classorg.osgi.service.condpermadminOSGI
BundleLocatorDetermines a sub-set of bundles from a given file set.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleManifestTaskExtension of the standard Manifest task.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleMetaTypeResourceFields inherited from interface org.Classorg.knopflerfish.util.metatypeOSGI
BundleMvnAntTaskTask that analyzes a set of bundle jar files and builds an ant build file that can deploy those jar files to a Maven 2 repository.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleNamespaceBundle Capability and Requirement Namespace.Classorg.osgi.framework.namespaceOSGI
BundlePackagesInfoClass that holds the results of the Java package analysis of all classes in a bundle.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
BundlePermissionA bundle's authority to require or provide a bundle or to receive or attach A bundle symbolic name defines a unique fully qualified name.Classorg.osgi.frameworkOSGI
BundleReferenceA reference to a Bundle.Interfaceorg.osgi.frameworkOSGI
BundleRequirementA requirement that has been declared from a bundleVersion:$Id: 212ffb64f724d982db86ff7e49ed64ea530e670a $ThreadSafeConsumers of this API must not implement this interfaceInterfaceorg.osgi.framework.wiringOSGI
BundleRevisionBundle Revision.Interfaceorg.osgi.framework.wiringOSGI
BundleRevisionsThe bundle revisions of a bundle.Interfaceorg.osgi.framework.wiringOSGI
BundleSelectionListenerCallback listener for changes in BundleSelectionModel.Interfaceorg.knopflerfish.service.desktopOSGI
BundleSelectionModelModel describing which bundles are selected.Interfaceorg.knopflerfish.service.desktopOSGI
BundleSignerConditionCondition to test if the signer of a bundle matches or does not match a pattern.Classorg.osgi.service.condpermadminOSGI
BundleStartLevelQuery and modify the start level information for a bundle.Interfaceorg.osgi.framework.startlevelOSGI
BundleTrackerThe BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.Classorg.osgi.util.trackerOSGI
BundleTrackerCustomizerThe BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that are tracked.Interfaceorg.osgi.util.trackerOSGI
BundleUserDocNavigateTask This task is used when building bundle user documentation for a Knopflerfish release, it builds the navigation frame listingClassorg.knopflerfish.ant.taskdefs.bundleOSGI
BundleWireA wire connecting a BundleCapability to a BundleRequirement.Interfaceorg.osgi.framework.wiringOSGI
BundleWiringA wiring for a bundle.Interfaceorg.osgi.framework.wiringOSGI
ByteArrayA converter class used to read primitive datatypes from, or write them to, a bytearray, starting at position index.Classorg.knopflerfish.utilOSGI
ByteFormatterTaskSets a property to a formatted value in ki, Mi, Gi, Ti, Pi, Ei, Zi and Yi with an optional unit.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
CachedObjectAn object with a timeout.Classorg.knopflerfish.utilOSGI
CacheMapTimeout version of a HashMap.Classorg.knopflerfish.utilOSGI
CapabilityA capability that has been declared from a Resource.Interfaceorg.osgi.resourceOSGI
CapabilityClassorg.osgi.service.indexerOSGI
CapabilityPermissionA bundle's authority to provide or require a capability.Classorg.osgi.frameworkOSGI
ClassAnalyserASMVisitor implementation that populates a BundlePackagesInfo object with data about the given class.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
ClassLoaderUtilUtility class for handling common class loading cases, like wrapping external libraries in the correct context class loader.Classorg.knopflerfish.utilOSGI
CMDataReaderClassorg.knopflerfish.shared.cmOSGI
CMDataWriterClassorg.knopflerfish.shared.cmOSGI
CollectionMetadataMetadata for a collection based value.Interfaceorg.osgi.service.blueprint.reflectOSGI
CollisionHookOSGi Framework Bundle Collision Hook Service.Interfaceorg.osgi.framework.hooks.bundleOSGI
CommandGroupInterface for a command group service.Interfaceorg.knopflerfish.service.consoleOSGI
CommandGroupAdapterAdapter class for CommandGroup.Classorg.knopflerfish.service.consoleOSGI
CommandProcessorA Command Processor is a service that is registered by a script engine that can execute commands.Interfaceorg.osgi.service.commandOSGI
CommandSessionA Command Session holds the executable state of a script engine as well as the keyboard and console streams.Interfaceorg.osgi.service.commandOSGI
CommDriverInterfacegnu.ioOSGI
CommPortClassgnu.ioOSGI
CommPortIdentifierClassgnu.ioOSGI
CommPortOwnershipListenerInterfacegnu.ioOSGI
CompareClassorg.knopflerfish.utilOSGI
CompareFuncLike the 1.Interfaceorg.knopflerfish.util.sortOSGI
ComponentThe Component interface represents a single component managed by the Service Component Runtime.Interfaceorg.apache.felix.scrOSGI
ComponentIdentify the annotated class as a Service Component.Classorg.osgi.service.component.annotationsOSGI
ComponentConstantsDefines standard names for Service Component constants.Interfaceorg.osgi.service.componentOSGI
ComponentContextA Component Context object is used by a component instance to interact with its execution context including locating services by reference name.Interfaceorg.osgi.service.componentOSGI
ComponentDefinitionExceptionA Blueprint exception indicating that a component definition is in error.Classorg.osgi.service.blueprint.containerOSGI
ComponentExceptionUnchecked exception which may be thrown by the Service Component Runtime.Classorg.osgi.service.componentOSGI
ComponentFactoryWhen a component is declared with the factory attribute on its component element, the Service Component Runtime will register aInterfaceorg.osgi.service.componentOSGI
ComponentInstanceA ComponentInstance encapsulates a component instance of an activated component configuration.Interfaceorg.osgi.service.componentOSGI
ComponentMetadataMetadata for managed components.Interfaceorg.osgi.service.blueprint.reflectOSGI
ConditionThis interface represents a Condition that is managed by a A Condition may have a filter associated with it.Interfaceorg.knopflerfish.service.um.useradminOSGI
ConditionThe interface implemented by a Condition.Interfaceorg.osgi.service.condpermadminOSGI
ConditionalPermissionAdminFramework service to administer Conditional Permissions.Interfaceorg.osgi.service.condpermadminOSGI
ConditionalPermissionInfoA list of Permissions guarded by a list of conditions with an access decision.Interfaceorg.osgi.service.condpermadminOSGI
ConditionalPermissionUpdateUpdate the Conditional Permission Table.Interfaceorg.osgi.service.condpermadminOSGI
ConditionInfoCondition representation used by the Conditional Permission Admin service.Classorg.osgi.service.condpermadminOSGI
ConfigurableSupports a configuration object.Interfaceorg.osgi.frameworkOSGI
ConfigurationThe configuration information for a ManagedService or ManagedServiceFactory object.Interfaceorg.osgi.service.cmOSGI
ConfigurationAdminService for administering configuration data.Interfaceorg.osgi.service.cmOSGI
ConfigurationEventA Configuration Event.Classorg.osgi.service.cmOSGI
ConfigurationExceptionAn Exception class to inform the Configuration Admin service of problems with configuration data.Classorg.osgi.service.cmOSGI
ConfigurationListenerListener for Configuration Events.Interfaceorg.osgi.service.cmOSGI
ConfigurationPermissionIndicates a bundle's authority to configure bundles or be updated by Configuration Admin.Classorg.osgi.service.cmOSGI
ConfigurationPluginA service interface for processing configuration dictionary before the A bundle registers a ConfigurationPlugin object in order to processInterfaceorg.osgi.service.cmOSGI
ConfigurationPolicyenum ConfigurationPolicyextends java.Classorg.osgi.service.component.annotationsOSGI
ConnectionFactoryA Connection Factory service is called by the implementation of the Connector Service to create javax.Interfaceorg.osgi.service.ioOSGI
ConnectorServiceThe Connector Service should be called to create and open javax.Interfaceorg.osgi.service.ioOSGI
ConsoleServiceConsole service for OSG platforms.Interfaceorg.knopflerfish.service.consoleOSGI
ConstantsDefines standard names for the OSGi environment system properties, service properties, and Manifest header attribute keys.Interfaceorg.osgi.frameworkOSGI
ConstantsThis interface defines standard names for property keys associated with Device and Driver services.Interfaceorg.osgi.service.deviceOSGI
ConsumerData Consumer, a service that can receive udpated values from Service objects registered under the Consumer interface are expectedInterfaceorg.osgi.service.wireadminOSGI
ContentNamespaceContent Capability and Requirement Namespace.Classorg.osgi.service.repositoryOSGI
ContextualAuthorizationThis subclass to Authorization adds authentication context to the authorization information.Interfaceorg.knopflerfish.service.um.useradminOSGI
ContractNamespaceContract Capability and Requirement Namespace.Classorg.osgi.namespace.contractOSGI
ConverterType converter to convert an object to a target type.Interfaceorg.osgi.service.blueprint.containerOSGI
ConverterA converter is a service that can help create specific object types from a string, and vice versa.Interfaceorg.osgi.service.commandOSGI
CookieCreates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.Classjavax.servlet.httpOSGI
CoordinationA Coordination object is used to coordinate a number of independent Once a Coordination is created, itInterfaceorg.osgi.service.coordinatorOSGI
CoordinationExceptionUnchecked exception which may be thrown by a Coordinator implementation.Classorg.osgi.service.coordinatorOSGI
CoordinationPermissionA bundle's authority to create or use a Coordination.Classorg.osgi.service.coordinatorOSGI
CoordinatorA Coordinator service coordinates activities between different parties.Interfaceorg.osgi.service.coordinatorOSGI
DataPluginAn implementation of this interface takes the responsibility of handling data requests in a subtree of the DMT.Interfaceorg.osgi.service.dmt.spiOSGI
DeactivateIdentify the annotated method as the deactivate method of a Service The annotated method is the deactivate method of the Component.Classorg.osgi.service.component.annotationsOSGI
DefaultBundleSelectionModelDefault implementation of BundleSelectionModel.Classorg.knopflerfish.service.desktopOSGI
DeploymentAdminThis is the interface of the Deployment Admin service.Interfaceorg.osgi.service.deploymentadminOSGI
DeploymentAdminPermissionDeploymentAdminPermission controls access to the Deployment Admin service.Classorg.osgi.service.deploymentadminOSGI
DeploymentCustomizerPermissionThe DeploymentCustomizerPermission permission gives the right to Resource Processors to access a bundle's (residing in a Deployment Package)Classorg.osgi.service.deploymentadmin.spiOSGI
DeploymentExceptionChecked exception received when something fails during any deployment processes.Classorg.osgi.service.deploymentadminOSGI
DeploymentPackageThe DeploymentPackage object represents a deployment package (already installed or being currently processed).Interfaceorg.osgi.service.deploymentadminOSGI
DeploymentSessionThe session interface represents a currently running deployment session (install/update/uninstall).Interfaceorg.osgi.service.deploymentadmin.spiOSGI
Device Interface for identifying device services.Interfaceorg.osgi.service.deviceOSGI
DictUtility methods for dealing with dictionaries.Classorg.knopflerfish.utilOSGI
DictionaryUtilsSome utility methods for objects that implement Dictionary.Classorg.knopflerfish.shared.cmOSGI
DirDeployerServiceInterfaceorg.knopflerfish.service.dirdeployerOSGI
DmtAdminAn interface providing methods to open sessions and register listeners.Interfaceorg.osgi.service.dmtOSGI
DmtConstantsDefines standard names for DmtAdmin.Classorg.osgi.service.dmtOSGI
DmtDataAn immutable data structure representing the contents of a leaf or interior node.Classorg.osgi.service.dmtOSGI
DmtEventEvent class storing the details of a change in the tree.Interfaceorg.osgi.service.dmtOSGI
DmtEventListenerRegistered implementations of this class are notified via DmtEvent objects about important changes in the tree.Interfaceorg.osgi.service.dmtOSGI
DmtExceptionChecked exception received when a DMT operation fails.Classorg.osgi.service.dmtOSGI
DmtIllegalStateExceptionUnchecked illegal state exception.Classorg.osgi.service.dmtOSGI
DmtPermissionControls access to management objects in the Device Management Tree (DMT).Classorg.osgi.service.dmt.securityOSGI
DmtPrincipalPermissionIndicates the callers authority to create DMT sessions on behalf of a remote management server.Classorg.osgi.service.dmt.securityOSGI
DmtSessionDmtSession provides concurrent access to the DMT.Interfaceorg.osgi.service.dmtOSGI
DocumentThe document consists of some legacy events and a single root element.Classorg.kxml2.kdomOSGI
DriverA Driver service object must be registered by each Driver bundle wishing to attach to Device services provided by other drivers.Interfaceorg.osgi.service.deviceOSGI
DriverLocatorA Driver Locator service can find and load device driver bundles given a property set.Interfaceorg.osgi.service.deviceOSGI
DriverSelectorWhen the device manager detects a new Device service, it calls all registered Driver services to determine if anyone matches the Device service.Interfaceorg.osgi.service.deviceOSGI
ElementIn order to create an element, please use the createElement method instead of invoking the constructor directly.Classorg.kxml2.kdomOSGI
EndpointDescriptionA description of an endpoint that provides sufficient information for a compatible distribution provider to create a connection to this endpointClassorg.osgi.service.remoteserviceadminOSGI
EndpointListenerA white board service that represents a listener for endpoints.Interfaceorg.osgi.service.remoteserviceadminOSGI
EndpointPermissionA bundle's authority to export, import or read an Endpoint.Classorg.osgi.service.remoteserviceadminOSGI
EnvelopeIdentifies a contained value.Interfaceorg.osgi.service.wireadminOSGI
Event Event objects are delivered to EventHandler services which subscribe to the topic of the event.Classorg.osgi.service.eventOSGI
EventAdminThe Event Admin service.Interfaceorg.osgi.service.eventOSGI
EventConstantsEvent property names used in Event Admin events published by a Blueprint Each type of event is sent to a different topic:Classorg.osgi.service.blueprint.containerOSGI
EventConstantsDefines standard names for EventHandler properties.Interfaceorg.osgi.service.eventOSGI
EventHandlerListener for Events.Interfaceorg.osgi.service.eventOSGI
EventHookOSGi Framework Bundle Event Hook Service.Interfaceorg.osgi.framework.hooks.bundleOSGI
EventHookOSGi Framework Service Event Hook Service.Interfaceorg.osgi.framework.hooks.serviceOSGI
EventListenerHookOSGi Framework Service Event Listener Hook Service.Interfaceorg.osgi.framework.hooks.serviceOSGI
EventPropertiesThe properties for an Event.Classorg.osgi.service.eventOSGI
ExecPluginAn implementation of this interface takes the responsibility of handling node execute requests requests in a subtree of the DMT.Interfaceorg.osgi.service.dmt.spiOSGI
ExecutableBundleActivatorClassorg.knopflerfish.util.frameworkOSGI
ExecutionEnvironmentNamespaceExecution Environment Capability and Requirement Namespace.Classorg.osgi.framework.namespaceOSGI
ExportedPackageAn exported package.Interfaceorg.osgi.service.packageadminOSGI
ExportReferenceAn Export Reference associates a service with a local endpoint.Interfaceorg.osgi.service.remoteserviceadminOSGI
ExportRegistrationAn Export Registration associates a service to a local endpoint.Interfaceorg.osgi.service.remoteserviceadminOSGI
ExtenderNamespace This class defines the names for the attributes and directives for this namespace.Classorg.osgi.namespace.extenderOSGI
FileUtilClassorg.knopflerfish.ant.taskdefs.bundleOSGI
FilterA filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.Interfacejavax.servletOSGI
FilterAn RFC 1960-based Filter.Interfaceorg.osgi.frameworkOSGI
FilterChainA FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.Interfacejavax.servletOSGI
FilterConfigA filter configuration object used by a servlet container to pass information to a filter during initialization.Interfacejavax.servletOSGI
FindHookOSGi Framework Bundle Context Hook Service.Interfaceorg.osgi.framework.hooks.bundleOSGI
FindHookOSGi Framework Service Find Hook Service.Interfaceorg.osgi.framework.hooks.serviceOSGI
FrameworkUsing this class, OSGi-aware applications can obtain their ApplicationContext.Classorg.osgi.applicationOSGI
FrameworkA Framework instance.Interfaceorg.osgi.framework.launchOSGI
FrameworkEventA general event from the Framework.Classorg.osgi.frameworkOSGI
FrameworkFactoryA factory for creating Framework instances.Interfaceorg.osgi.framework.launchOSGI
FrameworkListenerA FrameworkEvent listener.Interfaceorg.osgi.frameworkOSGI
FrameworkStartLevelQuery and modify the start level information for the framework.Interfaceorg.osgi.framework.startlevelOSGI
FrameworkUtilFramework Utility class.Classorg.osgi.frameworkOSGI
FrameworkWiringQuery and modify wiring information for the framework.Interfaceorg.osgi.framework.wiringOSGI
FunctionA Function is a a block of code that can be executed with a set of arguments, it returns the result object of executing the script.Interfaceorg.osgi.service.commandOSGI
GenericServletDefines a generic, protocol-independent servlet.Classjavax.servletOSGI
GroupA named grouping of roles (Role objects).Interfaceorg.osgi.service.useradminOSGI
HostedCapabilityA capability hosted by a resource.Interfaceorg.osgi.service.resolverOSGI
HostNamespaceHost Capability and Requirement Namespace.Classorg.osgi.framework.namespaceOSGI
HtmlFragmentAn Html formated text fragment the the MakeHTMLTask can be When $(name) is found in the document to be generatedClassorg.knopflerfish.ant.taskdefs.bundleOSGI
HttpContextThis interface defines methods that the Http Service may call to get information about a registration.Interfaceorg.osgi.service.httpOSGI
HttpServiceThe Http Service allows other bundles in the OSGi environment to dynamically register resources and servlets into the URI namespace of Http Service.Interfaceorg.osgi.service.httpOSGI
HttpServletProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Classjavax.servlet.httpOSGI
HttpServletRequest to provide request information for HTTP servlets.Interfacejavax.servlet.httpOSGI
HttpServletRequestWrapperProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servlet.httpOSGI
HttpServletResponse functionality in sending a response.Interfacejavax.servlet.httpOSGI
HttpServletResponseWrapperProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servlet.httpOSGI
HttpSessionProvides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.Interfacejavax.servlet.httpOSGI
HttpSessionActivationListenerObjects that are bound to a session may listen to container events notifying them that sessions will be passivated and thatInterfacejavax.servlet.httpOSGI
HttpSessionAttributeListenerThis listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions withinInterfacejavax.servlet.httpOSGI
HttpSessionBindingEventEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or Classjavax.servlet.httpOSGI
HttpSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfacejavax.servlet.httpOSGI
HttpSessionContextInterfacejavax.servlet.httpOSGI
HttpSessionEventThis is the class representing event notifications for changes to sessions within a web application.Classjavax.servlet.httpOSGI
HttpSessionListener list of active sessions in a web application.Interfacejavax.servlet.httpOSGI
HttpUtilsClassjavax.servlet.httpOSGI
I2CPortEventClassgnu.ioOSGI
I2CPortEventListenerInterfacegnu.ioOSGI
IdentityNamespaceIdentity Capability and Requirement Namespace.Classorg.osgi.framework.namespaceOSGI
IdRefMetadataMetadata for the verified id of another component managed by the Blueprint Container.Interfaceorg.osgi.service.blueprint.reflectOSGI
ImportReferenceAn Import Reference associates an active proxy service to a remote endpoint.Interfaceorg.osgi.service.remoteserviceadminOSGI
ImportRegistrationAn Import Registration associates an active proxy service to a remote The Import Registration can be used to delete the proxy associated with anInterfaceorg.osgi.service.remoteserviceadminOSGI
InvalidSyntaxExceptionA Framework exception used to indicate that a filter string has an invalid An InvalidSyntaxException object indicates that a filter stringClassorg.osgi.frameworkOSGI
IPAMValuationServiceMaps input path and auth method to auth, conf and integer levels.Interfaceorg.knopflerfish.service.um.ipamOSGI
JiniDriverA basic interface for a Jini Driver.Interfaceorg.osgi.service.jiniOSGI
JobClassorg.knopflerfish.util.workerthreadOSGI
JUnitServiceInterfaceorg.knopflerfish.service.junitOSGI
KFLegacyMetaTypeParserHelper class which loads (and saves) KF Metatype XML.Classorg.knopflerfish.util.metatypeOSGI
KXmlParserA simple, pull based XML parser.Classorg.kxml2.ioOSGI
KXmlSerializerClassorg.kxml2.ioOSGI
LevelsContainer for the three levels returned by IPAMValuationService.Interfaceorg.knopflerfish.service.um.ipamOSGI
ListenerHookOSGi Framework Service Listener Hook Service.Interfaceorg.osgi.framework.hooks.serviceOSGI
ListsClassorg.knopflerfish.utilOSGI
LoaderHelper class which loads (and saves) KF Metatype XML, as well as the R4 This implementation uses the nanoxml package for KF Metatype XML, and kXMLClassorg.knopflerfish.util.metatypeOSGI
LogA simple logging interface abstracting logging APIs.Interfaceorg.apache.commons.loggingOSGI
LogConfigInterfaceorg.knopflerfish.service.logOSGI
LogConfigurationExceptionAn exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the correspondingClassorg.apache.commons.loggingOSGI
LogEntryProvides methods to access the information contained in an individual Log A LogEntry object may be acquired from theInterfaceorg.osgi.service.logOSGI
LogFactoryFactory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIsClassorg.apache.commons.loggingOSGI
LogListenerSubscribes to LogEntry objects from the LogReaderService.Interfaceorg.osgi.service.logOSGI
LogReaderServiceProvides methods to retrieve LogEntry objects from the log.Interfaceorg.osgi.service.logOSGI
LogRefLogRef is an utility class that simplifies the use of the LogService.Classorg.knopflerfish.service.logOSGI
LogServiceThis LogService provides an extra method for querying the service about the current log level.Interfaceorg.knopflerfish.service.logOSGI
LogServiceProvides methods for bundles to write messages to the log.Interfaceorg.osgi.service.logOSGI
LogSourceFactory for creating Log instances.Classorg.apache.commons.loggingOSGI
LogUtilUtility class for the LogService interface.Classorg.knopflerfish.service.logOSGI
MakeHTMLTask This task is used when building distributions of Knopflerfish.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
ManagedServiceA service that can receive configuration data from a Configuration Admin A Managed Service is a service that needs configuration data.Interfaceorg.osgi.service.cmOSGI
ManagedServiceFactoryManage multiple service instances.Interfaceorg.osgi.service.cmOSGI
MapEntryMetadata for a map entry.Interfaceorg.osgi.service.blueprint.reflectOSGI
MapMetadataMetadata for a Map based value.Interfaceorg.osgi.service.blueprint.reflectOSGI
MatchInstances of Match are used in the DriverSelector.Interfaceorg.osgi.service.deviceOSGI
MeasurementRepresents a value with an error, a unit and a time-stamp.Classorg.osgi.util.measurementOSGI
MetadataInterfaceorg.osgi.service.blueprint.reflectOSGI
MetaNodeThe MetaNode contains meta data as standardized by OMA DM but extends it (without breaking the compatibility) to provide for better DMT data qualityInterfaceorg.osgi.service.dmtOSGI
MetaTypeInformationA MetaType Information object is created by the MetaTypeService to return meta type information for a specific bundle.Interfaceorg.osgi.service.metatypeOSGI
MetaTypeProviderProvides access to metatypes.Interfaceorg.osgi.service.metatypeOSGI
MetaTypeServiceThe MetaType Service can be used to obtain meta type information for a bundle.Interfaceorg.osgi.service.metatypeOSGI
MethodAnalyserASMVisitor implementation that populates a BundlePackagesInfo object with data about the method it visits.Classorg.knopflerfish.ant.taskdefs.bundleOSGI
ModifiedIdentify the annotated method as the modified method of a Service The annotated method is the modified method of the Component.Classorg.osgi.service.component.annotationsOSGI
MonitorableA Monitorable can provide information about itself in the form of StatusVariables.Interfaceorg.osgi.service.monitorOSGI
MonitorAdminThe MonitorAdmin service is a singleton service that handles StatusVariable query requests and measurement job control requests.Interfaceorg.osgi.service.monitorOSGI
MonitoringJobA Monitoring Job is a request for scheduled or event based notifications on update of a set of StatusVariables.Interfaceorg.osgi.service.monitorOSGI
MonitorListenerThe MonitorListener is used by Monitorable services to send notifications when a StatusVariable value is changed.Interfaceorg.osgi.service.monitorOSGI
MonitorPermissionIndicates the callers authority to publish, read or reset StatusVariables, to switch event sending on or off or to startClassorg.osgi.service.monitorOSGI
MountPluginThis interface can be optionally implemented by a DataPlugin or ExecPlugin in order to get information about its absolute mountInterfaceorg.osgi.service.dmt.spiOSGI
MountPointThis interface can be implemented to represent a single mount point.Interfaceorg.osgi.service.dmt.spiOSGI
MTPFields inherited from interface org.Classorg.knopflerfish.util.metatypeOSGI
NamespaceCapability and Requirement Namespaces base class.Classorg.osgi.resourceOSGI
NamespaceExceptionA NamespaceException is thrown to indicate an error with the caller's request to register a servlet or resources into the URI namespace of the HttpClassorg.osgi.service.httpOSGI
NamespacesClassorg.osgi.service.indexerOSGI
NodeA common base class for Document and Element, also used for storing XML fragments.Classorg.kxml2.kdomOSGI
NonNullMetadataMetadata for a value that cannot null.Interfaceorg.osgi.service.blueprint.reflectOSGI
NoSuchComponentExceptionA Blueprint exception indicating that a component does not exist in a Blueprint Container.Classorg.osgi.service.blueprint.containerOSGI
NoSuchPortExceptionThe requested Port does not existSince:JDK1.Classgnu.ioOSGI
NotificationServiceNotificationService enables sending aynchronous notifications to a management server.Interfaceorg.osgi.service.dmt.notificationOSGI
NullMetadataMetadata for a value specified to be null via the Author:$Id: a77a51450e907a2160d116af1bcba04efda6c05b $ThreadSafeInterfaceorg.osgi.service.blueprint.reflectOSGI
ObjectClassDefinitionDescription for the data type information of an objectclass.Interfaceorg.osgi.service.metatypeOSGI
OCDFields inherited from interface org.Classorg.knopflerfish.util.metatypeOSGI
OsgiMetaTypeXmlParserHelper class which loads OSGi Metatype XML.Classorg.knopflerfish.util.metatypeOSGI
OSGiPackageClassorg.knopflerfish.ant.taskdefs.bundleOSGI
PackageAdminFramework service which allows bundle programmers to inspect the package wiring state of bundles in the Framework as well as other functions relatedInterfaceorg.osgi.service.packageadminOSGI
PackageNamespacePackage Capability and Requirement Namespace.Classorg.osgi.framework.namespaceOSGI
PackagePermissionA bundle's authority to import or export a package.Classorg.osgi.frameworkOSGI
ParallelPortClassgnu.ioOSGI
ParallelPortEventClassgnu.ioOSGI
ParallelPortEventListenerInterfacegnu.ioOSGI
ParticipantA Participant participates in a Coordination.Interfaceorg.osgi.service.coordinatorOSGI
PasswdAuthenticatorService for user name/password authentication.Interfaceorg.knopflerfish.service.um.useradminOSGI
PasswdSessionInterface for for a user name/password authentication session.Interfaceorg.knopflerfish.service.um.useradminOSGI
PasswdUtilUtility class for one-way encryption of, for example, user passwords.Classorg.knopflerfish.service.um.useradminOSGI
PermissionAdminThe Permission Admin service allows management agents to manage the permissions of bundles.Interfaceorg.osgi.service.permissionadminOSGI
PermissionInfoPermission representation used by the Permission Admin service.Classorg.osgi.service.permissionadminOSGI
PortInUseExceptionThe port requested is currently in useSince:JDK1.Classgnu.ioOSGI
PositionPosition represents a geographic location, based on the WGS84 System (World Geodetic System 1984).Classorg.osgi.util.positionOSGI
PreferencesA node in a hierarchical collection of preference data.Interfaceorg.osgi.service.prefsOSGI
PreferencesServiceThe Preferences Service.Interfaceorg.osgi.service.prefsOSGI
ProducerData Producer, a service that can generate values to be used by Service objects registered under the Producer interface are expected toInterfaceorg.osgi.service.wireadminOSGI
PropsMetadataMetadata for a java.Interfaceorg.osgi.service.blueprint.reflectOSGI
ProvisioningServiceService for managing the initial provisioning information.Interfaceorg.osgi.service.provisioningOSGI
QSortQuicksort utility class.Classorg.knopflerfish.util.sortOSGI
QueueThe Queue class represents a first-in-first-out (FIFO)Author:Per LundgrenSee Also:Serialized FormClassorg.knopflerfish.utilOSGI
RawPortEventClassgnu.ioOSGI
RawPortEventListenerInterfacegnu.ioOSGI
ReadableDataSessionProvides read-only access to the part of the tree handled by the plugin that created this session.Interfaceorg.osgi.service.dmt.spiOSGI
ReadWriteDataSessionProvides non-atomic read-write access to the part of the tree handled by the plugin that created this session.Interfaceorg.osgi.service.dmt.spiOSGI
ReferenceThe Reference interface represents a single reference (or dependency) to a service used by a Component.Interfaceorg.apache.felix.scrOSGI
ReferenceIdentify the annotated method as a bind method of a Service The annotated method is a bind method of the Component.Classorg.osgi.service.component.annotationsOSGI
ReferenceCardinalityenum ReferenceCardinalityextends java.Classorg.osgi.service.component.annotationsOSGI
ReferenceListenerMetadata for a reference listener interested in the reference bind and unbind events for a service reference.Interfaceorg.osgi.service.blueprint.reflectOSGI
ReferenceListMetadataMetadata for a list of service references.Interfaceorg.osgi.service.blueprint.reflectOSGI
ReferenceMetadataMetadata for a reference that will bind to a single matching service in the This is specified by the reference element.Interfaceorg.osgi.service.blueprint.reflectOSGI
ReferencePolicyenum ReferencePolicyextends java.Classorg.osgi.service.component.annotationsOSGI
ReferencePolicyOptionenum ReferencePolicyOptionextends java.Classorg.osgi.service.component.annotationsOSGI
RefMetadataMetadata for a reference to another component managed by the BlueprintAuthor:$Id: a67274cc8e5033dddc8477a046d116d511c1a4d3 $ThreadSafeInterfaceorg.osgi.service.blueprint.reflectOSGI
RegistrationListenerMetadata for a registration listener interested in service registration and unregistration events for a service.Interfaceorg.osgi.service.blueprint.reflectOSGI
ReifiedTypeProvides access to a concrete type and its optional generic type parameters.Classorg.osgi.service.blueprint.containerOSGI
RemoteAlertSenderThe RemoteAlertSender can be used to send notifications to (remote) entities identified by principal names.Interfaceorg.osgi.service.dmt.notification.spiOSGI
RemoteConstantsProvide the definition of the constants used in the Remote Service AdminAuthor:$Id: deb46d4f5c2844a7bd245db781d9440361eb3955 $ImmutableClassorg.osgi.service.remoteserviceadminOSGI
RemoteFrameworkService interface for remote framework connections.Interfaceorg.knopflerfish.service.remotefwOSGI
RemoteServiceAdminA Remote Service Admin manages the import and export of services.Interfaceorg.osgi.service.remoteserviceadminOSGI
RemoteServiceAdminEventProvides the event information for a Remote Service Admin event.Classorg.osgi.service.remoteserviceadminOSGI
RemoteServiceAdminListenerA RemoteServiceAdminEvent listener is notified synchronously of any export or import registrations and unregistrations.Interfaceorg.osgi.service.remoteserviceadminOSGI
RepeatingJobClassorg.knopflerfish.util.workerthreadOSGI
RepositoryA repository service that contains resources.Interfaceorg.osgi.service.repositoryOSGI
RepositoryContentAn accessor for the default content of a resource.Interfaceorg.osgi.service.repositoryOSGI
RepositoryInfoClassorg.knopflerfish.service.repositorymanagerOSGI
RepositoryManagerKF repository manager service for interaction with OSGI repositories.Interfaceorg.knopflerfish.service.repositorymanagerOSGI
RequestDispatcherDefines an object that receives requests from the client and sends them to any resource (such as a servlet, Interfacejavax.servletOSGI
RequiredBundle Objects implementing this interface are created by the Package Admin service.Interfaceorg.osgi.service.packageadminOSGI
RequirementA requirement that has been declared from a Resource .Interfaceorg.osgi.resourceOSGI
RequirementClassorg.osgi.service.indexerOSGI
ResolutionExceptionIndicates failure to resolve a set of requirements.Classorg.osgi.service.resolverOSGI
ResolveContextA resolve context provides resources, options and constraints to the potential solution of a resolveClassorg.osgi.service.resolverOSGI
ResolverA resolver service resolves the specified resources in the context suppliedAuthor:$Id: 809049a3954e50f9abbfca24fa4fda0d77d4f5b3 $ThreadSafeConsumers of this API must not implement this interfaceInterfaceorg.osgi.service.resolverOSGI
ResolverHookOSGi Framework Resolver Hook instances are obtained from the OSGi Framework Resolver Hook Factory service.Interfaceorg.osgi.framework.hooks.resolverOSGI
ResolverHookFactoryOSGi Framework Resolver Hook Factory Service.Interfaceorg.osgi.framework.hooks.resolverOSGI
ResourceA resource is the representation of a uniquely identified and typed data.Interfaceorg.osgi.resourceOSGI
ResourceA resource that is to be indexed.Interfaceorg.osgi.service.indexerOSGI
ResourceAnalyzer A resource analyzer is responsible for analyzing a resource for some specific purpose, and discovering requirements and capabilities that may not beInterfaceorg.osgi.service.indexerOSGI
ResourceIndexerResourceIndexer is an OSGi service that creates a Repository XML representation by indexing resource capabilities and requirements.Interfaceorg.osgi.service.indexerOSGI
ResourceProcessorResourceProcessor interface is implemented by processors handling resource files in deployment packages.Interfaceorg.osgi.service.deploymentadmin.spiOSGI
ResourceProcessorExceptionChecked exception received when something fails during a call to a Resource Processor.Classorg.osgi.service.deploymentadmin.spiOSGI
RoleThe base interface for Role objects managed by the User Admin This interface exposes the characteristics shared by all RoleInterfaceorg.osgi.service.useradminOSGI
RS485PortEventClassgnu.ioOSGI
RS485PortEventListenerInterfacegnu.ioOSGI
RXTXCommDriverThis is the JavaComm for Linux driver.Classgnu.ioOSGI
RXTXPortAn extension of gnu.Classgnu.ioOSGI
RXTXVersionA class to keep the current version inConstructor SummaryRXTXVersion()Classgnu.ioOSGI
ScheduledApplicationIt is allowed to schedule an application based on a specific event.Interfaceorg.osgi.service.applicationOSGI
ScrServiceThe ScrService represents the Declarative Services main controller also known as the Service Component Runtime or SCR for short.Interfaceorg.apache.felix.scrOSGI
SelectionAwareInterface which a bundle displayer that supports lazy updates may implement.Interfaceorg.knopflerfish.service.desktopOSGI
SemaphoreThe Semaphore class handles synchronization and waiting forAuthor:Johan Agat and Anders RimenClassorg.knopflerfish.utilOSGI
SerialPortClassgnu.ioOSGI
SerialPortDeviceService wrapping a javax.Interfaceorg.knopflerfish.service.serialOSGI
SerialPortEventClassgnu.ioOSGI
SerialPortEventListenerInterfacegnu.ioOSGI
ServiceEventAn event from the Framework describing a service lifecycle change.Classorg.osgi.frameworkOSGI
ServiceExceptionA service exception used to indicate that a service problem occurred.Classorg.osgi.frameworkOSGI
ServiceFactoryAllows services to provide customized service objects in the OSGi When registering a service, a ServiceFactory object can be usedInterfaceorg.osgi.frameworkOSGI
ServiceListenerA ServiceEvent listener.Interfaceorg.osgi.frameworkOSGI
ServiceLoaderNamespaceService Loader Capability and Requirement Namespace.Classorg.osgi.service.serviceloaderOSGI
ServiceMetadataMetadata for a service to be registered by the Blueprint Container when This is specified by the service element.Interfaceorg.osgi.service.blueprint.reflectOSGI
ServiceNamespaceService Capability and Requirement Namespace.Classorg.osgi.namespace.serviceOSGI
ServicePermissionA bundle's authority to register or get a service.Classorg.osgi.frameworkOSGI
ServiceReferenceA reference to a service.Interfaceorg.osgi.frameworkOSGI
ServiceReferenceMetadataMetadata for a reference to an OSGi service.Interfaceorg.osgi.service.blueprint.reflectOSGI
ServiceRegistrationA registered service.Interfaceorg.osgi.frameworkOSGI
ServiceTrackerThe ServiceTracker class simplifies using services from the Framework's service registry.Classorg.osgi.util.trackerOSGI
ServiceTrackerCustomizerThe ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.Interfaceorg.osgi.util.trackerOSGI
ServiceUnavailableExceptionA Blueprint exception indicating that a service is unavailable.Classorg.osgi.service.blueprint.containerOSGI
ServletDefines methods that all servlets must implement.Interfacejavax.servletOSGI
ServletConfigA servlet configuration object used by a servlet container to pass information to a servlet during initialization.Interfacejavax.servletOSGI
ServletContextDefines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatchInterfacejavax.servletOSGI
ServletContextAttributeEventThis is the event class for notifications about changes to the attributes of the servlet context of a web application.Classjavax.servletOSGI
ServletContextAttributeListener changes to the attribute list on the servlet context of a web application.Interfacejavax.servletOSGI
ServletContextEventThis is the event class for notifications about changes to the servlet context of a web application.Classjavax.servletOSGI
ServletContextListener changes to the servlet context of the web application they are To receive notification events, the implementation classInterfacejavax.servletOSGI
ServletExceptionDefines a general exception a servlet can throw when it encounters difficulty.Classjavax.servletOSGI
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine methodClassjavax.servletOSGI
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletOSGI
ServletRequestDefines an object to provide client request information to a servlet.Interfacejavax.servletOSGI
ServletRequestAttributeEventThis is the event class for notifications of changes to the attributes of the servlet request in an application.Classjavax.servletOSGI
ServletRequestAttributeListenerA ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attributeInterfacejavax.servletOSGI
ServletRequestEventEvents of this kind indicate lifecycle events for a ServletRequest.Classjavax.servletOSGI
ServletRequestListenerA ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out ofInterfacejavax.servletOSGI
ServletRequestWrapperProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servletOSGI
ServletResponseDefines an object to assist a servlet in sending a response to the client.Interfacejavax.servletOSGI
ServletResponseWrapperProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servletOSGI
SessionControl interface for a command session.Interfaceorg.knopflerfish.service.consoleOSGI
SessionListenerSession event listener interface.Interfaceorg.knopflerfish.service.consoleOSGI
SingleThreadModelEnsures that servlets handle only one request at a time.Interfacejavax.servletOSGI
SortClassorg.knopflerfish.util.sortOSGI
StartLevelThe StartLevel service allows management agents to manage a start level assigned to each bundle and the active start level of the Framework.Interfaceorg.osgi.service.startlevelOSGI
StateGroups a state name, value and timestamp.Classorg.osgi.util.measurementOSGI
StatusVariableA StatusVariable object represents the value of a status variable taken with a certain collection method at a certain point of time.Classorg.osgi.service.monitorOSGI
SubsystemA subsystem is a collection of resources constituting a logical, possibly isolated, unit of functionality.Interfaceorg.osgi.service.subsystemOSGI
SubsystemConstantsDefines the constants used by Subsystem service property, manifest header, attribute and directive keys.Classorg.osgi.service.subsystemOSGI
SubsystemExceptionA Subsystem exception used to indicate a problem.Classorg.osgi.service.subsystemOSGI
SubsystemPermissionA bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a subsystem.Classorg.osgi.service.subsystemOSGI
SwingBundleDisplayerInterface for services wishing to become visible as components in the desktop Swing window.Interfaceorg.knopflerfish.service.desktopOSGI
SynchronousBundleListenerA synchronous BundleEvent listener.Interfaceorg.osgi.frameworkOSGI
SynchronousConfigurationListenerSynchronous Listener for Configuration Events.Interfaceorg.osgi.service.cmOSGI
SyncMLClassorg.kxml2.wap.syncmlOSGI
SystemMetatypeProviderClass which monitors installed bundles for metatype and CM default data.Classorg.knopflerfish.util.metatypeOSGI
TargetA common interface for managed components that can be used as a direct target for method calls.Interfaceorg.osgi.service.blueprint.reflectOSGI
TextMisc static text utility methods.Classorg.knopflerfish.utilOSGI
ThreadIOEnable multiplexing of the standard IO streams for input, output, and error.Interfaceorg.osgi.service.threadioOSGI
TimerMisc static timer utility methods.Classorg.knopflerfish.utilOSGI
TopicPermissionA bundle's authority to publish or subscribe to event on a topic.Classorg.osgi.service.eventOSGI
TransactionalDataSessionProvides atomic read-write access to the part of the tree handled by the plugin that created this session.Interfaceorg.osgi.service.dmt.spiOSGI
UnavailableExceptionDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.Classjavax.servletOSGI
UnfilteredServiceListenerA ServiceEvent listener that does not filter based upon any filter string specified toInterfaceorg.osgi.frameworkOSGI
UnitA unit system for measurements.Classorg.osgi.util.measurementOSGI
UnsupportedCommOperationExceptionException thrown when a method does not support the requested functionality.Classgnu.ioOSGI
UnSupportedLoggerExceptionException thrown when a method does not support the requested functionality.Classgnu.ioOSGI
UPnPAction Each UPnP service contains zero or more actions.Interfaceorg.osgi.service.upnpOSGI
UPnPDeviceRepresents a UPnP device.Interfaceorg.osgi.service.upnpOSGI
UPnPEventListenerUPnP Events are mapped and delivered to applications according to the OSGi whiteboard model.Interfaceorg.osgi.service.upnpOSGI
UPnPExceptionThere are several defined error situations describing UPnP problems while a control point invokes actions to UPnPDevices.Classorg.osgi.service.upnpOSGI
UPnPIconA UPnP icon representation.Interfaceorg.osgi.service.upnpOSGI
UPnPLocalStateVariableA local UPnP state variable which allows the value of the state variable toSince:1.Interfaceorg.osgi.service.upnpOSGI
UPnPServiceA representation of a UPnP Service.Interfaceorg.osgi.service.upnpOSGI
UPnPStateVariableThe meta-information of a UPnP state variable as declared in the device's service state table (SST).Interfaceorg.osgi.service.upnpOSGI
UriThis class contains static utility methods to manipulate DMT URIs.Classorg.osgi.service.dmtOSGI
URLConstantsDefines standard names for property keys associated with URLStreamHandlerService and java.Interfaceorg.osgi.service.urlOSGI
URLStreamHandlerServiceService interface with public versions of the protected java.Interfaceorg.osgi.service.urlOSGI
URLStreamHandlerSetterInterface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.Interfaceorg.osgi.service.urlOSGI
UserA User role managed by a User Admin service.Interfaceorg.osgi.service.useradminOSGI
UserAdminThis interface is used to manage a database of named Role objects, which can be used for authentication and authorization purposes.Interfaceorg.osgi.service.useradminOSGI
UserAdminEvent UserAdminEvent objects are delivered asynchronously to any UserAdminListener objects when a change occurs in any of theClassorg.osgi.service.useradminOSGI
UserAdminListenerListener for UserAdminEvents.Interfaceorg.osgi.service.useradminOSGI
UserAdminPermissionPermission to configure and access the Role objects managed by a User This class represents access to the Role objects managed by a UserClassorg.osgi.service.useradminOSGI
UtilClassorg.knopflerfish.ant.taskdefs.bundleOSGI
UtilUtility methods for building CommandGroups to the console.Classorg.knopflerfish.service.consoleOSGI
ValueMetadataMetadata for a simple String value that will be type-converted if necessary before injecting.Interfaceorg.osgi.service.blueprint.reflectOSGI
VersionVersion identifier for capabilities such as bundles and packages.Classorg.osgi.frameworkOSGI
VersionRangeClass representing OSGi version ranges.Classorg.knopflerfish.util.frameworkOSGI
VersionRangeVersion range.Classorg.osgi.frameworkOSGI
WbxmlInterfaceorg.kxml2.wapOSGI
WbxmlParserClassorg.kxml2.wapOSGI
WbxmlSerializerA class for writing WBXML.Classorg.kxml2.wapOSGI
WeavingExceptionA weaving exception used to indicate that the class load should be failed but the weaving hook must not be blacklisted by the framework.Classorg.osgi.framework.hooks.weavingOSGI
WeavingHookOSGi Framework Weaving Hook Service.Interfaceorg.osgi.framework.hooks.weavingOSGI
WireA wire connecting a Capability to a Requirement.Interfaceorg.osgi.resourceOSGI
WireA connection between a Producer service and a Consumer service.Interfaceorg.osgi.service.wireadminOSGI
WireAdminWire Administration service.Interfaceorg.osgi.service.wireadminOSGI
WireAdminEvent WireAdminEvent objects are delivered to all registered WireAdminListener service objects which specify an interest in theClassorg.osgi.service.wireadminOSGI
WireAdminListenerListener for Wire Admin Events.Interfaceorg.osgi.service.wireadminOSGI
WireConstantsDefines standard names for Wire properties, wire filter attributes, Consumer and Producer service properties.Interfaceorg.osgi.service.wireadminOSGI
WirePermissionPermission for the scope of a Wire object.Classorg.osgi.service.wireadminOSGI
WiringA wiring for a resource.Interfaceorg.osgi.resourceOSGI
WmlThis class contains the wml coding tables for elements and attributes needed by the WmlParser.Classorg.kxml2.wap.wmlOSGI
WorkerThreadNested Class SummaryNested classes/interfaces inherited from class java.Classorg.knopflerfish.util.workerthreadOSGI
WovenClassA class being woven.Interfaceorg.osgi.framework.hooks.weavingOSGI
WV Wireless Village CSP 1.Classorg.kxml2.wap.wvOSGI
XmlBackedRepositoryFactoryInterfaceorg.knopflerfish.service.repositoryOSGI
XMLParserActivatorA BundleActivator class that allows any JAXP compliant XML Parser to register itself as an OSGi parser service.Classorg.osgi.util.xmlOSGI
XmlReaderClassorg.knopflerfish.shared.cmOSGI
ZystemClassgnu.ioOSGI
AbsBindingModuleAll provided Modules have to inherit from this class.Classorg.apache.felix.ipojo.manipulator.spiApache Felix
AbstractBindVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bindApache Felix
AbstractDeclarationCommon code to all Declaration objects.Classorg.apache.felix.ipojo.extender.internal.declarationApache Felix
AbstractQueueServiceClassorg.apache.felix.ipojo.extender.internal.queueApache Felix
AbstractServiceCommon code wrapping an OSGi service.Classorg.apache.felix.ipojo.extender.internalApache Felix
ActionClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bindApache Felix
AggregateDependencyInjectionTypeenum AggregateDependencyInjectionTypeAn enumeration listing the different possibility to inject an aggregate dependency in a field or constructorClassorg.apache.felix.ipojo.handlers.dependencyApache Felix
AnnotationDiscoveryorg.Interfaceorg.apache.felix.ipojo.manipulator.metadata.annotation.modelApache Felix
AnnotationLiteralBase annotation literal class to be extended when declaring stereotype bindings in a programmatic way.Classorg.apache.felix.ipojo.manipulator.spiApache Felix
AnnotationMetadataProviderA AnnotationMetadataProvider loads iPOJO metadata from bytecode of classes.Classorg.apache.felix.ipojo.manipulator.metadataApache Felix
AnnotationParserClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parserApache Felix
AnnotationPlaybackClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.literalApache Felix
AnnotationRecorderRecord annotation to be replayed later.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
AnnotationTypeClassorg.apache.felix.ipojo.manipulator.metadata.annotation.modelApache Felix
AnnotationTypeVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parserApache Felix
AnnotationVisitorFactoryProduces a new AnnotationVisitor instance for the given BindingContext.Interfaceorg.apache.felix.ipojo.manipulator.spiApache Felix
AnnotationVisitorPlaybackClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
ArchiPOJO Arch command giving information about the current system architecture.Classorg.apache.felix.ipojo.arch.gogoApache Felix
ArchitectureArchitecture service.Interfaceorg.apache.felix.ipojo.architectureApache Felix
ArchitectureHandlerComposite Architecture Handler.Classorg.apache.felix.ipojo.composite.architectureApache Felix
ArchitectureHandlerArchitecture Handler.Classorg.apache.felix.ipojo.handlers.architectureApache Felix
AttributeAn attribute is a key-value pair.Classorg.apache.felix.ipojo.metadataApache Felix
BindThis annotation declares a bind method.Classorg.apache.felix.ipojo.annotationsApache Felix
BindingTriple storing the source annotation, the associated factory and the predicate for conditional support.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
BindingContextClassorg.apache.felix.ipojo.manipulator.spiApache Felix
BindingPolicyBinding policies supported by iPOJO.Classorg.apache.felix.ipojo.annotationsApache Felix
BindingRegistryFind the list of Binding registered with the given annotation type.Interfaceorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
BindingsClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.utilApache Felix
BridgeClassLoaderA classloader trying to load classes from a given jar files and then from bundles.Classorg.apache.felix.ipojo.online.manipulatorApache Felix
BundleAwareJarFileResourceStoreClassorg.apache.felix.ipojo.online.manipulatorApache Felix
BundleContextHandlerA handler injecting the bundle context in the implementation code.Classorg.apache.felix.ipojo.handlers.contextApache Felix
BundleProcessorMain Processor interface.Interfaceorg.apache.felix.ipojo.extender.internalApache Felix
CacheableMetadataProviderA CacheableMetadataProvider provides simple caching methods to avoid calling MetadataProvider.Classorg.apache.felix.ipojo.manipulator.metadataApache Felix
CallbackWhen submitting a processing job, a callback object can be passed to the submission process.Interfaceorg.apache.felix.ipojo.extender.queueApache Felix
CallbackA callback allows invoking a method on a POJO.Classorg.apache.felix.ipojo.utilApache Felix
ChainedAnnotationDiscoveryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.discoveryApache Felix
ChainedAnnotationVisitorClassorg.apache.felix.ipojo.manipulator.utilApache Felix
ChainedBundleProcessorA bundle processor chaining others processor.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
CheckFieldConsistencyResultVisitorThis visitor checks that field referenced in the metadata are present in the bytecode.Classorg.apache.felix.ipojo.manipulator.visitor.checkApache Felix
CheckFieldConsistencyVisitorExecute field verification.Classorg.apache.felix.ipojo.manipulator.visitor.checkApache Felix
ClassCheckerChecks that a POJO is already manipulated or not.Classorg.apache.felix.ipojo.manipulationApache Felix
ClassLoaderAwareClassWriterAn extension of ClassWriter that uses a specific classloader to load classes.Classorg.apache.felix.ipojo.manipulationApache Felix
ClassManipulatoriPOJO Class Adapter.Classorg.apache.felix.ipojo.manipulationApache Felix
ClassMetadataCollectorClassorg.apache.felix.ipojo.manipulator.metadata.annotationApache Felix
ClasspathAn ordered list of classpath elements with set behaviour.Classorg.apache.felix.ipojo.manipulator.utilApache Felix
Collections5Collections5 is a static collection of methods being part of the Java6 Collections class.Classorg.apache.felix.ipojo.manipulator.utilApache Felix
ComparatorBasedServiceRankingInterceptorA comparator based version of the ranking interceptor.Classorg.apache.felix.ipojo.dependency.implApache Felix
CompletableBindingRegistryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
ComponentDeclares a component type (needed to create instances of the component).Classorg.apache.felix.ipojo.annotationsApache Felix
ComponentFactoryThe component factory manages component instance objects.Classorg.apache.felix.ipojoApache Felix
ComponentInstanceThis class defines the iPOJO's component instance concept.Interfaceorg.apache.felix.ipojoApache Felix
ComponentsBundleProcessorProcessor handling the IPOJO_HEADER and IPOJO_HEADER_ALT header from the bundle manifest.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ComponentTypeThe component type class allows specifying a new component type and its attached factory.Classorg.apache.felix.ipojo.apiApache Felix
ComponentTypeDescriptionComponent Type description.Classorg.apache.felix.ipojo.architectureApache Felix
ComponentVisitorParse the @Component annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
ComponentWorkbenchClassorg.apache.felix.ipojo.manipulator.metadata.annotationApache Felix
CompositeComponentTypeAllows defining composite types.Classorg.apache.felix.ipojo.api.compositeApache Felix
CompositeFactoryThe component factory manages component instance objects.Classorg.apache.felix.ipojo.compositeApache Felix
CompositeHandlerComposite Handler Abstract Class.Classorg.apache.felix.ipojo.compositeApache Felix
CompositeInstanceDescriptionComposite Instance Description.Classorg.apache.felix.ipojo.compositeApache Felix
CompositeManageriPOJO Composite manager.Classorg.apache.felix.ipojo.compositeApache Felix
CompositeMetadataProviderA CompositeMetadataProvider is responsible to detect duplicates component's declaration.Classorg.apache.felix.ipojo.manipulator.metadataApache Felix
CompositeModuleProviderEncapsulate other ModuleProviders in a single instance.Classorg.apache.felix.ipojo.manipulator.spi.providerApache Felix
CompositeServiceContextCompositeServiceContext Class.Classorg.apache.felix.ipojo.compositeApache Felix
CompositionExceptionException occurs when a composition error occurs.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
CompositionMetadataCheck and build a composition, i.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
ConfigurableCreationStrategyThis CreationStrategy is here to ease customization of the strategy by hiding all the reflection stuff.Classorg.apache.felix.ipojo.handlers.providedservice.strategyApache Felix
ConfigurationA marker interface to detect configurationsOptional Element SummaryClassorg.apache.felix.ipojo.configurationApache Felix
ConfigurationAnnotationScannerClass visitor detecting @Configuration annotation.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ConfigurationBuilderSupport class for fluent instance declaration building.Interfaceorg.apache.felix.ipojo.extenderApache Felix
ConfigurationExceptionThis class defines the exception thrown when an instance cannot be configured correctly.Classorg.apache.felix.ipojoApache Felix
ConfigurationHandlerHandler managing the Configuration Admin.Classorg.apache.felix.ipojo.handlers.configurationApache Felix
ConfigurationHandlerDescriptionConfiguration handler description.Classorg.apache.felix.ipojo.handlers.configurationApache Felix
ConfigurationListenerListener interface for configuration updates of iPOJO component instances.Interfaceorg.apache.felix.ipojo.handlers.configurationApache Felix
ConfigurationProcessorProcessor looking for classes annotated with @Configuration and creating the corresponding instance declaration.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ConfigurationTrackerAn object tracking configuration from the configuration admin.Classorg.apache.felix.ipojoApache Felix
ConstantsA static class to access the constant written during packaging.Classorg.apache.felix.ipojo.manipulator.utilApache Felix
ConstructorCodeAdapterConstructor Adapter.Classorg.apache.felix.ipojo.manipulationApache Felix
ConstructorInjectorInterface implemented to support constructor parameter injection.Interfaceorg.apache.felix.ipojoApache Felix
ContextInjects the bundle context object.Classorg.apache.felix.ipojo.annotationsApache Felix
ContextListenerContext Source Listener interface.Interfaceorg.apache.felix.ipojoApache Felix
ContextSourceContext Source service interface.Interfaceorg.apache.felix.ipojoApache Felix
ContextSourceManagerThis class manages context-source management.Classorg.apache.felix.ipojo.utilApache Felix
ControllerThis annotation declares a lifecycle controller.Classorg.apache.felix.ipojo.annotationsApache Felix
ControllerHandlerLifecycle Controller handler.Classorg.apache.felix.ipojo.handlers.lifecycle.controllerApache Felix
ControllerVisitorParses the @Controller annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
CoreModuleProviderHardcoded provider for default core manipulation module.Classorg.apache.felix.ipojo.manipulator.spi.providerApache Felix
CreationStrategyCreation strategy to creation service object.Classorg.apache.felix.ipojo.handlers.providedserviceApache Felix
CustomHandlerInfoInformation slot for custom Handlers to put their own custom information into ComponentTypeDescriptionInterfaceorg.apache.felix.ipojo.architectureApache Felix
DeclarationA declaration is a creation instruction of an entity (Component type, Factory, Instance.Interfaceorg.apache.felix.ipojo.extenderApache Felix
DeclarationBuilderServiceThis service provides a way for users to manage declarations through code.Interfaceorg.apache.felix.ipojo.extenderApache Felix
DeclarationHandleHandle on the associated Declaration service.Interfaceorg.apache.felix.ipojo.extenderApache Felix
DeclarationLinkerThe linker is responsible to bind extension declaration to type declaration.Classorg.apache.felix.ipojo.extender.internal.linkerApache Felix
DeclarationServiceFactoryServiceFactory for DeclarationBuilderService.Classorg.apache.felix.ipojo.extender.internal.declaration.serviceApache Felix
DefaultBindingModuleClassorg.apache.felix.ipojo.manipulator.metadata.annotation.moduleApache Felix
DefaultBindingRegistryStores all the Bindings coming from the Module.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
DefaultConfigurationBuilderDeclares a configuration and build the immutable DeclarationHandle containing that configuration.Classorg.apache.felix.ipojo.extender.internal.declaration.serviceApache Felix
DefaultDeclarationBuilderServiceClassorg.apache.felix.ipojo.extender.internal.declaration.serviceApache Felix
DefaultDependencyInterceptorA default implementation of the dependency interceptor.Classorg.apache.felix.ipojo.dependency.interceptorsApache Felix
DefaultExtensionDeclarationDefault implementation of the iPOJO Extension Declaration.Classorg.apache.felix.ipojo.extender.internal.declarationApache Felix
DefaultInstanceBuilderClassorg.apache.felix.ipojo.extender.internal.declaration.serviceApache Felix
DefaultInstanceDeclarationDefault implementation of the instance declaration.Classorg.apache.felix.ipojo.extender.internal.declarationApache Felix
DefaultJobA callable object implementing Bundle Reference.Classorg.apache.felix.ipojo.extender.internalApache Felix
DefaultManifestBuilderA DefaultManifestBuilder handles the knowledge of iPOJO Manifest building.Classorg.apache.felix.ipojo.manipulator.store.builderApache Felix
DefaultModuleProviderReturn the given collection of Modules.Classorg.apache.felix.ipojo.manipulator.spi.providerApache Felix
DefaultServiceRankingInterceptorDefault implementation of the default service ranking interceptor.Classorg.apache.felix.ipojo.dependency.interceptorsApache Felix
DefaultServiceTrackingInterceptorDefault implementation of the default service tracking interceptor.Classorg.apache.felix.ipojo.dependency.interceptorsApache Felix
DefaultTypeDeclarationDefault implementation of the component type declaration.Classorg.apache.felix.ipojo.extender.internal.declarationApache Felix
DependencyAllows configuring a service dependencies.Classorg.apache.felix.ipojo.apiApache Felix
DependencyRepresent a service dependency of the component instance.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
DependencyCallbackThis class allwos the creation of callback when service dependency arrives orAuthor:Felix Project TeamClassorg.apache.felix.ipojo.handlers.dependencyApache Felix
DependencyConfigurationCheckerUtility class checking the configuration of a dependency.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
DependencyDescriptionService Dependency Description.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
DependencyHandlerThe dependency handler manages a list of service dependencies.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
DependencyHandlerDescriptionDependency Handler Description.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
DependencyInterceptorDependency interceptor are collaborating with the service dependency during the service resolution.Interfaceorg.apache.felix.ipojo.dependency.interceptorsApache Felix
DependencyMetadataHelperA set of methods to simplify the parsing of dependency attributes.Classorg.apache.felix.ipojo.utilApache Felix
DependencyModelAbstract dependency model.Classorg.apache.felix.ipojo.utilApache Felix
DependencyModelListenerListener interface for service dependencies of iPOJO component instances.Interfaceorg.apache.felix.ipojo.utilApache Felix
DependencyPropertiesBuilds the properties used to checks if an interceptor matches a specific dependency.Classorg.apache.felix.ipojo.dependency.implApache Felix
DependencyStateListenerThis interface allows a class to be notified of service dependency state changes.Interfaceorg.apache.felix.ipojo.utilApache Felix
DirectManifestProviderA DirectManifestProvider simply serves an already available Manifest.Classorg.apache.felix.ipojo.manipulator.manifestApache Felix
DirectoryResourceStoreA DirectoryResourceStore knows how to read and write resources from (to respectively) a File directory.Classorg.apache.felix.ipojo.manipulator.storeApache Felix
ElementAn element represents an XML Element.Classorg.apache.felix.ipojo.metadataApache Felix
ElementsClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.utilApache Felix
EmptyBasedServiceRankingInterceptorAn empty version of the ranking interceptor.Classorg.apache.felix.ipojo.dependency.implApache Felix
EmptyMetadataProviderA EmptyMetadataProvider simply returns an empty list of Element.Classorg.apache.felix.ipojo.manipulator.metadataApache Felix
EmptyReporterAn EmptyReporter is the basis implementation for Reporters.Classorg.apache.felix.ipojo.manipulator.reporterApache Felix
EnforcedQueueServiceA queue service implementation enforcing the processing preference choice for the bundle.Classorg.apache.felix.ipojo.extender.internal.queue.pref.enforceApache Felix
ErrorHandlerError Handler Service Definition.Interfaceorg.apache.felix.ipojoApache Felix
ErrorPrintingServiceFactoryProxyThis proxy class is here to wrap an iPOJO ServiceFactory.Classorg.apache.felix.ipojo.handlers.providedservice.strategyApache Felix
EventDispatcheriPOJO Internal event dispatcher.Classorg.apache.felix.ipojoApache Felix
ExecutorQueueServiceAn asynchronous implementation of the queue service.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
ExportedServiceAllows defining an exported service.Classorg.apache.felix.ipojo.api.compositeApache Felix
Extender Allows configuring an extender pattern.Classorg.apache.felix.ipojo.extenderApache Felix
ExtenderiPOJO main activator.Classorg.apache.felix.ipojo.extender.internalApache Felix
ExtensionBundleProcessorBundle processor handling the IPOJO_EXTENSION header.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ExtensionDeclarationiPOJO's extension declaration.Interfaceorg.apache.felix.ipojo.extenderApache Felix
FactoryComponent Type Factory Service.Interfaceorg.apache.felix.ipojoApache Felix
FactoryBuilderInterface defining the method used to build IPojoFactory instances.Interfaceorg.apache.felix.ipojo.extender.builderApache Felix
FactoryBuilderExceptionException thrown by FactoryBuilder when a IPojoFactory instance cannot beSee Also:Serialized FormClassorg.apache.felix.ipojo.extender.builderApache Felix
FactoryClassloaderClassorg.apache.felix.ipojoApache Felix
FactoryProxyBridge representing a Factory inside a composition.Classorg.apache.felix.ipojo.compositeApache Felix
FactoryStateListenerA factory state listener received notification about monitored factory state changes.Interfaceorg.apache.felix.ipojoApache Felix
FieldGenericVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
FieldInterceptorA field interceptor is notified when a monitored field asks for a value or receives a new value.Interfaceorg.apache.felix.ipojoApache Felix
FieldMetadataField used inside a composition.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
FieldMetadataA Field Metadata represents a field of the implementation class.Classorg.apache.felix.ipojo.parserApache Felix
FieldMetadataCollectorClassorg.apache.felix.ipojo.manipulator.metadata.annotationApache Felix
FieldPropertyVisitorParses a Property or ServiceProperty annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
FieldsFluent API to retrieve fields of a given type.Classorg.apache.felix.ipojo.utilApache Felix
FieldStereotypeVisitorParses stereotypes for field.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotypeApache Felix
FileManifestProviderA FileManifestProvider reads a Manifest from the given input File.Classorg.apache.felix.ipojo.manipulator.manifestApache Felix
FileMetadataProviderA FileMetadataProvider is responsible of loading all the .Classorg.apache.felix.ipojo.manipulator.metadataApache Felix
FilesClassorg.apache.felix.ipojo.online.manipulatorApache Felix
FileSystemResourceMapperResourceMapper mapping from and to system specific path.Classorg.apache.felix.ipojo.manipulator.store.mapperApache Felix
FilterBasedServiceTrackingInterceptorAn implementation of the service tracking interceptor using a filter.Classorg.apache.felix.ipojo.dependency.implApache Felix
ForwardingBundleProcessorA bundle processor delegating to a wrapped processor.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ForwardingQueueServiceA queue service implementation delegating to a LifecycleQueueService.Classorg.apache.felix.ipojo.extender.internal.queue.pref.enforceApache Felix
GenericVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
GenericVisitorFactoryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
GroupThreadFactoryA thread factory that groups produced threads inside a given ThreadGroup.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
HandlerThis annotation declares a handler.Classorg.apache.felix.ipojo.annotationsApache Felix
HandlerHandler Abstract Class.Classorg.apache.felix.ipojoApache Felix
HandlerBindingA @HandlerBinding bind its annotated type to a given handler.Classorg.apache.felix.ipojo.annotationsApache Felix
HandlerBindingDiscoveryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.discoveryApache Felix
HandlerConfigurationCommon interfaces for all contributions.Interfaceorg.apache.felix.ipojo.apiApache Felix
HandlerDeclarationThis annotation is used to configure a handler through XML (as in metadata.Classorg.apache.felix.ipojo.annotationsApache Felix
HandlerDeclarationVisitorParse the @HandlerDeclaration annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
HandlerDescriptionHandler Description.Classorg.apache.felix.ipojo.architectureApache Felix
HandlerFactoryService interface published by handler factory.Interfaceorg.apache.felix.ipojoApache Felix
HandlerManagerThe handler manager manages an handler instance.Classorg.apache.felix.ipojoApache Felix
HandlerManagerFactory This factory is able to create handler manager.Classorg.apache.felix.ipojoApache Felix
HandlerVisitorParses the @Handler annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
HeaderPreferenceSelectionA preference selection strategy based on a manifest header.Classorg.apache.felix.ipojo.extender.internal.queue.prefApache Felix
IdentityResourceMapperClassorg.apache.felix.ipojo.manipulator.store.mapperApache Felix
IgnoreA @Ignore annotation mark its annotated type to be ignored by the iPOJO manipulator.Classorg.apache.felix.ipojo.annotationsApache Felix
IgnoreAllBindingRegistryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
IgnoredDiscoveryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.discoveryApache Felix
ImportedServiceAllows defining an imported service.Classorg.apache.felix.ipojo.api.compositeApache Felix
InnerClassAdapterAdapts a inner class in order to allow accessing outer class fields.Classorg.apache.felix.ipojo.manipulationApache Felix
InnerClassCheckerAnalyze an inner class.Classorg.apache.felix.ipojo.manipulationApache Felix
InstanceAllows defining a contained instance.Classorg.apache.felix.ipojo.api.compositeApache Felix
InstanceClassorg.apache.felix.ipojo.configurationApache Felix
InstanceBuilderSupport class for fluent instance declaration building.Interfaceorg.apache.felix.ipojo.extenderApache Felix
InstanceBundleContextAwareInstance containers that can handle the bundle context from the instance declaration implement this interface, letting handlers and other entities to retrieve this bundle context.Interfaceorg.apache.felix.ipojo.extender.internal.linkerApache Felix
InstanceConfigurationSourceA context source giving access to system properties.Classorg.apache.felix.ipojo.utilApache Felix
InstanceDeclarationService published to instruct an instance creation.Interfaceorg.apache.felix.ipojo.extenderApache Felix
InstanceDescriptionInstance Description.Classorg.apache.felix.ipojo.architectureApache Felix
InstanceHandlerComposite Instance Handler.Classorg.apache.felix.ipojo.composite.instanceApache Felix
InstanceHandlerDescriptionDescription of the Instance Handler.Classorg.apache.felix.ipojo.composite.instanceApache Felix
InstanceManagerThis class defines the container of primitive instances.Classorg.apache.felix.ipojoApache Felix
InstanceStateListenerThis class defines instance state listeners.Interfaceorg.apache.felix.ipojoApache Felix
InstantiateThis annotation is used to create an 'empty' instance of the current component type.Classorg.apache.felix.ipojo.annotationsApache Felix
InstantiatedServiceAllows defining an instantiated sub-service.Classorg.apache.felix.ipojo.api.compositeApache Felix
InstantiateVisitorParse the @Instantitate annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
InvalidateClassorg.apache.felix.ipojo.annotationsApache Felix
InvocationResultClassorg.apache.felix.ipojo.utilApache Felix
IPojoContextThe iPOJO Context is a BundleContext implementation allowing the separation between Bundle context and Service (Bundle) Context.Classorg.apache.felix.ipojoApache Felix
IPojoFactoryThis class defines common mechanisms of iPOJO component factories (i.Classorg.apache.felix.ipojoApache Felix
IPOJOServiceFactoryiPOJO Service Factory is a special service factory handling to get the instance consuming the service.Interfaceorg.apache.felix.ipojoApache Felix
IPOJOURLHandleriPOJO URL Handler allowing installation time manipulation.Classorg.apache.felix.ipojo.online.manipulatorApache Felix
IsolatedClassLoaderA classloader used by the Classpath.Classorg.apache.felix.ipojo.manipulator.utilApache Felix
JarFileResourceStoreA JarFileResourceStore knows how to read and write resources from (to respectively) a Jar File.Classorg.apache.felix.ipojo.manipulator.storeApache Felix
JobRepresents a task that can be executed by the QueueService.Interfaceorg.apache.felix.ipojo.extender.queueApache Felix
JobInfoInterface to retrieve information about the job execution.Interfaceorg.apache.felix.ipojo.extender.queueApache Felix
JobInfoCallableA callable computing job statistics.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
LegacyGenericBindingRegistryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
LifecycleSimple start/stop interface.Interfaceorg.apache.felix.ipojo.extender.internalApache Felix
LifecycleCallbackThis class is the implementation of callback on lifecycle transition.Classorg.apache.felix.ipojo.handlers.lifecycle.callbackApache Felix
LifecycleCallbackHandlerLifecycle callback handler.Classorg.apache.felix.ipojo.handlers.lifecycle.callbackApache Felix
LifecycleQueueServiceAn interface composing QueueService and Lifecycle.Interfaceorg.apache.felix.ipojo.extender.internalApache Felix
LifecycleVisitorParse @Validate and @Invalidate annotations.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
LogAPI for the iPOJO internal Log system.Interfaceorg.apache.felix.ipojo.utilApache Felix
Logger This class is an helper class implementing a simple log system.Classorg.apache.felix.ipojo.utilApache Felix
ManagedTypeThis class is responsible to create the factory for a given type declaration.Classorg.apache.felix.ipojo.extender.internal.linkerApache Felix
ManifestAttributeFilterDefines a filter to be tested against Attribute contained If one filter accept the attribute, others are ignored.Interfaceorg.apache.felix.ipojo.manipulatorApache Felix
ManifestBuilderA ManifestBuilder is .Interfaceorg.apache.felix.ipojo.manipulator.storeApache Felix
ManifestMetadataParserThe Manifest Metadata parser reads a manifest file and builds the iPOJO metadata (Element / Attribute ) structure.Classorg.apache.felix.ipojo.parserApache Felix
ManifestProviderA ManifestProvider is responsible of providing the original Manifest of the manipulated Bundle.Interfaceorg.apache.felix.ipojo.manipulatorApache Felix
ManipulatedMetadataFilterA ManipulatedMetadataFilterAuthor:Felix Project TeamClassorg.apache.felix.ipojo.manipulator.renderApache Felix
ManipulatedResourcesWriterWrite manipulation result in the backend (store).Classorg.apache.felix.ipojo.manipulator.visitor.writerApache Felix
ManipulatedResultWriterGather manipulated bytecode.Classorg.apache.felix.ipojo.manipulator.visitor.writerApache Felix
ManipulationAdapterEmpty ManipulationVisitor visitor.Classorg.apache.felix.ipojo.manipulator.visitorApache Felix
ManipulationEngineA ManipulationEngine is responsible to drive the component's classes manipulation.Classorg.apache.felix.ipojo.manipulatorApache Felix
ManipulationPropertyStore properties for the manipulation process.Classorg.apache.felix.ipojo.manipulationApache Felix
ManipulationResultAdapterEmpty ManipulationResultVisitor visitor.Classorg.apache.felix.ipojo.manipulator.visitorApache Felix
ManipulationResultVisitorVisit manipulation results.Interfaceorg.apache.felix.ipojo.manipulatorApache Felix
ManipulationUnit Represent a component type to be manipulated or already manipulated.Classorg.apache.felix.ipojo.manipulatorApache Felix
ManipulationVisitorVisit manipulation results.Interfaceorg.apache.felix.ipojo.manipulatorApache Felix
ManipulatoriPOJO Byte code Manipulator.Classorg.apache.felix.ipojo.manipulationApache Felix
MetaAnnotationBindingRegistryThe MetaAnnotationBindingRegistry is a registry that tries to complete its list of bindings when an unknown one is detected.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
MetadataFilterDefines a filter to be tested against Element before rendering them into the Manifest.Interfaceorg.apache.felix.ipojo.manipulator.renderApache Felix
MetadataProviderA MetadataProvider is responsible to provide iPOJO's metadata.Interfaceorg.apache.felix.ipojo.manipulatorApache Felix
MetadataRendererA MetadataRenderer renders a given Element into a String.Classorg.apache.felix.ipojo.manipulator.renderApache Felix
MetadatasStreams is a utility class that helps to manipulate streams.Classorg.apache.felix.ipojo.manipulator.utilApache Felix
MethodBindVisitorParse @Bind & @Unbind annotations on methods.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bindApache Felix
MethodCodeAdapterInsert code calling callbacks at the entry and before the exit of a method.Classorg.apache.felix.ipojo.manipulationApache Felix
MethodDescriptorMethod Descriptor describe a method.Classorg.apache.felix.ipojo.manipulationApache Felix
MethodGenericVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
MethodInterceptor A class implementing this interface is able to be notified of method invocations ( i.Interfaceorg.apache.felix.ipojoApache Felix
MethodMetadataInformation on Method for the composition.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
MethodMetadataA Method Metadata represents a method from the implementation class.Classorg.apache.felix.ipojo.parserApache Felix
MethodMetadataCollectorClassorg.apache.felix.ipojo.manipulator.metadata.annotationApache Felix
MethodPropertyVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
MethodsFluent API to retrieve methods.Classorg.apache.felix.ipojo.utilApache Felix
MethodStereotypeVisitorParse stereotypes for methods.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotypeApache Felix
MissingHandlerExceptionMissing Handler Exception.Classorg.apache.felix.ipojoApache Felix
ModifiedThis annotation declares a modify method.Classorg.apache.felix.ipojo.annotationsApache Felix
ModuleA Module is the contributions from third party to the iPOJO manipulation process.Interfaceorg.apache.felix.ipojo.manipulator.spiApache Felix
ModuleProviderDiscover Modules available in the environment.Interfaceorg.apache.felix.ipojo.manipulator.spiApache Felix
NamesClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.utilApache Felix
NamingThreadFactoryA thread factory setting the name of the created thread.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
NullableA Nullable object must implement this interface.Interfaceorg.apache.felix.ipojoApache Felix
NullableObjectDefault nullable object.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
NullBindingClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ignoreApache Felix
NullVisitorFactoryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ignoreApache Felix
ParameterBindVisitorParse @Bind & @Unbind annotations on method's parameters.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bindApache Felix
ParameterGenericVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
ParameterPropertyVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
ParameterStereotypeVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotypeApache Felix
ParseExceptionException thrown by parsers.Classorg.apache.felix.ipojo.parserApache Felix
ParseExceptionExceptions thrown by parsers.Classorg.apache.felix.ipojo.xml.parserApache Felix
ParseUtilsParser Utility Methods.Classorg.apache.felix.ipojo.parserApache Felix
PlaybackInterfaceorg.apache.felix.ipojo.manipulator.metadata.annotation.modelApache Felix
PojoInterface implemented by each manipulated class.Interfaceorg.apache.felix.ipojoApache Felix
PojoizationPojoization allows creating an iPOJO bundle from a normal bundle.Classorg.apache.felix.ipojo.manipulatorApache Felix
PojoMetadataManipulation Metadata allows getting information about the implementation class without using reflection such as implemented interfaces, super class,Classorg.apache.felix.ipojo.parserApache Felix
POJOWriterCreate the Proxy class.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
PolicyServiceContextThe policy service context is a service context aiming to resolve service dependencies inside different service context according to a policy.Classorg.apache.felix.ipojoApache Felix
PostRegistrationDeclares a method to be notified after service registration is effective.Classorg.apache.felix.ipojo.annotationsApache Felix
PostRegistrationVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
PostUnregistrationDeclares a method to be notified after service un-registration is effective.Classorg.apache.felix.ipojo.annotationsApache Felix
PostUnregistrationVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
PredicateA Predicate is executed with a given BindingContext and returns true if the matches(BindingContext) operation is a success.Interfaceorg.apache.felix.ipojo.manipulator.spiApache Felix
PredicatesReady-to-use Predicate implementations.Classorg.apache.felix.ipojo.manipulator.spi.helperApache Felix
PreferenceThe processing preference.Classorg.apache.felix.ipojo.extender.internal.queue.prefApache Felix
PreferenceQueueServiceAn implementation of the queue service delegating on the synchronous and asynchronous implementations according to the processing preference.Classorg.apache.felix.ipojo.extender.internal.queue.prefApache Felix
PreferenceSelectionAn interface to choose the processing preference.Interfaceorg.apache.felix.ipojo.extender.internal.queue.prefApache Felix
PrefixedThreadFactoryA thread factory setting the name of the created thread.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
PrimitiveComponentTypeAllows defining primitive component types.Classorg.apache.felix.ipojo.apiApache Felix
PrimitiveHandlerThis class defines common mechanisms of primitive handlers.Classorg.apache.felix.ipojoApache Felix
PrimitiveInstanceDescriptionPrimitive Instance Description.Classorg.apache.felix.ipojoApache Felix
PrimitiveTypeDescriptionClassorg.apache.felix.ipojoApache Felix
PropertyThis annotation declares a component property.Classorg.apache.felix.ipojo.annotationsApache Felix
PropertyAllows configuring a configuration property.Classorg.apache.felix.ipojo.apiApache Felix
PropertyProperty class managing a managed value.Classorg.apache.felix.ipojo.utilApache Felix
PropertyDescriptionProperty Information.Classorg.apache.felix.ipojo.architectureApache Felix
ProvidedServiceAllows defining a provided service.Classorg.apache.felix.ipojo.api.compositeApache Felix
ProvidedServiceComposite Provided Service.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
ProvidedServiceProvided Service represent a provided service by the component.Classorg.apache.felix.ipojo.handlers.providedserviceApache Felix
ProvidedServiceDescriptionProvided Service Description.Classorg.apache.felix.ipojo.handlers.providedserviceApache Felix
ProvidedServiceHandlerComposite Provided Service Handler.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
ProvidedServiceHandlerComposite Provided Service Handler.Classorg.apache.felix.ipojo.handlers.providedserviceApache Felix
ProvidedServiceHandlerDescriptionProvided Service Handler Description for composite.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
ProvidedServiceHandlerDescriptionProvided Service Handler Description.Classorg.apache.felix.ipojo.handlers.providedserviceApache Felix
ProvidedServiceListenerListener interface for services provided by iPOJO component instances.Interfaceorg.apache.felix.ipojo.handlers.providedserviceApache Felix
ProvidesThis annotation declares that the component instances will provide a service.Classorg.apache.felix.ipojo.annotationsApache Felix
ProvidesVisitorParse the @Provides annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
ProxyGeneratorGenerates proxy class delegating operation invocations thanks to aAuthor:Felix Project TeamClassorg.apache.felix.ipojo.handlers.dependencyApache Felix
QueueEventProxyThis service record events from a QueueService.Interfaceorg.apache.felix.ipojo.extender.queue.debugApache Felix
QueueListenerA QueueListener provides queue management information to external entities: Job submissionJob executionJob result (success or failure)Interfaceorg.apache.felix.ipojo.extender.queueApache Felix
QueueNotifierInternal interface to de-couple event producer and event listeners.Interfaceorg.apache.felix.ipojo.extender.internal.queueApache Felix
QueueServiceDefinition of the queue service.Interfaceorg.apache.felix.ipojo.extender.queueApache Felix
QueuingActivationProcessorA bundle processor submitting the activating job to the queue service.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
QuotedTokenizerParse on OSGi Manifest clause.Classorg.apache.felix.ipojo.manipulatorApache Felix
ReflectionClassorg.apache.felix.ipojo.utilApache Felix
ReflectiveFactoryBuilderAn Factory builder using a reflective call to build the factory.Classorg.apache.felix.ipojo.extender.internal.builderApache Felix
ReplayInterfaceorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
ReplayQueueEventProxyClassorg.apache.felix.ipojo.extender.internal.queue.debugApache Felix
ReporterA Reporter is responsible to handle feedback from within the manipulation process in order to let API consumers deal with errorsInterfaceorg.apache.felix.ipojo.manipulatorApache Felix
RequiresThis annotation declares a service requirement.Classorg.apache.felix.ipojo.annotationsApache Felix
RequiresVisitorAnnotationVisitor parsing the @Requires annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
ResourceMapperA ResourceMapper maps resource name from a reference to another one.Interfaceorg.apache.felix.ipojo.manipulator.storeApache Felix
ResourceStoreAbstract input/output for the manipulation process.Interfaceorg.apache.felix.ipojo.manipulatorApache Felix
ResourceVisitorA ResourceVisitor is invoked when a potential class isAuthor:Felix Project TeamInterfaceorg.apache.felix.ipojo.manipulatorApache Felix
ReverseBundleProcessorA bundle processor delegating a wrapped bundle processor.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
RootGenericVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
SchemaResolverEntity Resolver loading embedded XML Schemas.Classorg.apache.felix.ipojo.xml.parserApache Felix
SecurityHelperMethods checking security permissions.Classorg.apache.felix.ipojo.utilApache Felix
SelectionA Selection is used to select a subset of all supported AnnotationVisitor.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.registryApache Felix
ServiceAllows configuring a provided service.Classorg.apache.felix.ipojo.apiApache Felix
ServiceBindingInterceptorA service to modify / monitor the service bindings.Interfaceorg.apache.felix.ipojo.dependency.interceptorsApache Felix
ServiceContextA service context is the facade of a service registry.Interfaceorg.apache.felix.ipojoApache Felix
ServiceControllerThis annotation declares a service controller.Classorg.apache.felix.ipojo.annotationsApache Felix
ServiceControllerVisitorParses a @ServiceController annotation.Classorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
ServiceDependencyHandlerService Instantiator Class.Classorg.apache.felix.ipojo.composite.service.instantiatorApache Felix
ServiceExporterExport an service from the scope to the parent context.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
ServiceImporterImport a service form the parent to the internal service registry.Classorg.apache.felix.ipojo.composite.service.instantiatorApache Felix
ServiceInstantiatorDescriptionDescription of the Service Creator Handler.Classorg.apache.felix.ipojo.composite.service.instantiatorApache Felix
ServiceListMaintains a list of service object.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
ServiceLoaderModuleProviderFind Modules using the ServiceLoader mechanisms.Classorg.apache.felix.ipojo.manipulator.spi.providerApache Felix
ServiceLocatorA simple utility class to retrive services from the service registry.Classorg.apache.felix.ipojo.utilApache Felix
ServiceObjectFactoryInterfaceorg.apache.felix.ipojo.handlers.providedservice.strategyApache Felix
ServicePropertyThis annotation declares a service property.Classorg.apache.felix.ipojo.annotationsApache Felix
ServicePropertyAllows configuring a service property.Classorg.apache.felix.ipojo.apiApache Felix
ServiceRankingInterceptorA service to influence the sorting of services on a service dependency.Interfaceorg.apache.felix.ipojo.dependency.interceptorsApache Felix
ServiceReferenceImplInternal service reference implementation.Classorg.apache.felix.ipojo.contextApache Felix
ServiceReferenceManagerThis class is handling the transformations between the base service set and the selected service set.Classorg.apache.felix.ipojo.dependency.implApache Felix
ServiceReferenceRankingComparatorService Reference Comparator.Classorg.apache.felix.ipojo.utilApache Felix
ServiceReferenceUtilsSome utility methods to handle service references.Classorg.apache.felix.ipojo.dependency.implApache Felix
ServiceRegistrationImplInternal service registration implementation.Classorg.apache.felix.ipojo.contextApache Felix
ServiceRegistryInternal Service Registry.Classorg.apache.felix.ipojo.contextApache Felix
ServiceSetMaintains a service object collection.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
ServiceTrackingInterceptorA service to influence the visibility of services within a service dependency.Interfaceorg.apache.felix.ipojo.dependency.interceptorsApache Felix
ServiceUsageObject managing thread local copy of required services.Classorg.apache.felix.ipojo.handlers.dependencyApache Felix
SingletonComponentTypeAllows defining a primitive component type that create an unique instance when created.Classorg.apache.felix.ipojo.apiApache Felix
SourceManagerThis class manages context-source management.Classorg.apache.felix.ipojo.composite.utilApache Felix
SpecificationMetadataRepresent a service specification.Classorg.apache.felix.ipojo.composite.service.providesApache Felix
StaticServicePropertyThis annotation declares a static service property.Classorg.apache.felix.ipojo.annotationsApache Felix
StatisticObjects wrapping the QueueService statistics.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
StatusThe declaration status.Interfaceorg.apache.felix.ipojo.extenderApache Felix
StereotypeIn many systems, use of architectural patterns produces a set of recurring roles.Classorg.apache.felix.ipojo.annotationsApache Felix
StereotypeDiscoveryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.discoveryApache Felix
StereotypeVisitorFactoryClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotypeApache Felix
StreamMetadataProviderA StreamManifestProvider knows how to load metadata from an InputStream.Classorg.apache.felix.ipojo.manipulator.metadataApache Felix
StreamsStreams is a utility class that helps to manipulate streams.Classorg.apache.felix.ipojo.manipulator.utilApache Felix
StreamUtilsUtility method to handle streams.Classorg.apache.felix.ipojo.utilApache Felix
StringMapSimple utility class that creates a map for string-based keys by extending TreeMap.Classorg.apache.felix.ipojo.contextApache Felix
StringsStrings is a utility class that helps to manipulate String.Classorg.apache.felix.ipojo.manipulator.utilApache Felix
SubArrayVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
SvcInstanceManage a service instantiation.Classorg.apache.felix.ipojo.composite.service.instantiatorApache Felix
SynchronousQueueServiceAn implementation of the Lifecycle Queue Service for synchronous processing.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
SystemLogServiceDefault implementation based on System.Classorg.apache.felix.ipojo.online.manipulatorApache Felix
SystemPropertiesSourceA context source giving access to system properties.Classorg.apache.felix.ipojo.utilApache Felix
SystemReporterA SystemReporter reports feedback from within the manipulation process.Classorg.apache.felix.ipojo.manipulator.reporterApache Felix
TemporalDependencyAllows configuring a service dependencies.Classorg.apache.felix.ipojo.apiApache Felix
TrackerUtility class close to the OSGi Service Tracker.Classorg.apache.felix.ipojo.utilApache Felix
TrackerCustomizerInterfaceorg.apache.felix.ipojo.utilApache Felix
TransformedServiceReferenceTransformed service reference is an interface letting updating the properties of a service reference.Interfaceorg.apache.felix.ipojo.dependency.interceptorsApache Felix
TransformedServiceReferenceImplClassorg.apache.felix.ipojo.dependency.implApache Felix
TypeDeclarationService exposed to instruct a factory creation.Interfaceorg.apache.felix.ipojo.extenderApache Felix
TypeGenericVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.genericApache Felix
TypeStereotypeVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotypeApache Felix
UnacceptableConfigurationUnacceptableConfiguration occurs when a factory refuses to create an instance.Classorg.apache.felix.ipojoApache Felix
UnbindThis annotation declares an unbind method.Classorg.apache.felix.ipojo.annotationsApache Felix
UpdatedThis annotation declares an updated callback.Classorg.apache.felix.ipojo.annotationsApache Felix
UpdatedVisitorClassorg.apache.felix.ipojo.manipulator.metadata.annotation.visitorApache Felix
ValidateClassorg.apache.felix.ipojo.annotationsApache Felix
VisitClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
VisitAnnotationClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
VisitArrayClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
VisitEndClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
VisitEnumClassorg.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replayApache Felix
WABResourceMapperA WABResourceMapper knows how to map resource names for a Web Application Bundle (WAB).Classorg.apache.felix.ipojo.manipulator.store.mapperApache Felix
XMLMetadataParserXML Metadata parser.Classorg.apache.felix.ipojo.xml.parserApache Felix
ConfigurationHandlerThe ConfigurationHandler class implements configuration reading form a java.Classorg.apache.felix.cm.fileApache Felix
FilePersistenceManagerThe FilePersistenceManager class stores configuration data in properties-like files inside a given directory.Classorg.apache.felix.cm.fileApache Felix
PersistenceManagerThe PersistenceManager interface defines the API to be implemented to support persisting configuration data.Interfaceorg.apache.felix.cmApache Felix
AdapterServiceAnnotates an Adapater service.Classorg.apache.felix.dm.annotation.apiApache Felix
AspectServiceClassorg.apache.felix.dm.annotation.apiApache Felix
ComponentExceptionException thrown when a Component can't be instantiated using a ComponentFactory.Classorg.apache.felix.dm.runtime.apiApache Felix
ComponentFactoryWhen a Component is annotated with a DM Component annotation with a factoryName attribute, a corresponding ComponentFactory is registered in the OSGi service registry with a @link ComponentFactory#FACTORY_NAME Interfaceorg.apache.felix.dm.runtime.apiApache Felix
ComponentInstanceInterfaceorg.apache.felix.dm.runtime.apiApache Felix
AbstractCustomizerActionSetActions which can be performed on a given customizer interface.Classorg.apache.felix.dm.trackerApache Felix
AbstractDependencyAbstract class for implementing Dependencies.Classorg.apache.felix.dm.contextApache Felix
BundleDependencyInterfaceorg.apache.felix.dmApache Felix
BundleTrackerThe BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.Classorg.apache.felix.dm.trackerApache Felix
BundleTrackerCustomizerThe BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that areInterfaceorg.apache.felix.dm.trackerApache Felix
CircularDependencyClassorg.apache.felix.dm.diagnosticsApache Felix
ComponentComponent interface.Interfaceorg.apache.felix.dmApache Felix
ComponentContextThis interface is the entry point to the Component implementation context.Interfaceorg.apache.felix.dm.contextApache Felix
ComponentDeclarationDescribes a component.Interfaceorg.apache.felix.dmApache Felix
ComponentDependencyDeclarationDescribes a component dependency.Interfaceorg.apache.felix.dmApache Felix
ComponentExecutorFactory volatile Executor m_threadPool; void updated(Dictionary conf) {Interfaceorg.apache.felix.dmApache Felix
ComponentStateComponent states.Classorg.apache.felix.dmApache Felix
ComponentStateListenerThis interface can be used to register a component state listener.Interfaceorg.apache.felix.dmApache Felix
ConfigurationDependencyConfiguration dependency that can track the availability of a (valid) configuration.Interfaceorg.apache.felix.dmApache Felix
DependencyGeneric dependency for a component.Interfaceorg.apache.felix.dmApache Felix
DependencyActivatorBaseBase bundle activator class.Classorg.apache.felix.dmApache Felix
DependencyContextEvery DependencyManager Dependency implementations must implement this interface.Interfaceorg.apache.felix.dm.contextApache Felix
DependencyGraphThe dependency graph is a view of all components managed by the dependency manager and of their dependencies.Classorg.apache.felix.dm.diagnosticsApache Felix
DependencyManagerThe dependency manager manages all components and their dependencies.Classorg.apache.felix.dmApache Felix
EventAn event holds all data that belongs to some external event as it comes in via the 'changed' callback of a dependency.Classorg.apache.felix.dm.contextApache Felix
EventTypeTypes of dependency eventsEnum Constant SummaryClassorg.apache.felix.dm.contextApache Felix
FilterIndexA filter index is an interface you can implement to create your own, optimized index for specific filter expressions.Interfaceorg.apache.felix.dmApache Felix
LoggerThis class mimics the standard OSGi LogService interface.Classorg.apache.felix.dmApache Felix
MissingDependencyThis represents a missing dependency.Classorg.apache.felix.dm.diagnosticsApache Felix
PropertyMetaDataThis interface defines meta data regarding a given configuration property.Interfaceorg.apache.felix.dmApache Felix
ResourceDependencyA resource dependency is a dependency on a resource.Interfaceorg.apache.felix.dmApache Felix
ResourceHandlerService interface for anybody wanting to be notified of changes to resources.Interfaceorg.apache.felix.dmApache Felix
ResourceUtilUtility class for resource handling.Classorg.apache.felix.dmApache Felix
ServiceDependencyService dependency that can track an OSGi service.Interfaceorg.apache.felix.dmApache Felix
ServiceTrackerThe ServiceTracker class simplifies using services from the Framework's service registry.Classorg.apache.felix.dm.trackerApache Felix
ServiceTrackerCustomizerThe ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that areInterfaceorg.apache.felix.dm.trackerApache Felix
FormatJava 1.Classorg.apache.felix.inventoryApache Felix
InventoryPrinterThe InventoryPrinter is a service interface to be implemented by providers which want to hook into the display of theInterfaceorg.apache.felix.inventoryApache Felix
ZipAttachmentProviderThis is an optional extension of the InventoryPrinter.Interfaceorg.apache.felix.inventoryApache Felix
ComponentThe Component interface represents a single component managed by the Service Component Runtime.Interfaceorg.apache.felix.scrApache Felix
ExtComponentContextThe ExtComponentContext is a custom extension of the standard ComponentContext allowing to update the service registrationInterfaceorg.apache.felix.scr.componentApache Felix
ReferenceThe Reference interface represents a single reference (or dependency) to a service used by a Component.Interfaceorg.apache.felix.scrApache Felix
ScrServiceThe ScrService represents the Declarative Services main controller also known as the Service Component Runtime or SCR for short.Interfaceorg.apache.felix.scrApache Felix
AbstractWebConsolePluginThe Web Console can be extended by registering an OSGi service for the interface Servlet with the service propertyClassorg.apache.felix.webconsoleApache Felix
AttachmentProviderThis is an optional extension of the ConfigurationPrinter.Interfaceorg.apache.felix.webconsoleApache Felix
BrandingPluginThe BrandingPlugin is the service interface for the most elaborate way of branding the web console.Interfaceorg.apache.felix.webconsoleApache Felix
BundleInfoThis entity defines additional bundle information entry, that is provided by the BundleInfoProvider.Classorg.apache.felix.webconsole.bundleinfoApache Felix
BundleInfoProviderThe bundle info provider allows the user to supply additional information that will be used by the Web Console bundle plugin.Interfaceorg.apache.felix.webconsole.bundleinfoApache Felix
BundleInfoTypeThis pre-java 5 enum defines all valid bundle information value types.Classorg.apache.felix.webconsole.bundleinfoApache Felix
ConfigurationPrinterThe ConfigurationPrinter is a service interface to be used by providers which want to hook into the display of the current configurationInterfaceorg.apache.felix.webconsoleApache Felix
DefaultBrandingPluginThe DefaultBrandingPlugin class is the default implementation of the BrandingPlugin interface.Classorg.apache.felix.webconsoleApache Felix
DefaultVariableResolverThe DefaultVariableResolver is a HashMap based default implementation of the VariableResolver interface.Classorg.apache.felix.webconsoleApache Felix
LocalizationHelperThe localization helper is supposed to be used from the bundle info providers.Classorg.apache.felix.webconsole.i18nApache Felix
ModeAwareConfigurationPrinterThis is an optional extension of the ConfigurationPrinter.Interfaceorg.apache.felix.webconsoleApache Felix
SimpleWebConsolePluginSimpleWebConsolePlugin is an utility class that provides default implementation of the AbstractWebConsolePlugin and supports theClassorg.apache.felix.webconsoleApache Felix
VariableResolverThe VariableResolver interface defines the API for an object which may be provided by plugins to provide replacement values forInterfaceorg.apache.felix.webconsoleApache Felix
WebConsoleConstantsInterfaceorg.apache.felix.webconsoleApache Felix
WebConsoleSecurityProviderThe WebConsoleSecurityProvider is a service interface allowing to use an external system to authenticate users before granting access to theInterfaceorg.apache.felix.webconsoleApache Felix
WebConsoleSecurityProvider2The WebConsoleSecurityProvider2 extends the WebConsoleSecurityProvider interface allowing for full control ofInterfaceorg.apache.felix.webconsoleApache Felix
WebConsoleUtilThe WebConsoleUtil provides various utility methods for use by Web Console plugins.Classorg.apache.felix.webconsoleApache Felix
AbstractURLStreamHandlerServiceAbstract implementation of the URLStreamHandlerService interface.Classorg.osgi.service.urlKnoplerFish
AbstractWiringNamespaceWiring Capability and Requirement Namespaces base class.Classorg.osgi.framework.namespaceKnoplerFish
AclAcl is an immutable class representing structured access to DMT ACLs.Classorg.osgi.service.dmtKnoplerFish
ActivateIdentify the annotated method as the activate method of a Service The annotated method is the activate method of the Component.Classorg.osgi.service.component.annotationsKnoplerFish
AD This class contains get and parse methods for operations related to constructing AttributeDefinition.Classorg.knopflerfish.util.metatypeKnoplerFish
AdaptPermissionA bundle's authority to adapt an object to a type.Classorg.osgi.frameworkKnoplerFish
AdminPermissionA bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle.Classorg.osgi.frameworkKnoplerFish
AEConstructor SummaryAE(java.Classorg.knopflerfish.util.metatypeKnoplerFish
AlertItemImmutable data structure carried in an alert (client initiated notification).Classorg.osgi.service.dmt.notificationKnoplerFish
AlertPermissionIndicates the callers authority to send alerts to management servers, identified by their principal names.Classorg.osgi.service.dmt.securityKnoplerFish
AliasThis class contains aliases for system properties.Classorg.knopflerfish.util.frameworkKnoplerFish
AllServiceListenerA ServiceEvent listener that does not filter based upon package wiring.Interfaceorg.osgi.frameworkKnoplerFish
ApplicationAdminPermissionThis class implements permissions for manipulating applications and their ApplicationAdminPermission can be targeted to applications that matches theClassorg.osgi.service.applicationKnoplerFish
ApplicationContextApplicationContext is the access point for an OSGi-aware application to the features of the OSGi Service Platform.Interfaceorg.osgi.applicationKnoplerFish
ApplicationDescriptorAn OSGi service that represents an installed application and stores information about it.Classorg.osgi.service.applicationKnoplerFish
ApplicationExceptionThis exception is used to indicate problems related to application lifecycle ApplicationException object is created by the Application Admin toClassorg.osgi.service.applicationKnoplerFish
ApplicationHandleApplicationHandle is an OSGi service interface which represents an instance of an application.Classorg.osgi.service.applicationKnoplerFish
ApplicationServiceEventAn event from the Framework describing a service lifecycle change.Classorg.osgi.applicationKnoplerFish
ApplicationServiceListenerAn ApplicationServiceEvent listener.Interfaceorg.osgi.applicationKnoplerFish
AttributeDefinitionAn interface to describe an attribute.Interfaceorg.osgi.service.metatypeKnoplerFish
AuthorizationThe Authorization interface encapsulates an authorization context on which bundles can base authorization decisions, where appropriate.Interfaceorg.osgi.service.useradminKnoplerFish
BackEndControlService that can be used to load the user admin with contents from a back end system, save the user admin's current contents to the back end system and getInterfaceorg.knopflerfish.service.um.useradminKnoplerFish
BackEndExceptionBackEndException is the base class for exceptions thrown from BackEndControl.Classorg.knopflerfish.service.um.useradminKnoplerFish
BackingStoreExceptionThrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.Classorg.osgi.service.prefsKnoplerFish
Base64Classorg.knopflerfish.utilKnoplerFish
BasicEnvelopeBasicEnvelope is an implementation of the Envelope interfaceAuthor:$Id: e7f7111ce0f9259810300c2004ab0013bcb0163a $ImmutableClassorg.osgi.service.wireadminKnoplerFish
BasicRequirementClassorg.knopflerfish.service.repositorymanagerKnoplerFish
BeanArgumentMetadata for a factory method or constructor argument of a bean.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
BeanMetadataMetadata for a Bean component.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
BeanPropertyMetadata for a property to be injected into a bean.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
BlueprintContainerA Blueprint Container represents the managed state of a Blueprint bundle.Interfaceorg.osgi.service.blueprint.containerKnoplerFish
BlueprintEvent BlueprintEvent objects are delivered to all registered BlueprintListener services.Classorg.osgi.service.blueprint.containerKnoplerFish
BlueprintListenerA BlueprintEvent Listener.Interfaceorg.osgi.service.blueprint.containerKnoplerFish
BuilderA container for attributes and directives under a certain namespace.Classorg.osgi.service.indexerKnoplerFish
Bundle An extension of the Jar task that builds an OSGi bundle.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleAn installed bundle in the Framework.Interfaceorg.osgi.frameworkKnoplerFish
BundleActivatorCustomizes the starting and stopping of a bundle.Interfaceorg.osgi.frameworkKnoplerFish
BundleArchivesA class that analyzes all bundle jar files given by a list of resource collections (file sets).Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleCapabilityA capability that has been declared from a bundleVersion:$Id: 39086f7e6086c2b3d83fbcb976a011cf69483ad8 $ThreadSafeConsumers of this API must not implement this interfaceInterfaceorg.osgi.framework.wiringKnoplerFish
BundleClasspathTaskTask that translates the value of the OSGi specified manifest header Bundle-Classpath into either a file set or patternClassorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleContextA bundle's execution context within the Framework.Interfaceorg.osgi.frameworkKnoplerFish
BundleEventAn event from the Framework describing a bundle lifecycle change.Classorg.osgi.frameworkKnoplerFish
BundleExceptionA Framework exception used to indicate that a bundle lifecycle problem A BundleException object is created by the Framework to denote anClassorg.osgi.frameworkKnoplerFish
BundleFilterInterfaceorg.knopflerfish.service.desktopKnoplerFish
BundleHTMLExtractorTaskTask that analyzes a set of bundle jar files and builds HTML documentation from these bundles.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleInfoRepresents a bundle in the array given back by the DeploymentPackage.Interfaceorg.osgi.service.deploymentadminKnoplerFish
BundleInfoTaskTask that analyzes sets of class files and jar files that will be the contents of some bundle.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleJavadocHelperTaskTask that helps building arguments to javadoc.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleListenerA BundleEvent listener.Interfaceorg.osgi.frameworkKnoplerFish
BundleLocationConditionCondition to test if the location of a bundle matches or does not match a pattern.Classorg.osgi.service.condpermadminKnoplerFish
BundleLocatorDetermines a sub-set of bundles from a given file set.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleManifestTaskExtension of the standard Manifest task.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleMetaTypeResourceFields inherited from interface org.Classorg.knopflerfish.util.metatypeKnoplerFish
BundleMvnAntTaskTask that analyzes a set of bundle jar files and builds an ant build file that can deploy those jar files to a Maven 2 repository.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleNamespaceBundle Capability and Requirement Namespace.Classorg.osgi.framework.namespaceKnoplerFish
BundlePackagesInfoClass that holds the results of the Java package analysis of all classes in a bundle.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundlePermissionA bundle's authority to require or provide a bundle or to receive or attach A bundle symbolic name defines a unique fully qualified name.Classorg.osgi.frameworkKnoplerFish
BundleReferenceA reference to a Bundle.Interfaceorg.osgi.frameworkKnoplerFish
BundleRequirementA requirement that has been declared from a bundleVersion:$Id: 212ffb64f724d982db86ff7e49ed64ea530e670a $ThreadSafeConsumers of this API must not implement this interfaceInterfaceorg.osgi.framework.wiringKnoplerFish
BundleRevisionBundle Revision.Interfaceorg.osgi.framework.wiringKnoplerFish
BundleRevisionsThe bundle revisions of a bundle.Interfaceorg.osgi.framework.wiringKnoplerFish
BundleSelectionListenerCallback listener for changes in BundleSelectionModel.Interfaceorg.knopflerfish.service.desktopKnoplerFish
BundleSelectionModelModel describing which bundles are selected.Interfaceorg.knopflerfish.service.desktopKnoplerFish
BundleSignerConditionCondition to test if the signer of a bundle matches or does not match a pattern.Classorg.osgi.service.condpermadminKnoplerFish
BundleStartLevelQuery and modify the start level information for a bundle.Interfaceorg.osgi.framework.startlevelKnoplerFish
BundleTrackerThe BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.Classorg.osgi.util.trackerKnoplerFish
BundleTrackerCustomizerThe BundleTrackerCustomizer interface allows a BundleTracker to customize the Bundles that are tracked.Interfaceorg.osgi.util.trackerKnoplerFish
BundleUserDocNavigateTask This task is used when building bundle user documentation for a Knopflerfish release, it builds the navigation frame listingClassorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
BundleWireA wire connecting a BundleCapability to a BundleRequirement.Interfaceorg.osgi.framework.wiringKnoplerFish
BundleWiringA wiring for a bundle.Interfaceorg.osgi.framework.wiringKnoplerFish
ByteArrayA converter class used to read primitive datatypes from, or write them to, a bytearray, starting at position index.Classorg.knopflerfish.utilKnoplerFish
ByteFormatterTaskSets a property to a formatted value in ki, Mi, Gi, Ti, Pi, Ei, Zi and Yi with an optional unit.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
CachedObjectAn object with a timeout.Classorg.knopflerfish.utilKnoplerFish
CacheMapTimeout version of a HashMap.Classorg.knopflerfish.utilKnoplerFish
CapabilityA capability that has been declared from a Resource.Interfaceorg.osgi.resourceKnoplerFish
CapabilityClassorg.osgi.service.indexerKnoplerFish
CapabilityPermissionA bundle's authority to provide or require a capability.Classorg.osgi.frameworkKnoplerFish
ClassAnalyserASMVisitor implementation that populates a BundlePackagesInfo object with data about the given class.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
ClassLoaderUtilUtility class for handling common class loading cases, like wrapping external libraries in the correct context class loader.Classorg.knopflerfish.utilKnoplerFish
CMDataReaderClassorg.knopflerfish.shared.cmKnoplerFish
CMDataWriterClassorg.knopflerfish.shared.cmKnoplerFish
CollectionMetadataMetadata for a collection based value.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
CollisionHookOSGi Framework Bundle Collision Hook Service.Interfaceorg.osgi.framework.hooks.bundleKnoplerFish
CommandGroupInterface for a command group service.Interfaceorg.knopflerfish.service.consoleKnoplerFish
CommandGroupAdapterAdapter class for CommandGroup.Classorg.knopflerfish.service.consoleKnoplerFish
CommandProcessorA Command Processor is a service that is registered by a script engine that can execute commands.Interfaceorg.osgi.service.commandKnoplerFish
CommandSessionA Command Session holds the executable state of a script engine as well as the keyboard and console streams.Interfaceorg.osgi.service.commandKnoplerFish
CommDriverInterfacegnu.ioKnoplerFish
CommPortClassgnu.ioKnoplerFish
CommPortIdentifierClassgnu.ioKnoplerFish
CommPortOwnershipListenerInterfacegnu.ioKnoplerFish
CompareClassorg.knopflerfish.utilKnoplerFish
CompareFuncLike the 1.Interfaceorg.knopflerfish.util.sortKnoplerFish
ComponentThe Component interface represents a single component managed by the Service Component Runtime.Interfaceorg.apache.felix.scrKnoplerFish
ComponentIdentify the annotated class as a Service Component.Classorg.osgi.service.component.annotationsKnoplerFish
ComponentConstantsDefines standard names for Service Component constants.Interfaceorg.osgi.service.componentKnoplerFish
ComponentContextA Component Context object is used by a component instance to interact with its execution context including locating services by reference name.Interfaceorg.osgi.service.componentKnoplerFish
ComponentDefinitionExceptionA Blueprint exception indicating that a component definition is in error.Classorg.osgi.service.blueprint.containerKnoplerFish
ComponentExceptionUnchecked exception which may be thrown by the Service Component Runtime.Classorg.osgi.service.componentKnoplerFish
ComponentFactoryWhen a component is declared with the factory attribute on its component element, the Service Component Runtime will register aInterfaceorg.osgi.service.componentKnoplerFish
ComponentInstanceA ComponentInstance encapsulates a component instance of an activated component configuration.Interfaceorg.osgi.service.componentKnoplerFish
ComponentMetadataMetadata for managed components.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ConditionThis interface represents a Condition that is managed by a A Condition may have a filter associated with it.Interfaceorg.knopflerfish.service.um.useradminKnoplerFish
ConditionThe interface implemented by a Condition.Interfaceorg.osgi.service.condpermadminKnoplerFish
ConditionalPermissionAdminFramework service to administer Conditional Permissions.Interfaceorg.osgi.service.condpermadminKnoplerFish
ConditionalPermissionInfoA list of Permissions guarded by a list of conditions with an access decision.Interfaceorg.osgi.service.condpermadminKnoplerFish
ConditionalPermissionUpdateUpdate the Conditional Permission Table.Interfaceorg.osgi.service.condpermadminKnoplerFish
ConditionInfoCondition representation used by the Conditional Permission Admin service.Classorg.osgi.service.condpermadminKnoplerFish
ConfigurableSupports a configuration object.Interfaceorg.osgi.frameworkKnoplerFish
ConfigurationThe configuration information for a ManagedService or ManagedServiceFactory object.Interfaceorg.osgi.service.cmKnoplerFish
ConfigurationAdminService for administering configuration data.Interfaceorg.osgi.service.cmKnoplerFish
ConfigurationEventA Configuration Event.Classorg.osgi.service.cmKnoplerFish
ConfigurationExceptionAn Exception class to inform the Configuration Admin service of problems with configuration data.Classorg.osgi.service.cmKnoplerFish
ConfigurationListenerListener for Configuration Events.Interfaceorg.osgi.service.cmKnoplerFish
ConfigurationPermissionIndicates a bundle's authority to configure bundles or be updated by Configuration Admin.Classorg.osgi.service.cmKnoplerFish
ConfigurationPluginA service interface for processing configuration dictionary before the A bundle registers a ConfigurationPlugin object in order to processInterfaceorg.osgi.service.cmKnoplerFish
ConfigurationPolicyenum ConfigurationPolicyextends java.Classorg.osgi.service.component.annotationsKnoplerFish
ConnectionFactoryA Connection Factory service is called by the implementation of the Connector Service to create javax.Interfaceorg.osgi.service.ioKnoplerFish
ConnectorServiceThe Connector Service should be called to create and open javax.Interfaceorg.osgi.service.ioKnoplerFish
ConsoleServiceConsole service for OSG platforms.Interfaceorg.knopflerfish.service.consoleKnoplerFish
ConstantsDefines standard names for the OSGi environment system properties, service properties, and Manifest header attribute keys.Interfaceorg.osgi.frameworkKnoplerFish
ConstantsThis interface defines standard names for property keys associated with Device and Driver services.Interfaceorg.osgi.service.deviceKnoplerFish
ConsumerData Consumer, a service that can receive udpated values from Service objects registered under the Consumer interface are expectedInterfaceorg.osgi.service.wireadminKnoplerFish
ContentNamespaceContent Capability and Requirement Namespace.Classorg.osgi.service.repositoryKnoplerFish
ContextualAuthorizationThis subclass to Authorization adds authentication context to the authorization information.Interfaceorg.knopflerfish.service.um.useradminKnoplerFish
ContractNamespaceContract Capability and Requirement Namespace.Classorg.osgi.namespace.contractKnoplerFish
ConverterType converter to convert an object to a target type.Interfaceorg.osgi.service.blueprint.containerKnoplerFish
ConverterA converter is a service that can help create specific object types from a string, and vice versa.Interfaceorg.osgi.service.commandKnoplerFish
CookieCreates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.Classjavax.servlet.httpKnoplerFish
CoordinationA Coordination object is used to coordinate a number of independent Once a Coordination is created, itInterfaceorg.osgi.service.coordinatorKnoplerFish
CoordinationExceptionUnchecked exception which may be thrown by a Coordinator implementation.Classorg.osgi.service.coordinatorKnoplerFish
CoordinationPermissionA bundle's authority to create or use a Coordination.Classorg.osgi.service.coordinatorKnoplerFish
CoordinatorA Coordinator service coordinates activities between different parties.Interfaceorg.osgi.service.coordinatorKnoplerFish
DataPluginAn implementation of this interface takes the responsibility of handling data requests in a subtree of the DMT.Interfaceorg.osgi.service.dmt.spiKnoplerFish
DeactivateIdentify the annotated method as the deactivate method of a Service The annotated method is the deactivate method of the Component.Classorg.osgi.service.component.annotationsKnoplerFish
DefaultBundleSelectionModelDefault implementation of BundleSelectionModel.Classorg.knopflerfish.service.desktopKnoplerFish
DeploymentAdminThis is the interface of the Deployment Admin service.Interfaceorg.osgi.service.deploymentadminKnoplerFish
DeploymentAdminPermissionDeploymentAdminPermission controls access to the Deployment Admin service.Classorg.osgi.service.deploymentadminKnoplerFish
DeploymentCustomizerPermissionThe DeploymentCustomizerPermission permission gives the right to Resource Processors to access a bundle's (residing in a Deployment Package)Classorg.osgi.service.deploymentadmin.spiKnoplerFish
DeploymentExceptionChecked exception received when something fails during any deployment processes.Classorg.osgi.service.deploymentadminKnoplerFish
DeploymentPackageThe DeploymentPackage object represents a deployment package (already installed or being currently processed).Interfaceorg.osgi.service.deploymentadminKnoplerFish
DeploymentSessionThe session interface represents a currently running deployment session (install/update/uninstall).Interfaceorg.osgi.service.deploymentadmin.spiKnoplerFish
Device Interface for identifying device services.Interfaceorg.osgi.service.deviceKnoplerFish
DictUtility methods for dealing with dictionaries.Classorg.knopflerfish.utilKnoplerFish
DictionaryUtilsSome utility methods for objects that implement Dictionary.Classorg.knopflerfish.shared.cmKnoplerFish
DirDeployerServiceInterfaceorg.knopflerfish.service.dirdeployerKnoplerFish
DmtAdminAn interface providing methods to open sessions and register listeners.Interfaceorg.osgi.service.dmtKnoplerFish
DmtConstantsDefines standard names for DmtAdmin.Classorg.osgi.service.dmtKnoplerFish
DmtDataAn immutable data structure representing the contents of a leaf or interior node.Classorg.osgi.service.dmtKnoplerFish
DmtEventEvent class storing the details of a change in the tree.Interfaceorg.osgi.service.dmtKnoplerFish
DmtEventListenerRegistered implementations of this class are notified via DmtEvent objects about important changes in the tree.Interfaceorg.osgi.service.dmtKnoplerFish
DmtExceptionChecked exception received when a DMT operation fails.Classorg.osgi.service.dmtKnoplerFish
DmtIllegalStateExceptionUnchecked illegal state exception.Classorg.osgi.service.dmtKnoplerFish
DmtPermissionControls access to management objects in the Device Management Tree (DMT).Classorg.osgi.service.dmt.securityKnoplerFish
DmtPrincipalPermissionIndicates the callers authority to create DMT sessions on behalf of a remote management server.Classorg.osgi.service.dmt.securityKnoplerFish
DmtSessionDmtSession provides concurrent access to the DMT.Interfaceorg.osgi.service.dmtKnoplerFish
DocumentThe document consists of some legacy events and a single root element.Classorg.kxml2.kdomKnoplerFish
DriverA Driver service object must be registered by each Driver bundle wishing to attach to Device services provided by other drivers.Interfaceorg.osgi.service.deviceKnoplerFish
DriverLocatorA Driver Locator service can find and load device driver bundles given a property set.Interfaceorg.osgi.service.deviceKnoplerFish
DriverSelectorWhen the device manager detects a new Device service, it calls all registered Driver services to determine if anyone matches the Device service.Interfaceorg.osgi.service.deviceKnoplerFish
ElementIn order to create an element, please use the createElement method instead of invoking the constructor directly.Classorg.kxml2.kdomKnoplerFish
EndpointDescriptionA description of an endpoint that provides sufficient information for a compatible distribution provider to create a connection to this endpointClassorg.osgi.service.remoteserviceadminKnoplerFish
EndpointListenerA white board service that represents a listener for endpoints.Interfaceorg.osgi.service.remoteserviceadminKnoplerFish
EndpointPermissionA bundle's authority to export, import or read an Endpoint.Classorg.osgi.service.remoteserviceadminKnoplerFish
EnvelopeIdentifies a contained value.Interfaceorg.osgi.service.wireadminKnoplerFish
Event Event objects are delivered to EventHandler services which subscribe to the topic of the event.Classorg.osgi.service.eventKnoplerFish
EventAdminThe Event Admin service.Interfaceorg.osgi.service.eventKnoplerFish
EventConstantsEvent property names used in Event Admin events published by a Blueprint Each type of event is sent to a different topic:Classorg.osgi.service.blueprint.containerKnoplerFish
EventConstantsDefines standard names for EventHandler properties.Interfaceorg.osgi.service.eventKnoplerFish
EventHandlerListener for Events.Interfaceorg.osgi.service.eventKnoplerFish
EventHookOSGi Framework Bundle Event Hook Service.Interfaceorg.osgi.framework.hooks.bundleKnoplerFish
EventHookOSGi Framework Service Event Hook Service.Interfaceorg.osgi.framework.hooks.serviceKnoplerFish
EventListenerHookOSGi Framework Service Event Listener Hook Service.Interfaceorg.osgi.framework.hooks.serviceKnoplerFish
EventPropertiesThe properties for an Event.Classorg.osgi.service.eventKnoplerFish
ExecPluginAn implementation of this interface takes the responsibility of handling node execute requests requests in a subtree of the DMT.Interfaceorg.osgi.service.dmt.spiKnoplerFish
ExecutableBundleActivatorClassorg.knopflerfish.util.frameworkKnoplerFish
ExecutionEnvironmentNamespaceExecution Environment Capability and Requirement Namespace.Classorg.osgi.framework.namespaceKnoplerFish
ExportedPackageAn exported package.Interfaceorg.osgi.service.packageadminKnoplerFish
ExportReferenceAn Export Reference associates a service with a local endpoint.Interfaceorg.osgi.service.remoteserviceadminKnoplerFish
ExportRegistrationAn Export Registration associates a service to a local endpoint.Interfaceorg.osgi.service.remoteserviceadminKnoplerFish
ExtenderNamespace This class defines the names for the attributes and directives for this namespace.Classorg.osgi.namespace.extenderKnoplerFish
FileUtilClassorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
FilterA filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.Interfacejavax.servletKnoplerFish
FilterChainA FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.Interfacejavax.servletKnoplerFish
FilterConfigA filter configuration object used by a servlet container to pass information to a filter during initialization.Interfacejavax.servletKnoplerFish
FindHookOSGi Framework Bundle Context Hook Service.Interfaceorg.osgi.framework.hooks.bundleKnoplerFish
FindHookOSGi Framework Service Find Hook Service.Interfaceorg.osgi.framework.hooks.serviceKnoplerFish
FrameworkUsing this class, OSGi-aware applications can obtain their ApplicationContext.Classorg.osgi.applicationKnoplerFish
FrameworkA Framework instance.Interfaceorg.osgi.framework.launchKnoplerFish
FrameworkEventA general event from the Framework.Classorg.osgi.frameworkKnoplerFish
FrameworkFactoryA factory for creating Framework instances.Interfaceorg.osgi.framework.launchKnoplerFish
FrameworkListenerA FrameworkEvent listener.Interfaceorg.osgi.frameworkKnoplerFish
FrameworkStartLevelQuery and modify the start level information for the framework.Interfaceorg.osgi.framework.startlevelKnoplerFish
FrameworkUtilFramework Utility class.Classorg.osgi.frameworkKnoplerFish
FrameworkWiringQuery and modify wiring information for the framework.Interfaceorg.osgi.framework.wiringKnoplerFish
FunctionA Function is a a block of code that can be executed with a set of arguments, it returns the result object of executing the script.Interfaceorg.osgi.service.commandKnoplerFish
GenericServletDefines a generic, protocol-independent servlet.Classjavax.servletKnoplerFish
GroupA named grouping of roles (Role objects).Interfaceorg.osgi.service.useradminKnoplerFish
HostedCapabilityA capability hosted by a resource.Interfaceorg.osgi.service.resolverKnoplerFish
HostNamespaceHost Capability and Requirement Namespace.Classorg.osgi.framework.namespaceKnoplerFish
HtmlFragmentAn Html formated text fragment the the MakeHTMLTask can be When $(name) is found in the document to be generatedClassorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
HttpContextThis interface defines methods that the Http Service may call to get information about a registration.Interfaceorg.osgi.service.httpKnoplerFish
HttpServiceThe Http Service allows other bundles in the OSGi environment to dynamically register resources and servlets into the URI namespace of Http Service.Interfaceorg.osgi.service.httpKnoplerFish
HttpServletProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Classjavax.servlet.httpKnoplerFish
HttpServletRequest to provide request information for HTTP servlets.Interfacejavax.servlet.httpKnoplerFish
HttpServletRequestWrapperProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servlet.httpKnoplerFish
HttpServletResponse functionality in sending a response.Interfacejavax.servlet.httpKnoplerFish
HttpServletResponseWrapperProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servlet.httpKnoplerFish
HttpSessionProvides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.Interfacejavax.servlet.httpKnoplerFish
HttpSessionActivationListenerObjects that are bound to a session may listen to container events notifying them that sessions will be passivated and thatInterfacejavax.servlet.httpKnoplerFish
HttpSessionAttributeListenerThis listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions withinInterfacejavax.servlet.httpKnoplerFish
HttpSessionBindingEventEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or Classjavax.servlet.httpKnoplerFish
HttpSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfacejavax.servlet.httpKnoplerFish
HttpSessionContextInterfacejavax.servlet.httpKnoplerFish
HttpSessionEventThis is the class representing event notifications for changes to sessions within a web application.Classjavax.servlet.httpKnoplerFish
HttpSessionListener list of active sessions in a web application.Interfacejavax.servlet.httpKnoplerFish
HttpUtilsClassjavax.servlet.httpKnoplerFish
I2CPortEventClassgnu.ioKnoplerFish
I2CPortEventListenerInterfacegnu.ioKnoplerFish
IdentityNamespaceIdentity Capability and Requirement Namespace.Classorg.osgi.framework.namespaceKnoplerFish
IdRefMetadataMetadata for the verified id of another component managed by the Blueprint Container.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ImportReferenceAn Import Reference associates an active proxy service to a remote endpoint.Interfaceorg.osgi.service.remoteserviceadminKnoplerFish
ImportRegistrationAn Import Registration associates an active proxy service to a remote The Import Registration can be used to delete the proxy associated with anInterfaceorg.osgi.service.remoteserviceadminKnoplerFish
InvalidSyntaxExceptionA Framework exception used to indicate that a filter string has an invalid An InvalidSyntaxException object indicates that a filter stringClassorg.osgi.frameworkKnoplerFish
IPAMValuationServiceMaps input path and auth method to auth, conf and integer levels.Interfaceorg.knopflerfish.service.um.ipamKnoplerFish
JiniDriverA basic interface for a Jini Driver.Interfaceorg.osgi.service.jiniKnoplerFish
JobClassorg.knopflerfish.util.workerthreadKnoplerFish
JUnitServiceInterfaceorg.knopflerfish.service.junitKnoplerFish
KFLegacyMetaTypeParserHelper class which loads (and saves) KF Metatype XML.Classorg.knopflerfish.util.metatypeKnoplerFish
KXmlParserA simple, pull based XML parser.Classorg.kxml2.ioKnoplerFish
KXmlSerializerClassorg.kxml2.ioKnoplerFish
LevelsContainer for the three levels returned by IPAMValuationService.Interfaceorg.knopflerfish.service.um.ipamKnoplerFish
ListenerHookOSGi Framework Service Listener Hook Service.Interfaceorg.osgi.framework.hooks.serviceKnoplerFish
ListsClassorg.knopflerfish.utilKnoplerFish
LoaderHelper class which loads (and saves) KF Metatype XML, as well as the R4 This implementation uses the nanoxml package for KF Metatype XML, and kXMLClassorg.knopflerfish.util.metatypeKnoplerFish
LogA simple logging interface abstracting logging APIs.Interfaceorg.apache.commons.loggingKnoplerFish
LogConfigInterfaceorg.knopflerfish.service.logKnoplerFish
LogConfigurationExceptionAn exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the correspondingClassorg.apache.commons.loggingKnoplerFish
LogEntryProvides methods to access the information contained in an individual Log A LogEntry object may be acquired from theInterfaceorg.osgi.service.logKnoplerFish
LogFactoryFactory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIsClassorg.apache.commons.loggingKnoplerFish
LogListenerSubscribes to LogEntry objects from the LogReaderService.Interfaceorg.osgi.service.logKnoplerFish
LogReaderServiceProvides methods to retrieve LogEntry objects from the log.Interfaceorg.osgi.service.logKnoplerFish
LogRefLogRef is an utility class that simplifies the use of the LogService.Classorg.knopflerfish.service.logKnoplerFish
LogServiceThis LogService provides an extra method for querying the service about the current log level.Interfaceorg.knopflerfish.service.logKnoplerFish
LogServiceProvides methods for bundles to write messages to the log.Interfaceorg.osgi.service.logKnoplerFish
LogSourceFactory for creating Log instances.Classorg.apache.commons.loggingKnoplerFish
LogUtilUtility class for the LogService interface.Classorg.knopflerfish.service.logKnoplerFish
MakeHTMLTask This task is used when building distributions of Knopflerfish.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
ManagedServiceA service that can receive configuration data from a Configuration Admin A Managed Service is a service that needs configuration data.Interfaceorg.osgi.service.cmKnoplerFish
ManagedServiceFactoryManage multiple service instances.Interfaceorg.osgi.service.cmKnoplerFish
MapEntryMetadata for a map entry.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
MapMetadataMetadata for a Map based value.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
MatchInstances of Match are used in the DriverSelector.Interfaceorg.osgi.service.deviceKnoplerFish
MeasurementRepresents a value with an error, a unit and a time-stamp.Classorg.osgi.util.measurementKnoplerFish
MetadataInterfaceorg.osgi.service.blueprint.reflectKnoplerFish
MetaNodeThe MetaNode contains meta data as standardized by OMA DM but extends it (without breaking the compatibility) to provide for better DMT data qualityInterfaceorg.osgi.service.dmtKnoplerFish
MetaTypeInformationA MetaType Information object is created by the MetaTypeService to return meta type information for a specific bundle.Interfaceorg.osgi.service.metatypeKnoplerFish
MetaTypeProviderProvides access to metatypes.Interfaceorg.osgi.service.metatypeKnoplerFish
MetaTypeServiceThe MetaType Service can be used to obtain meta type information for a bundle.Interfaceorg.osgi.service.metatypeKnoplerFish
MethodAnalyserASMVisitor implementation that populates a BundlePackagesInfo object with data about the method it visits.Classorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
ModifiedIdentify the annotated method as the modified method of a Service The annotated method is the modified method of the Component.Classorg.osgi.service.component.annotationsKnoplerFish
MonitorableA Monitorable can provide information about itself in the form of StatusVariables.Interfaceorg.osgi.service.monitorKnoplerFish
MonitorAdminThe MonitorAdmin service is a singleton service that handles StatusVariable query requests and measurement job control requests.Interfaceorg.osgi.service.monitorKnoplerFish
MonitoringJobA Monitoring Job is a request for scheduled or event based notifications on update of a set of StatusVariables.Interfaceorg.osgi.service.monitorKnoplerFish
MonitorListenerThe MonitorListener is used by Monitorable services to send notifications when a StatusVariable value is changed.Interfaceorg.osgi.service.monitorKnoplerFish
MonitorPermissionIndicates the callers authority to publish, read or reset StatusVariables, to switch event sending on or off or to startClassorg.osgi.service.monitorKnoplerFish
MountPluginThis interface can be optionally implemented by a DataPlugin or ExecPlugin in order to get information about its absolute mountInterfaceorg.osgi.service.dmt.spiKnoplerFish
MountPointThis interface can be implemented to represent a single mount point.Interfaceorg.osgi.service.dmt.spiKnoplerFish
MTPFields inherited from interface org.Classorg.knopflerfish.util.metatypeKnoplerFish
NamespaceCapability and Requirement Namespaces base class.Classorg.osgi.resourceKnoplerFish
NamespaceExceptionA NamespaceException is thrown to indicate an error with the caller's request to register a servlet or resources into the URI namespace of the HttpClassorg.osgi.service.httpKnoplerFish
NamespacesClassorg.osgi.service.indexerKnoplerFish
NodeA common base class for Document and Element, also used for storing XML fragments.Classorg.kxml2.kdomKnoplerFish
NonNullMetadataMetadata for a value that cannot null.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
NoSuchComponentExceptionA Blueprint exception indicating that a component does not exist in a Blueprint Container.Classorg.osgi.service.blueprint.containerKnoplerFish
NoSuchPortExceptionThe requested Port does not existSince:JDK1.Classgnu.ioKnoplerFish
NotificationServiceNotificationService enables sending aynchronous notifications to a management server.Interfaceorg.osgi.service.dmt.notificationKnoplerFish
NullMetadataMetadata for a value specified to be null via the Author:$Id: a77a51450e907a2160d116af1bcba04efda6c05b $ThreadSafeInterfaceorg.osgi.service.blueprint.reflectKnoplerFish
ObjectClassDefinitionDescription for the data type information of an objectclass.Interfaceorg.osgi.service.metatypeKnoplerFish
OCDFields inherited from interface org.Classorg.knopflerfish.util.metatypeKnoplerFish
OsgiMetaTypeXmlParserHelper class which loads OSGi Metatype XML.Classorg.knopflerfish.util.metatypeKnoplerFish
OSGiPackageClassorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
PackageAdminFramework service which allows bundle programmers to inspect the package wiring state of bundles in the Framework as well as other functions relatedInterfaceorg.osgi.service.packageadminKnoplerFish
PackageNamespacePackage Capability and Requirement Namespace.Classorg.osgi.framework.namespaceKnoplerFish
PackagePermissionA bundle's authority to import or export a package.Classorg.osgi.frameworkKnoplerFish
ParallelPortClassgnu.ioKnoplerFish
ParallelPortEventClassgnu.ioKnoplerFish
ParallelPortEventListenerInterfacegnu.ioKnoplerFish
ParticipantA Participant participates in a Coordination.Interfaceorg.osgi.service.coordinatorKnoplerFish
PasswdAuthenticatorService for user name/password authentication.Interfaceorg.knopflerfish.service.um.useradminKnoplerFish
PasswdSessionInterface for for a user name/password authentication session.Interfaceorg.knopflerfish.service.um.useradminKnoplerFish
PasswdUtilUtility class for one-way encryption of, for example, user passwords.Classorg.knopflerfish.service.um.useradminKnoplerFish
PermissionAdminThe Permission Admin service allows management agents to manage the permissions of bundles.Interfaceorg.osgi.service.permissionadminKnoplerFish
PermissionInfoPermission representation used by the Permission Admin service.Classorg.osgi.service.permissionadminKnoplerFish
PortInUseExceptionThe port requested is currently in useSince:JDK1.Classgnu.ioKnoplerFish
PositionPosition represents a geographic location, based on the WGS84 System (World Geodetic System 1984).Classorg.osgi.util.positionKnoplerFish
PreferencesA node in a hierarchical collection of preference data.Interfaceorg.osgi.service.prefsKnoplerFish
PreferencesServiceThe Preferences Service.Interfaceorg.osgi.service.prefsKnoplerFish
ProducerData Producer, a service that can generate values to be used by Service objects registered under the Producer interface are expected toInterfaceorg.osgi.service.wireadminKnoplerFish
PropsMetadataMetadata for a java.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ProvisioningServiceService for managing the initial provisioning information.Interfaceorg.osgi.service.provisioningKnoplerFish
QSortQuicksort utility class.Classorg.knopflerfish.util.sortKnoplerFish
QueueThe Queue class represents a first-in-first-out (FIFO)Author:Per LundgrenSee Also:Serialized FormClassorg.knopflerfish.utilKnoplerFish
RawPortEventClassgnu.ioKnoplerFish
RawPortEventListenerInterfacegnu.ioKnoplerFish
ReadableDataSessionProvides read-only access to the part of the tree handled by the plugin that created this session.Interfaceorg.osgi.service.dmt.spiKnoplerFish
ReadWriteDataSessionProvides non-atomic read-write access to the part of the tree handled by the plugin that created this session.Interfaceorg.osgi.service.dmt.spiKnoplerFish
ReferenceThe Reference interface represents a single reference (or dependency) to a service used by a Component.Interfaceorg.apache.felix.scrKnoplerFish
ReferenceIdentify the annotated method as a bind method of a Service The annotated method is a bind method of the Component.Classorg.osgi.service.component.annotationsKnoplerFish
ReferenceCardinalityenum ReferenceCardinalityextends java.Classorg.osgi.service.component.annotationsKnoplerFish
ReferenceListenerMetadata for a reference listener interested in the reference bind and unbind events for a service reference.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ReferenceListMetadataMetadata for a list of service references.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ReferenceMetadataMetadata for a reference that will bind to a single matching service in the This is specified by the reference element.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ReferencePolicyenum ReferencePolicyextends java.Classorg.osgi.service.component.annotationsKnoplerFish
ReferencePolicyOptionenum ReferencePolicyOptionextends java.Classorg.osgi.service.component.annotationsKnoplerFish
RefMetadataMetadata for a reference to another component managed by the BlueprintAuthor:$Id: a67274cc8e5033dddc8477a046d116d511c1a4d3 $ThreadSafeInterfaceorg.osgi.service.blueprint.reflectKnoplerFish
RegistrationListenerMetadata for a registration listener interested in service registration and unregistration events for a service.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ReifiedTypeProvides access to a concrete type and its optional generic type parameters.Classorg.osgi.service.blueprint.containerKnoplerFish
RemoteAlertSenderThe RemoteAlertSender can be used to send notifications to (remote) entities identified by principal names.Interfaceorg.osgi.service.dmt.notification.spiKnoplerFish
RemoteConstantsProvide the definition of the constants used in the Remote Service AdminAuthor:$Id: deb46d4f5c2844a7bd245db781d9440361eb3955 $ImmutableClassorg.osgi.service.remoteserviceadminKnoplerFish
RemoteFrameworkService interface for remote framework connections.Interfaceorg.knopflerfish.service.remotefwKnoplerFish
RemoteServiceAdminA Remote Service Admin manages the import and export of services.Interfaceorg.osgi.service.remoteserviceadminKnoplerFish
RemoteServiceAdminEventProvides the event information for a Remote Service Admin event.Classorg.osgi.service.remoteserviceadminKnoplerFish
RemoteServiceAdminListenerA RemoteServiceAdminEvent listener is notified synchronously of any export or import registrations and unregistrations.Interfaceorg.osgi.service.remoteserviceadminKnoplerFish
RepeatingJobClassorg.knopflerfish.util.workerthreadKnoplerFish
RepositoryA repository service that contains resources.Interfaceorg.osgi.service.repositoryKnoplerFish
RepositoryContentAn accessor for the default content of a resource.Interfaceorg.osgi.service.repositoryKnoplerFish
RepositoryInfoClassorg.knopflerfish.service.repositorymanagerKnoplerFish
RepositoryManagerKF repository manager service for interaction with OSGI repositories.Interfaceorg.knopflerfish.service.repositorymanagerKnoplerFish
RequestDispatcherDefines an object that receives requests from the client and sends them to any resource (such as a servlet, Interfacejavax.servletKnoplerFish
RequiredBundle Objects implementing this interface are created by the Package Admin service.Interfaceorg.osgi.service.packageadminKnoplerFish
RequirementA requirement that has been declared from a Resource .Interfaceorg.osgi.resourceKnoplerFish
RequirementClassorg.osgi.service.indexerKnoplerFish
ResolutionExceptionIndicates failure to resolve a set of requirements.Classorg.osgi.service.resolverKnoplerFish
ResolveContextA resolve context provides resources, options and constraints to the potential solution of a resolveClassorg.osgi.service.resolverKnoplerFish
ResolverA resolver service resolves the specified resources in the context suppliedAuthor:$Id: 809049a3954e50f9abbfca24fa4fda0d77d4f5b3 $ThreadSafeConsumers of this API must not implement this interfaceInterfaceorg.osgi.service.resolverKnoplerFish
ResolverHookOSGi Framework Resolver Hook instances are obtained from the OSGi Framework Resolver Hook Factory service.Interfaceorg.osgi.framework.hooks.resolverKnoplerFish
ResolverHookFactoryOSGi Framework Resolver Hook Factory Service.Interfaceorg.osgi.framework.hooks.resolverKnoplerFish
ResourceA resource is the representation of a uniquely identified and typed data.Interfaceorg.osgi.resourceKnoplerFish
ResourceA resource that is to be indexed.Interfaceorg.osgi.service.indexerKnoplerFish
ResourceIndexerResourceIndexer is an OSGi service that creates a Repository XML representation by indexing resource capabilities and requirements.Interfaceorg.osgi.service.indexerKnoplerFish
ResourceProcessorResourceProcessor interface is implemented by processors handling resource files in deployment packages.Interfaceorg.osgi.service.deploymentadmin.spiKnoplerFish
ResourceProcessorExceptionChecked exception received when something fails during a call to a Resource Processor.Classorg.osgi.service.deploymentadmin.spiKnoplerFish
RoleThe base interface for Role objects managed by the User Admin This interface exposes the characteristics shared by all RoleInterfaceorg.osgi.service.useradminKnoplerFish
RS485PortEventClassgnu.ioKnoplerFish
RS485PortEventListenerInterfacegnu.ioKnoplerFish
RXTXCommDriverThis is the JavaComm for Linux driver.Classgnu.ioKnoplerFish
RXTXPortAn extension of gnu.Classgnu.ioKnoplerFish
RXTXVersionA class to keep the current version inConstructor SummaryRXTXVersion()Classgnu.ioKnoplerFish
ScheduledApplicationIt is allowed to schedule an application based on a specific event.Interfaceorg.osgi.service.applicationKnoplerFish
ScrServiceThe ScrService represents the Declarative Services main controller also known as the Service Component Runtime or SCR for short.Interfaceorg.apache.felix.scrKnoplerFish
SelectionAwareInterface which a bundle displayer that supports lazy updates may implement.Interfaceorg.knopflerfish.service.desktopKnoplerFish
SemaphoreThe Semaphore class handles synchronization and waiting forAuthor:Johan Agat and Anders RimenClassorg.knopflerfish.utilKnoplerFish
SerialPortClassgnu.ioKnoplerFish
SerialPortDeviceService wrapping a javax.Interfaceorg.knopflerfish.service.serialKnoplerFish
SerialPortEventClassgnu.ioKnoplerFish
SerialPortEventListenerInterfacegnu.ioKnoplerFish
ServiceEventAn event from the Framework describing a service lifecycle change.Classorg.osgi.frameworkKnoplerFish
ServiceExceptionA service exception used to indicate that a service problem occurred.Classorg.osgi.frameworkKnoplerFish
ServiceFactoryAllows services to provide customized service objects in the OSGi When registering a service, a ServiceFactory object can be usedInterfaceorg.osgi.frameworkKnoplerFish
ServiceListenerA ServiceEvent listener.Interfaceorg.osgi.frameworkKnoplerFish
ServiceLoaderNamespaceService Loader Capability and Requirement Namespace.Classorg.osgi.service.serviceloaderKnoplerFish
ServiceMetadataMetadata for a service to be registered by the Blueprint Container when This is specified by the service element.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ServiceNamespaceService Capability and Requirement Namespace.Classorg.osgi.namespace.serviceKnoplerFish
ServicePermissionA bundle's authority to register or get a service.Classorg.osgi.frameworkKnoplerFish
ServiceReferenceA reference to a service.Interfaceorg.osgi.frameworkKnoplerFish
ServiceReferenceMetadataMetadata for a reference to an OSGi service.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
ServiceRegistrationA registered service.Interfaceorg.osgi.frameworkKnoplerFish
ServiceTrackerThe ServiceTracker class simplifies using services from the Framework's service registry.Classorg.osgi.util.trackerKnoplerFish
ServiceTrackerCustomizerThe ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.Interfaceorg.osgi.util.trackerKnoplerFish
ServiceUnavailableExceptionA Blueprint exception indicating that a service is unavailable.Classorg.osgi.service.blueprint.containerKnoplerFish
ServletDefines methods that all servlets must implement.Interfacejavax.servletKnoplerFish
ServletConfigA servlet configuration object used by a servlet container to pass information to a servlet during initialization.Interfacejavax.servletKnoplerFish
ServletContextDefines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatchInterfacejavax.servletKnoplerFish
ServletContextAttributeEventThis is the event class for notifications about changes to the attributes of the servlet context of a web application.Classjavax.servletKnoplerFish
ServletContextAttributeListener changes to the attribute list on the servlet context of a web application.Interfacejavax.servletKnoplerFish
ServletContextEventThis is the event class for notifications about changes to the servlet context of a web application.Classjavax.servletKnoplerFish
ServletContextListener changes to the servlet context of the web application they are To receive notification events, the implementation classInterfacejavax.servletKnoplerFish
ServletExceptionDefines a general exception a servlet can throw when it encounters difficulty.Classjavax.servletKnoplerFish
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine methodClassjavax.servletKnoplerFish
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletKnoplerFish
ServletRequestDefines an object to provide client request information to a servlet.Interfacejavax.servletKnoplerFish
ServletRequestAttributeEventThis is the event class for notifications of changes to the attributes of the servlet request in an application.Classjavax.servletKnoplerFish
ServletRequestAttributeListenerA ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attributeInterfacejavax.servletKnoplerFish
ServletRequestEventEvents of this kind indicate lifecycle events for a ServletRequest.Classjavax.servletKnoplerFish
ServletRequestListenerA ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out ofInterfacejavax.servletKnoplerFish
ServletRequestWrapperProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servletKnoplerFish
ServletResponseDefines an object to assist a servlet in sending a response to the client.Interfacejavax.servletKnoplerFish
ServletResponseWrapperProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servletKnoplerFish
SessionControl interface for a command session.Interfaceorg.knopflerfish.service.consoleKnoplerFish
SessionListenerSession event listener interface.Interfaceorg.knopflerfish.service.consoleKnoplerFish
SingleThreadModelEnsures that servlets handle only one request at a time.Interfacejavax.servletKnoplerFish
SortClassorg.knopflerfish.util.sortKnoplerFish
StartLevelThe StartLevel service allows management agents to manage a start level assigned to each bundle and the active start level of the Framework.Interfaceorg.osgi.service.startlevelKnoplerFish
StateGroups a state name, value and timestamp.Classorg.osgi.util.measurementKnoplerFish
StatusVariableA StatusVariable object represents the value of a status variable taken with a certain collection method at a certain point of time.Classorg.osgi.service.monitorKnoplerFish
SubsystemA subsystem is a collection of resources constituting a logical, possibly isolated, unit of functionality.Interfaceorg.osgi.service.subsystemKnoplerFish
SubsystemConstantsDefines the constants used by Subsystem service property, manifest header, attribute and directive keys.Classorg.osgi.service.subsystemKnoplerFish
SubsystemExceptionA Subsystem exception used to indicate a problem.Classorg.osgi.service.subsystemKnoplerFish
SubsystemPermissionA bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a subsystem.Classorg.osgi.service.subsystemKnoplerFish
SwingBundleDisplayerInterface for services wishing to become visible as components in the desktop Swing window.Interfaceorg.knopflerfish.service.desktopKnoplerFish
SynchronousBundleListenerA synchronous BundleEvent listener.Interfaceorg.osgi.frameworkKnoplerFish
SynchronousConfigurationListenerSynchronous Listener for Configuration Events.Interfaceorg.osgi.service.cmKnoplerFish
SyncMLClassorg.kxml2.wap.syncmlKnoplerFish
SystemMetatypeProviderClass which monitors installed bundles for metatype and CM default data.Classorg.knopflerfish.util.metatypeKnoplerFish
TargetA common interface for managed components that can be used as a direct target for method calls.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
TextMisc static text utility methods.Classorg.knopflerfish.utilKnoplerFish
ThreadIOEnable multiplexing of the standard IO streams for input, output, and error.Interfaceorg.osgi.service.threadioKnoplerFish
TimerMisc static timer utility methods.Classorg.knopflerfish.utilKnoplerFish
TopicPermissionA bundle's authority to publish or subscribe to event on a topic.Classorg.osgi.service.eventKnoplerFish
TransactionalDataSessionProvides atomic read-write access to the part of the tree handled by the plugin that created this session.Interfaceorg.osgi.service.dmt.spiKnoplerFish
UnavailableExceptionDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.Classjavax.servletKnoplerFish
UnfilteredServiceListenerA ServiceEvent listener that does not filter based upon any filter string specified toInterfaceorg.osgi.frameworkKnoplerFish
UnitA unit system for measurements.Classorg.osgi.util.measurementKnoplerFish
UnsupportedCommOperationExceptionException thrown when a method does not support the requested functionality.Classgnu.ioKnoplerFish
UnSupportedLoggerExceptionException thrown when a method does not support the requested functionality.Classgnu.ioKnoplerFish
UPnPAction Each UPnP service contains zero or more actions.Interfaceorg.osgi.service.upnpKnoplerFish
UPnPDeviceRepresents a UPnP device.Interfaceorg.osgi.service.upnpKnoplerFish
UPnPEventListenerUPnP Events are mapped and delivered to applications according to the OSGi whiteboard model.Interfaceorg.osgi.service.upnpKnoplerFish
UPnPExceptionThere are several defined error situations describing UPnP problems while a control point invokes actions to UPnPDevices.Classorg.osgi.service.upnpKnoplerFish
UPnPIconA UPnP icon representation.Interfaceorg.osgi.service.upnpKnoplerFish
UPnPLocalStateVariableA local UPnP state variable which allows the value of the state variable toSince:1.Interfaceorg.osgi.service.upnpKnoplerFish
UPnPServiceA representation of a UPnP Service.Interfaceorg.osgi.service.upnpKnoplerFish
UPnPStateVariableThe meta-information of a UPnP state variable as declared in the device's service state table (SST).Interfaceorg.osgi.service.upnpKnoplerFish
UriThis class contains static utility methods to manipulate DMT URIs.Classorg.osgi.service.dmtKnoplerFish
URLConstantsDefines standard names for property keys associated with URLStreamHandlerService and java.Interfaceorg.osgi.service.urlKnoplerFish
URLStreamHandlerServiceService interface with public versions of the protected java.Interfaceorg.osgi.service.urlKnoplerFish
URLStreamHandlerSetterInterface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.Interfaceorg.osgi.service.urlKnoplerFish
UserA User role managed by a User Admin service.Interfaceorg.osgi.service.useradminKnoplerFish
UserAdminThis interface is used to manage a database of named Role objects, which can be used for authentication and authorization purposes.Interfaceorg.osgi.service.useradminKnoplerFish
UserAdminEvent UserAdminEvent objects are delivered asynchronously to any UserAdminListener objects when a change occurs in any of theClassorg.osgi.service.useradminKnoplerFish
UserAdminListenerListener for UserAdminEvents.Interfaceorg.osgi.service.useradminKnoplerFish
UserAdminPermissionPermission to configure and access the Role objects managed by a User This class represents access to the Role objects managed by a UserClassorg.osgi.service.useradminKnoplerFish
UtilClassorg.knopflerfish.ant.taskdefs.bundleKnoplerFish
UtilUtility methods for building CommandGroups to the console.Classorg.knopflerfish.service.consoleKnoplerFish
ValueMetadataMetadata for a simple String value that will be type-converted if necessary before injecting.Interfaceorg.osgi.service.blueprint.reflectKnoplerFish
VersionRangeClass representing OSGi version ranges.Classorg.knopflerfish.util.frameworkKnoplerFish
VersionRangeVersion range.Classorg.osgi.frameworkKnoplerFish
WbxmlInterfaceorg.kxml2.wapKnoplerFish
WbxmlParserClassorg.kxml2.wapKnoplerFish
WbxmlSerializerA class for writing WBXML.Classorg.kxml2.wapKnoplerFish
WeavingExceptionA weaving exception used to indicate that the class load should be failed but the weaving hook must not be blacklisted by the framework.Classorg.osgi.framework.hooks.weavingKnoplerFish
WeavingHookOSGi Framework Weaving Hook Service.Interfaceorg.osgi.framework.hooks.weavingKnoplerFish
WireA wire connecting a Capability to a Requirement.Interfaceorg.osgi.resourceKnoplerFish
WireA connection between a Producer service and a Consumer service.Interfaceorg.osgi.service.wireadminKnoplerFish
WireAdminWire Administration service.Interfaceorg.osgi.service.wireadminKnoplerFish
WireAdminEvent WireAdminEvent objects are delivered to all registered WireAdminListener service objects which specify an interest in theClassorg.osgi.service.wireadminKnoplerFish
WireAdminListenerListener for Wire Admin Events.Interfaceorg.osgi.service.wireadminKnoplerFish
WireConstantsDefines standard names for Wire properties, wire filter attributes, Consumer and Producer service properties.Interfaceorg.osgi.service.wireadminKnoplerFish
WirePermissionPermission for the scope of a Wire object.Classorg.osgi.service.wireadminKnoplerFish
WiringA wiring for a resource.Interfaceorg.osgi.resourceKnoplerFish
WmlThis class contains the wml coding tables for elements and attributes needed by the WmlParser.Classorg.kxml2.wap.wmlKnoplerFish
WorkerThreadNested Class SummaryNested classes/interfaces inherited from class java.Classorg.knopflerfish.util.workerthreadKnoplerFish
WovenClassA class being woven.Interfaceorg.osgi.framework.hooks.weavingKnoplerFish
WV Wireless Village CSP 1.Classorg.kxml2.wap.wvKnoplerFish
XmlBackedRepositoryFactoryInterfaceorg.knopflerfish.service.repositoryKnoplerFish
XMLParserActivatorA BundleActivator class that allows any JAXP compliant XML Parser to register itself as an OSGi parser service.Classorg.osgi.util.xmlKnoplerFish
XmlReaderClassorg.knopflerfish.shared.cmKnoplerFish
ZystemClassgnu.ioKnoplerFish