Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
F
G
I
L
O
R
S
C
configure(Configuration)
- Method in class org.apache.fulcrum.factory.
DefaultFactoryService
Avalon component lifecycle method
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
F
Factory
- 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(String)
- Constructor for exception org.apache.fulcrum.factory.
FactoryException
FactoryException(String, Exception)
- 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(String)
- Method in class org.apache.fulcrum.factory.
DefaultFactoryService
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, Object[], String[])
- Method in class org.apache.fulcrum.factory.
DefaultFactoryService
Gets an instance of a named class.
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(Class)
- Method in class org.apache.fulcrum.factory.
DefaultFactoryService
Gets an instance of a specified class.
getInstance(Class, Object[], String[])
- Method in class org.apache.fulcrum.factory.
DefaultFactoryService
Gets an instance of a specified class.
getInstance()
- Method in interface org.apache.fulcrum.factory.
Factory
Gets an instance of a class.
getInstance(ClassLoader)
- Method in interface org.apache.fulcrum.factory.
Factory
Gets an instance of a 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(ClassLoader, Object[], String[])
- Method in interface org.apache.fulcrum.factory.
Factory
Gets an instance of a named class using a specified class loader.
getInstance(Class)
- Method in interface org.apache.fulcrum.factory.
FactoryService
Gets an instance of a class.
getInstance(String)
- Method in interface org.apache.fulcrum.factory.
FactoryService
Gets an instance of a named class.
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, Object[], String[])
- Method in interface org.apache.fulcrum.factory.
FactoryService
Gets an instance of a named class.
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.
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.
initialized
- Variable in class org.apache.fulcrum.factory.
DefaultFactoryService
isLoaderSupported(String)
- Method in class org.apache.fulcrum.factory.
DefaultFactoryService
Tests if specified class loaders are supported for a named class.
isLoaderSupported()
- Method in interface org.apache.fulcrum.factory.
Factory
Tests if this object factory supports specified class loaders.
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
ObjectInputStreamForContext(InputStream, ClassLoader)
- Constructor for class org.apache.fulcrum.factory.utils.
ObjectInputStreamForContext
Contructs 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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2009
The Apache Software Foundation
. All Rights Reserved.