|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationException in org.apache.felix.ipojo |
---|
Methods in org.apache.felix.ipojo that throw ConfigurationException | |
---|---|
void |
ComponentFactory.check(Element element)
Allows a factory to check if the given element is well-formed. |
abstract void |
Handler.configure(Element metadata,
Dictionary configuration)
Configures the handler. |
void |
InstanceManager.configure(Element metadata,
Dictionary configuration)
Configures the instance manager. |
ComponentInstance |
IPojoFactory.createComponentInstance(Dictionary configuration)
Creates an instance. |
ComponentInstance |
Factory.createComponentInstance(Dictionary configuration)
Creates an instance manager (i.e. |
ComponentInstance |
IPojoFactory.createComponentInstance(Dictionary configuration,
ServiceContext serviceContext)
Creates an instance in the specified service context. |
ComponentInstance |
Factory.createComponentInstance(Dictionary configuration,
ServiceContext serviceContext)
Creates an instance manager (i.e. |
abstract ComponentInstance |
IPojoFactory.createInstance(Dictionary config,
IPojoContext context,
HandlerManager[] handlers)
Creates an instance. |
ComponentInstance |
ComponentFactory.createInstance(Dictionary config,
IPojoContext context,
HandlerManager[] handlers)
Creates a primitive instance. |
ComponentInstance |
HandlerManagerFactory.createInstance(Dictionary configuration,
IPojoContext context,
HandlerManager[] handlers)
Creates an instance. |
void |
HandlerManager.init(ComponentInstance instance,
Element metadata,
Dictionary configuration)
Creates and initializes the handler object. |
void |
Handler.initializeComponentFactory(ComponentTypeDescription typeDesc,
Element metadata)
Initializes the component factory. |
Constructors in org.apache.felix.ipojo that throw ConfigurationException | |
---|---|
ComponentFactory(BundleContext context,
byte[] clazz,
Element element)
Creates a instance manager factory. |
|
ComponentFactory(BundleContext context,
Element element)
Creates a instance manager factory. |
|
HandlerManagerFactory(BundleContext context,
Element metadata)
Creates a handler factory. |
|
IPojoFactory(BundleContext context,
Element metadata)
Creates an iPOJO Factory. |
Uses of ConfigurationException in org.apache.felix.ipojo.handlers.configuration |
---|
Methods in org.apache.felix.ipojo.handlers.configuration that throw ConfigurationException | |
---|---|
void |
ConfigurationHandler.configure(Element metadata,
Dictionary configuration)
Configures the handler. |
void |
ConfigurationHandler.initializeComponentFactory(ComponentTypeDescription desc,
Element metadata)
Initialize the component type. |
Uses of ConfigurationException in org.apache.felix.ipojo.handlers.dependency |
---|
Methods in org.apache.felix.ipojo.handlers.dependency that throw ConfigurationException | |
---|---|
void |
DependencyHandler.configure(Element componentMetadata,
Dictionary configuration)
Configure the handler. |
Uses of ConfigurationException in org.apache.felix.ipojo.handlers.lifecycle.callback |
---|
Methods in org.apache.felix.ipojo.handlers.lifecycle.callback that throw ConfigurationException | |
---|---|
void |
LifecycleCallbackHandler.configure(Element metadata,
Dictionary configuration)
Configure the handler. |
Uses of ConfigurationException in org.apache.felix.ipojo.handlers.lifecycle.controller |
---|
Methods in org.apache.felix.ipojo.handlers.lifecycle.controller that throw ConfigurationException | |
---|---|
void |
ControllerHandler.configure(Element metadata,
Dictionary configuration)
Configure method. |
void |
ControllerHandler.initializeComponentFactory(ComponentTypeDescription desc,
Element metadata)
Initialize the component factory. |
Uses of ConfigurationException in org.apache.felix.ipojo.handlers.providedservice |
---|
Methods in org.apache.felix.ipojo.handlers.providedservice that throw ConfigurationException | |
---|---|
void |
ProvidedServiceHandler.configure(Element componentMetadata,
Dictionary configuration)
Configure the handler. |
void |
ProvidedServiceHandler.initializeComponentFactory(ComponentTypeDescription desc,
Element metadata)
Initialize the component type. |
Uses of ConfigurationException in org.apache.felix.ipojo.parser |
---|
Constructors in org.apache.felix.ipojo.parser that throw ConfigurationException | |
---|---|
PojoMetadata(Element metadata)
Creates Pojo metadata. |
Uses of ConfigurationException in org.apache.felix.ipojo.util |
---|
Methods in org.apache.felix.ipojo.util that throw ConfigurationException | |
---|---|
static Class |
Property.computeType(String type,
BundleContext context)
Computes and returns the property type according to the given type name. |
static Object |
Property.create(Class type,
String strValue)
Creates an object of the given type with the given String value. |
static Object |
Property.createArrayObject(Class interntype,
String[] values)
Creates an array object containing the type component type from the String array 'values'. |
static Comparator |
DependencyModel.getComparator(Element dep,
BundleContext context)
Helper method parsing the comparator attribute and returning the comparator object. |
static int |
DependencyModel.getPolicy(Element dep)
Helper method parsing the binding policy. |
static Class |
DependencyModel.loadSpecification(String specification,
BundleContext context)
Loads the given specification class. |
Constructors in org.apache.felix.ipojo.util that throw ConfigurationException | |
---|---|
Property(String name,
String field,
String method,
String value,
String type,
InstanceManager manager,
Handler handler)
Creates a property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |