Serialized Form


Package org.apache.avalon.merlin

Class org.apache.avalon.merlin.KernelError extends CascadingError implements Serializable

Class org.apache.avalon.merlin.KernelException extends CascadingException implements Serializable

Class org.apache.avalon.merlin.KernelRuntimeException extends CascadingRuntimeException implements Serializable


Package org.apache.avalon.merlin.event

Class org.apache.avalon.merlin.event.KernelEvent extends EventObject implements Serializable

Serialized Fields

m_kernel

Kernel m_kernel
The model added or removed from the containment model.

Class org.apache.avalon.merlin.event.KernelStateEvent extends KernelEvent implements Serializable

Serialized Fields

m_from

int m_from

m_to

int m_to


Package org.apache.avalon.merlin.impl

Class org.apache.avalon.merlin.impl.DefaultCriteria extends Criteria implements Serializable

Serialized Fields

m_context

InitialContext m_context


Package org.apache.avalon.merlin.servlet

Class org.apache.avalon.merlin.servlet.MerlinServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_criteria

KernelCriteria m_criteria

m_kernel

Kernel m_kernel


Package org.apache.avalon.composition.data

Class org.apache.avalon.composition.data.BlockCompositionDirective extends DeploymentProfile implements Serializable

Serialized Fields

m_artifact

Artifact m_artifact
The version identifier.


m_targets

TargetDirective[] m_targets
Nested targets.

Class org.apache.avalon.composition.data.BlockIncludeDirective extends DeploymentProfile implements Serializable

Serialized Fields

m_path

String m_path
The include path.

Class org.apache.avalon.composition.data.ClassLoaderDirective extends Object implements Serializable

Serialized Fields

m_library

LibraryDirective m_library
The library directive.


m_classpath

ClasspathDirective m_classpath
The root category hierachy.

Class org.apache.avalon.composition.data.ClasspathDirective extends Object implements Serializable

Serialized Fields

m_filesets

FilesetDirective[] m_filesets
The fileset directives


m_artifacts

Artifact[] m_artifacts
The resource references

Class org.apache.avalon.composition.data.ComponentProfile extends DeploymentProfile implements Serializable

Serialized Fields

m_categories

CategoriesDirective m_categories
The assigned logging categories.


m_collection

int m_collection
The collection policy override.


m_classname

String m_classname
The component classname.


m_parameters

Parameters m_parameters
The parameters for component (if any).


m_configuration

Configuration m_configuration
The configuration for component (if any).


m_context

ContextDirective m_context
The configuration for component (if any).


m_dependencies

DependencyDirective[] m_dependencies
The dependency directives.


m_stages

StageDirective[] m_stages
The stage directives.


m_mode

Mode m_mode
The creation mode.

Class org.apache.avalon.composition.data.ConstructorDirective extends EntryDirective implements Serializable

Serialized Fields

m_classname

String m_classname
The constructor classname.


m_params

Parameter[] m_params
The constructor param.


m_argument

String m_argument
The alternative argument.

Class org.apache.avalon.composition.data.ContainmentProfile extends DeploymentProfile implements Serializable

Serialized Fields

m_classloader

ClassLoaderDirective m_classloader
The classloader directive.


m_export

ServiceDirective[] m_export
The published service directives.


m_profiles

DeploymentProfile[] m_profiles
The profiles described within the scope of the containment profile.

Class org.apache.avalon.composition.data.ContextDirective extends Object implements Serializable

Serialized Fields

m_entries

EntryDirective[] m_entries
The set of entry directives.


m_classname

String m_classname
The constext casting classname.

Class org.apache.avalon.composition.data.DependencyDirective extends Object implements Serializable

Serialized Fields

m_key

String m_key
The dependency key that the directive refers to.


m_source

String m_source
The dependency source (possibly null)


m_features

SelectionDirective[] m_features
The set of features used during selection.

Class org.apache.avalon.composition.data.DeploymentProfile extends Object implements Serializable

Serialized Fields

m_name

String m_name
The name of the component profile. This is an abstract name used during assembly.


m_activation

int m_activation
The activation policy.


m_mode

Mode m_mode
The mode under which this profile was established.


m_categories

CategoriesDirective m_categories

Class org.apache.avalon.composition.data.EntryDirective extends Object implements Serializable

Serialized Fields

m_key

String m_key
The entry key.

Class org.apache.avalon.composition.data.ExcludeDirective extends Object implements Serializable

Serialized Fields

m_path

String m_path
The base directory

Class org.apache.avalon.composition.data.FilesetDirective extends Object implements Serializable

Serialized Fields

m_base

String m_base
The base directory from which include directives will be resolved.


m_includes

IncludeDirective[] m_includes
The set of include directives.


m_excludes

ExcludeDirective[] m_excludes
The set of exclude directives.

Class org.apache.avalon.composition.data.ImportDirective extends EntryDirective implements Serializable

Serialized Fields

m_import

String m_import
The container scoped key.

Class org.apache.avalon.composition.data.IncludeDirective extends Object implements Serializable

Serialized Fields

m_path

String m_path
The base directory

Class org.apache.avalon.composition.data.LibraryDirective extends Object implements Serializable

Serialized Fields

m_includes

String[] m_includes
The include paths


m_groups

String[] m_groups
The groups

Class org.apache.avalon.composition.data.MetaDataException extends CascadingException implements Serializable

Class org.apache.avalon.composition.data.MetaDataRuntimeException extends CascadingRuntimeException implements Serializable

Class org.apache.avalon.composition.data.Mode extends Object implements Serializable

Serialized Fields

m_mode

int m_mode
The creation mode.

Class org.apache.avalon.composition.data.NamedComponentProfile extends DeploymentProfile implements Serializable

Serialized Fields

m_classname

String m_classname
The component classname.


m_key

String m_key
The profile key.

Class org.apache.avalon.composition.data.Parameter extends Object implements Serializable

Serialized Fields

m_classname

String m_classname
The classname to use as the parameter implementation class (defaults to java.lang.String)


m_argument

String m_argument
The supplied argument.


m_parameters

Parameter[] m_parameters
The sub-parameters from which the value for this parameter may be derived.

Class org.apache.avalon.composition.data.PermissionDirective extends Object implements Serializable

Serialized Fields

m_permission

Permission m_permission
The Permission object

Class org.apache.avalon.composition.data.ProfilePackage extends Object implements Serializable

Serialized Fields

m_profiles

ComponentProfile[] m_profiles
The set of component profiles contained within the package.

Class org.apache.avalon.composition.data.SecurityProfile extends Object implements Serializable

Serialized Fields

m_name

String m_name
The assigned profile name.


m_permissions

PermissionDescriptor[] m_permissions
The permission descriptors

Class org.apache.avalon.composition.data.SelectionDirective extends Object implements Serializable

Serialized Fields

m_feature

String m_feature
The feature name.


m_value

String m_value
The value attributed to the feature selection criteria.


m_criteria

String m_criteria
The criteria to be applied with respect to the feature criteria.


m_optional

boolean m_optional
The optional status of the selection directive.

Class org.apache.avalon.composition.data.ServiceDirective extends ServiceDescriptor implements Serializable

Serialized Fields

m_path

String m_path
The relative path to the component implementing the service.

Class org.apache.avalon.composition.data.StageDirective extends Object implements Serializable

Serialized Fields

m_key

String m_key
The dependency key that the directive refers to.


m_source

String m_source
The stage dependency source (possibly null)


m_features

SelectionDirective[] m_features
The set of features used during selection.

Class org.apache.avalon.composition.data.TargetDirective extends Object implements Serializable

Serialized Fields

m_path

String m_path
The path.


m_config

Configuration m_config
The configuration.


m_categories

CategoriesDirective m_categories
The configuration.


m_profile

String m_profile
The name of a security profile to assign to a target.


Package org.apache.avalon.composition.event

Class org.apache.avalon.composition.event.CompositionEvent extends EventObject implements Serializable

Serialized Fields

m_child

DeploymentModel m_child
The model added or removed from the containment model.


Package org.apache.avalon.composition.model

Class org.apache.avalon.composition.model.AssemblyException extends ModelException implements Serializable

Class org.apache.avalon.composition.model.CommissioningException extends CompositionException implements Serializable

Class org.apache.avalon.composition.model.CompositionException extends CascadingException implements Serializable

Class org.apache.avalon.composition.model.FatalCommissioningException extends CommissioningException implements Serializable

Class org.apache.avalon.composition.model.FatalServiceException extends ServiceException implements Serializable

Class org.apache.avalon.composition.model.ModelException extends CascadingException implements Serializable

Class org.apache.avalon.composition.model.ModelRuntimeException extends CascadingRuntimeException implements Serializable

Class org.apache.avalon.composition.model.ProfileDuplicateException extends ProfileException implements Serializable

Class org.apache.avalon.composition.model.ProfileException extends ModelException implements Serializable

Class org.apache.avalon.composition.model.ProfileUnknownException extends ProfileException implements Serializable

Class org.apache.avalon.composition.model.ProviderNotFoundException extends AssemblyException implements Serializable

Class org.apache.avalon.composition.model.ServiceDuplicateException extends ServiceException implements Serializable

Class org.apache.avalon.composition.model.ServiceException extends ModelException implements Serializable

Class org.apache.avalon.composition.model.ServiceUnknownException extends ServiceException implements Serializable

Class org.apache.avalon.composition.model.TransientRuntimeException extends RuntimeException implements Serializable

Serialized Fields

m_delay

long m_delay

Class org.apache.avalon.composition.model.TransientServiceException extends ServiceException implements Serializable

Serialized Fields

m_delay

long m_delay

Class org.apache.avalon.composition.model.TypeDuplicateException extends TypeException implements Serializable

Class org.apache.avalon.composition.model.TypeException extends ModelException implements Serializable

Class org.apache.avalon.composition.model.TypeRuntimeException extends CascadingRuntimeException implements Serializable

Class org.apache.avalon.composition.model.TypeUnknownException extends TypeException implements Serializable


Package org.apache.avalon.composition.provider

Class org.apache.avalon.composition.provider.SystemException extends CascadingException implements Serializable

Class org.apache.avalon.composition.provider.SystemRuntimeException extends CascadingRuntimeException implements Serializable


Package org.apache.avalon.activation

Class org.apache.avalon.activation.ApplianceException extends CascadingException implements Serializable

Class org.apache.avalon.activation.ApplianceRuntimeException extends CascadingRuntimeException implements Serializable

Class org.apache.avalon.activation.LifecycleException extends ApplianceException implements Serializable

Class org.apache.avalon.activation.LifecycleRuntimeException extends ApplianceRuntimeException implements Serializable

Class org.apache.avalon.activation.LifestyleException extends ApplianceException implements Serializable

Class org.apache.avalon.activation.LifestyleRuntimeException extends ApplianceRuntimeException implements Serializable

Class org.apache.avalon.activation.RuntimeFactoryException extends CascadingException implements Serializable

Class org.apache.avalon.activation.TransientApplianceException extends ApplianceException implements Serializable

Serialized Fields

m_delay

long m_delay



Copyright © The Apache Software Foundation. All Rights Reserved.