- getActivation() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the activation strategy for the component.
- getActualTypeArgument(int) - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return a type parameter for this type.
- getArguments() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the arguments for the factory method or constructor of the bean.
- getAutoExport() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the auto-export mode for the service.
- getAvailability() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return whether or not a matching service is required at all times.
- getBindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the bind method.
- getBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint bundle associated with this event.
- getCause() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
- getClassName() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the class specified for the bean.
- getCollectionClass() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type of the collection.
- getComponentId() - Method in exception org.osgi.service.blueprint.container.NoSuchComponentException
-
Returns the id of the non-existent component.
- getComponentId() - Method in interface org.osgi.service.blueprint.reflect.IdRefMetadata
-
Return the id of the referenced component.
- getComponentId() - Method in interface org.osgi.service.blueprint.reflect.RefMetadata
-
Return the id of the referenced component.
- getComponentIds() - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Returns the set of component ids managed by this Blueprint Container.
- getComponentInstance(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Return the component instance for the specified component id.
- getComponentMetadata(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Return the Component Metadata object for the component with the specified
component id.
- getComponentName() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the value of the component-name
attribute of the
service reference.
- getDependencies() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the filters identifying the missing dependencies that caused this
event.
- getDependsOn() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the ids of any components listed in a depends-on
attribute for the component.
- getDestroyMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the destroy method specified for the bean.
- getEntries() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the entries for the map.
- getEntries() - Method in interface org.osgi.service.blueprint.reflect.PropsMetadata
-
Return the entries for the properties.
- getExtenderBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint extender bundle that is generating this event.
- getFactoryComponent() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the Metadata for the factory component on which to invoke the
factory method for the bean.
- getFactoryMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the factory method for the bean.
- getFilter() - Method in exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
Returns the filter expression that a service would have needed to satisfy
in order for the invocation to proceed.
- getFilter() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the filter expression that a matching service must match.
- getId() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the id of the component.
- getIndex() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the zero-based index into the parameter list of the factory method
or constructor to be invoked for this argument.
- getInitMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the init method specified for the bean.
- getInterface() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the name of the interface type that a matching service must
support.
- getInterfaces() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the type names of the interfaces that the service should be
advertised as supporting.
- getKey() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the key of the map entry.
- getKeyType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map keys.
- getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the Metadata for the component that will receive bind and unbind
events.
- getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the Metadata for the component that will receive registration and
unregistration events.
- getMemberType() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Return whether the List will contain service object proxies or
ServiceReference
objects.
- getMetadata(Class<T>) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
- getName() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
-
Return the name of the property to be injected.
- getProperties() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the properties for the bean.
- getRanking() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the ranking value to use when advertising the service.
- getRawClass() - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return the raw class represented by this type.
- getReferenceListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the reference listeners to receive bind and unbind events.
- getRegistrationListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the registration listeners to be notified when the service is
registered and unregistered with the framework.
- getRegistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the registration method.
- getScope() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the scope for the bean.
- getServiceComponent() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the Metadata for the component to be exported as a service.
- getServiceProperties() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the user declared properties to be advertised with the service.
- getStringValue() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the unconverted string representation of the value.
- getTimeout() - Method in interface org.osgi.service.blueprint.reflect.ReferenceMetadata
-
Return the timeout for service invocations when a backing service is is
unavailable.
- getTimestamp() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the time at which this event was created.
- getType() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the type of this event.
- getType() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the name of the type to which the value should be converted.
- getUnbindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the unbind method.
- getUnregistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the unregistration method.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the Metadata for the argument value.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
-
Return the Metadata for the value to be injected into a bean.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the value of the map entry.
- getValues() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return Metadata for the values of the collection.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the name of the value type to match the argument and convert the
value into when invoking the constructor or factory method.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type specified for the values of the collection.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map values.
- GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container has entered the grace period.