Serialized Form
Package org.apache.avalon.meta.info |
m_name
String m_name
m_classname
String m_classname
m_entries
EntryDescriptor[] m_entries
m_position
int m_position
- The name the component uses to lookup dependency.
m_key
String m_key
- The name the component uses to lookup dependency.
m_service
ReferenceDescriptor m_service
- The service class/interface that the dependency must provide.
m_optional
boolean m_optional
- True if dependency is optional, false otherwise.
m_attributes
Properties m_attributes
- The arbitrary set of attributes associated with Component.
m_key
String m_key
- The name the component uses to lookup entry.
m_classname
String m_classname
- The class/interface of the Entry.
m_optional
boolean m_optional
- True if entry is optional, false otherwise.
m_volatile
boolean m_volatile
- Immutable state of the entry.
m_alias
String m_alias
- An alias to a key.
m_urn
String m_urn
- The extension identifier.
m_name
String m_name
- The short name of the Component Type. Useful for displaying
human readable strings describing the type in
assembly tools or generators.
m_classname
String m_classname
- The implementation classname.
m_version
Version m_version
- The version of component that descriptor describes.
m_lifestyle
String m_lifestyle
- The component lifestyle.
m_schema
String m_schema
- The component configuration schema.
m_collection
int m_collection
- The component garbage collection policy. The value returned is either
LIBERAL, DEMOCAT or CONSERVATIVE. A component implementing a LIBERAL policy
will be decommissioned if no references exist. A component declaring a
DEMOCRAT policy will exist without reference so long as memory contention
does not occur. A component implementing CONSERVATIVE policies will be
maintained irrespective of usage and memory constraints so long as its
scope exists (the jvm for a "singleton" and Thread for "thread" lifestyles).
The default policy is CONSERVATIVE.
m_classname
String m_classname
- The permission classname.
m_name
String m_name
- The permission name (saantics relative to the permission classname).
m_actions
String[] m_actions
- Permission actions.
m_classname
String m_classname
- The name of service class.
m_version
Version m_version
- The version of service class.
m_permissions
PermissionDescriptor[] m_permissions
- The set of permissions that this component type requires in order
to execute.
m_reference
ReferenceDescriptor m_reference
- The service reference.
m_entries
EntryDescriptor[] m_entries
- The optional context entry criteria.
m_designator
ReferenceDescriptor m_designator
- The service reference that descriptor is describing.
m_urn
String m_urn
- The stage identifier.
m_descriptor
InfoDescriptor m_descriptor
m_security
SecurityDescriptor m_security
m_context
ContextDescriptor m_context
m_configuration
Configuration m_configuration
m_services
ServiceDescriptor[] m_services
m_dependencies
DependencyDescriptor[] m_dependencies
m_loggers
CategoryDescriptor[] m_loggers
m_stages
StageDescriptor[] m_stages
m_extensions
ExtensionDescriptor[] m_extensions
Package org.apache.avalon.meta.info.builder |
Package org.apache.avalon.meta.info.verifier |
Copyright © The Apache Software Foundation. All Rights Reserved.