Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.felix.ipojo.extender Classes and Interfaces - 63 results found.
NameDescriptionTypePackageFramework
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
BundleProcessorMain Processor interface.Interfaceorg.apache.felix.ipojo.extender.internalApache Felix
CallbackWhen submitting a processing job, a callback object can be passed to the submission process.Interfaceorg.apache.felix.ipojo.extender.queueApache Felix
ChainedBundleProcessorA bundle processor chaining others processor.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ComponentsBundleProcessorProcessor handling the IPOJO_HEADER and IPOJO_HEADER_ALT header from the bundle manifest.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ComponentsBundleProcessor .ComponentsAndInstancesContainer storing the components and instances declared by a bundle.Classorg.apache.felix.ipojo.extender.internal.processor.ComponentsBundleProcessorApache 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
ConfigurationProcessorProcessor looking for classes annotated with @Configuration and creating the corresponding instance declaration.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
ConfigurationProcessor .ComponentsAndInstancesContainer storing the components and instances declared by a bundle.Classorg.apache.felix.ipojo.extender.internal.processor.ConfigurationProcessorApache 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
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
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
DefaultTypeDeclarationDefault implementation of the component type declaration.Classorg.apache.felix.ipojo.extender.internal.declarationApache Felix
EnforcedQueueServiceA queue service implementation enforcing the processing preference choice for the bundle.Classorg.apache.felix.ipojo.extender.internal.queue.pref.enforceApache Felix
ExecutorQueueServiceAn asynchronous implementation of the queue service.Classorg.apache.felix.ipojo.extender.internal.queueApache 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
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
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
GroupThreadFactoryA thread factory that groups produced threads inside a given ThreadGroup.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
HeaderPreferenceSelectionA preference selection strategy based on a manifest header.Classorg.apache.felix.ipojo.extender.internal.queue.prefApache 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
InstanceDeclarationService published to instruct an instance creation.Interfaceorg.apache.felix.ipojo.extenderApache 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
LifecycleSimple start/stop interface.Interfaceorg.apache.felix.ipojo.extender.internalApache Felix
LifecycleQueueServiceAn interface composing QueueService and Lifecycle.Interfaceorg.apache.felix.ipojo.extender.internalApache Felix
ManagedTypeThis class is responsible to create the factory for a given type declaration.Classorg.apache.felix.ipojo.extender.internal.linkerApache Felix
NamingThreadFactoryA thread factory setting the name of the created thread.Classorg.apache.felix.ipojo.extender.internal.queueApache 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
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
ReflectiveFactoryBuilderAn Factory builder using a reflective call to build the factory.Classorg.apache.felix.ipojo.extender.internal.builderApache Felix
ReplayQueueEventProxyClassorg.apache.felix.ipojo.extender.internal.queue.debugApache Felix
ReplayQueueEventProxy .QueueEventEncapsulate event forwarding logic.Interfaceorg.apache.felix.ipojo.extender.internal.queue.debug.ReplayQueueEventProxyApache Felix
ReverseBundleProcessorA bundle processor delegating a wrapped bundle processor.Classorg.apache.felix.ipojo.extender.internal.processorApache Felix
StatisticObjects wrapping the QueueService statistics.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
StatusThe declaration status.Interfaceorg.apache.felix.ipojo.extenderApache Felix
SynchronousQueueServiceAn implementation of the Lifecycle Queue Service for synchronous processing.Classorg.apache.felix.ipojo.extender.internal.queueApache Felix
TypeDeclarationService exposed to instruct a factory creation.Interfaceorg.apache.felix.ipojo.extenderApache Felix