| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tcomponent
The Tcomponent type is the base type for top-level
Blueprint components. The <bean> <reference>, <service>,
and <reference-list> elements are all derived from
the Tcomponent type. This type defines an id attribute
that is used create references between different components.
Component elements can also be inlined within other component
definitions. The id attribute is not valid when inlined.
| Attribute Summary | |
Tactivation | activation
The activation attribute for this component. |
TdependsOn | depends-on
depends-on identifies (by id) other components that this component depends on. |
ID | id
|
| 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
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
Defined with global type ID
| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ATTRIBUTES | FRAMES | NO FRAMES | ||||||