| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://www.osgi.org/xmlns/blueprint/v1.0.0)>http://www.osgi.org/xmlns/blueprint/v1.0.0)
| Nested Element Summary | |||||||
| sequence |
|
||||||
| Attribute Summary | |
Tactivation | activation
The activation attribute for this component. |
Tavailability | availability
Use to control the initial processing of service references at blueprint context startup. |
Tidref | component-name
An optional specifier that can be used to match a service definition to one created by a specific blueprint component. |
TdependsOn | depends-on
depends-on identifies (by id) other components that this component depends on. |
normalizedString | filter
A filter string used to narrow the search for a matching service reference. |
ID | id
|
Tclass | interface
The interface that the OSGi service must implement and that will be implemented by the proxy object. |
Ttimeout | timeout
|
| Attribute Detail |
The activation attribute for this component. This can either
be "eager" or "lazy". If not specified, it
defaults to default-activation attribute of the enclosing
<blueprint> element.
Defined with global type Tactivation
Use to control the initial processing of service references at
blueprint context startup. "mandatory" indicates the context
should not start unless the service is available within the
specified context startup period. "optional" indicates availability
of this service is not a requirement at bundle startup.
NOTE: No default is specified because this can be overridden
by the default-availability attribute of the <blueprint> element.
Defined with global type Tavailability
An optional specifier that can be used to match a service definition
to one created by a specific blueprint component.
Defined with global type Tidref
depends-on identifies (by id) other components that this component
depends on. The component only be activated after the
depends-on components are successfully activated. Also, if there
are <reference> or <reference-list> elements with unstatisfied
manadatory references, then the depends-on relationship will also
be used to determine whether this service is enabled or not.
Defined with global type TdependsOn
A filter string used to narrow the search for a matching service
reference.
Defined with global type normalizedString
Defined with global type ID
The interface that the OSGi service must implement and that will be
implemented by the proxy object.
This attribute is optional.
Defined with global type Tclass
Defined with global type Ttimeout
| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||