C D F G I L O R S 
All Classes All Packages

C

configure(Configuration) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
 

D

DEFAULT_FACTORY - Static variable in class org.apache.fulcrum.factory.DefaultFactoryService
The name of the default factory.
DefaultFactoryService - Class in org.apache.fulcrum.factory
The Factory Service instantiates objects using specified class loaders.
DefaultFactoryService() - Constructor for class org.apache.fulcrum.factory.DefaultFactoryService
 
dispose() - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Avalon component lifecycle method Clear lists and maps

F

Factory<T> - Interface in org.apache.fulcrum.factory
Factory is an interface for object factories.
FactoryException - Exception in org.apache.fulcrum.factory
Exception thrown when there is a problem with the FactoryService
FactoryException() - Constructor for exception org.apache.fulcrum.factory.FactoryException
Default constructor
FactoryException(String) - Constructor for exception org.apache.fulcrum.factory.FactoryException
FactoryException(String, Throwable) - Constructor for exception org.apache.fulcrum.factory.FactoryException
FactoryException(Throwable) - Constructor for exception org.apache.fulcrum.factory.FactoryException
FactoryService - Interface in org.apache.fulcrum.factory
The Factory Service instantiates objects using either default class loaders or a specified one.

G

getFactory(String) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets a customized factory for a named class.
getInstance() - Method in interface org.apache.fulcrum.factory.Factory
Gets an instance of a class.
getInstance(Class<T>) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets an instance of a specified class.
getInstance(Class<T>) - Method in interface org.apache.fulcrum.factory.FactoryService
Gets an instance of a class.
getInstance(Class<T>, Object[], String[]) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets an instance of a specified class.
getInstance(ClassLoader) - Method in interface org.apache.fulcrum.factory.Factory
Gets an instance of a class using a specified class loader.
getInstance(ClassLoader, Object[], String[]) - Method in interface org.apache.fulcrum.factory.Factory
Gets an instance of a named class using a specified class loader.
getInstance(Object[], String[]) - Method in interface org.apache.fulcrum.factory.Factory
Gets an instance of a named class.
getInstance(String) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets an instance of a named class.
getInstance(String) - Method in interface org.apache.fulcrum.factory.FactoryService
Gets an instance of a named class.
getInstance(String, ClassLoader) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets an instance of a named class using a specified class loader.
getInstance(String, ClassLoader) - Method in interface org.apache.fulcrum.factory.FactoryService
Gets an instance of a named class using a specified class loader.
getInstance(String, ClassLoader, Object[], String[]) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets an instance of a named class using a specified class loader.
getInstance(String, ClassLoader, Object[], String[]) - Method in interface org.apache.fulcrum.factory.FactoryService
Gets an instance of a named class using a specified class loader.
getInstance(String, Object[], String[]) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets an instance of a named class.
getInstance(String, Object[], String[]) - Method in interface org.apache.fulcrum.factory.FactoryService
Gets an instance of a named class.
getPrimitiveClass(String) - Static method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets the class of a primitive type.
getSignature(Class<?>, Object[], String[]) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Gets the signature classes for parameters of a method of a class.
getSignature(Class<?>, Object[], String[]) - Method in interface org.apache.fulcrum.factory.FactoryService
Gets the signature classes for parameters of a method of a class.

I

init(String) - Method in interface org.apache.fulcrum.factory.Factory
Initializes the factory.
initialize() - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Avalon component lifecycle method Initializes the service by loading default class loaders and customized object factories.
isLoaderSupported() - Method in interface org.apache.fulcrum.factory.Factory
Tests if this object factory supports specified class loaders.
isLoaderSupported(String) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Tests if specified class loaders are supported for a named class.
isLoaderSupported(String) - Method in interface org.apache.fulcrum.factory.FactoryService
Tests if specified class loaders are supported for a named class.

L

loadClass(String) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Loads the named class using the default class loader.
loadClass(String, ClassLoader) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Loads the named class using a specified class loader.

O

ObjectInputStreamForContext - Class in org.apache.fulcrum.factory.utils
A deserialization stream for a specific class loader context.
ObjectInputStreamForContext() - Constructor for class org.apache.fulcrum.factory.utils.ObjectInputStreamForContext
Required to make satisfy the proxy methods
ObjectInputStreamForContext(InputStream, ClassLoader) - Constructor for class org.apache.fulcrum.factory.utils.ObjectInputStreamForContext
This method will construct a new object stream for a context.
org.apache.fulcrum.factory - package org.apache.fulcrum.factory
 
org.apache.fulcrum.factory.utils - package org.apache.fulcrum.factory.utils
 

R

resolveClass(ObjectStreamClass) - Method in class org.apache.fulcrum.factory.utils.ObjectInputStreamForContext
ROLE - Static variable in interface org.apache.fulcrum.factory.FactoryService
The key under which this component is known by an avalon container.

S

switchObjectContext(Object, ClassLoader) - Method in class org.apache.fulcrum.factory.DefaultFactoryService
Switches an object into the context of a different class loader.
C D F G I L O R S 
All Classes All Packages