Uses of Class
org.apache.felix.ipojo.ConfigurationException

Packages that use ConfigurationException
org.apache.felix.ipojo   
org.apache.felix.ipojo.handlers.configuration   
org.apache.felix.ipojo.handlers.dependency   
org.apache.felix.ipojo.handlers.lifecycle.callback   
org.apache.felix.ipojo.handlers.lifecycle.controller   
org.apache.felix.ipojo.handlers.providedservice   
org.apache.felix.ipojo.util   
 

Uses of ConfigurationException in org.apache.felix.ipojo
 

Methods in org.apache.felix.ipojo that throw ConfigurationException
 void ComponentFactory.check(org.apache.felix.ipojo.metadata.Element element)
          Check method : allow a factory to check if given element are correct.
 void InstanceManager.configure(org.apache.felix.ipojo.metadata.Element metadata, java.util.Dictionary configuration)
          Configure the instance manager.
abstract  void Handler.configure(org.apache.felix.ipojo.metadata.Element metadata, java.util.Dictionary configuration)
          Configure the handler.
 ComponentInstance Factory.createComponentInstance(java.util.Dictionary configuration)
          Create an instance manager (i.e.
 ComponentInstance IPojoFactory.createComponentInstance(java.util.Dictionary configuration)
          Create an instance.
 ComponentInstance Factory.createComponentInstance(java.util.Dictionary configuration, ServiceContext serviceContext)
          Create an instance manager (i.e.
 ComponentInstance IPojoFactory.createComponentInstance(java.util.Dictionary configuration, ServiceContext serviceContext)
          Create an instance.
 ComponentInstance ComponentFactory.createInstance(java.util.Dictionary config, IPojoContext context, HandlerManager[] handlers)
          Create a primitive instance.
 ComponentInstance HandlerFactory.createInstance(java.util.Dictionary configuration, IPojoContext context, HandlerManager[] handlers)
          Create an instance.
abstract  ComponentInstance IPojoFactory.createInstance(java.util.Dictionary config, IPojoContext context, HandlerManager[] handlers)
          Create an instance.
 void HandlerManager.init(ComponentInstance instance, org.apache.felix.ipojo.metadata.Element metadata, java.util.Dictionary configuration)
          Create and initialize the handler object.
 void Handler.initializeComponentFactory(ComponentTypeDescription typeDesc, org.apache.felix.ipojo.metadata.Element metadata)
          Initialize component factory.
 

Constructors in org.apache.felix.ipojo that throw ConfigurationException
ComponentFactory(org.osgi.framework.BundleContext context, byte[] clazz, org.apache.felix.ipojo.metadata.Element element)
          Create a instance manager factory.
ComponentFactory(org.osgi.framework.BundleContext context, org.apache.felix.ipojo.metadata.Element element)
          Create a instance manager factory.
HandlerFactory(org.osgi.framework.BundleContext context, org.apache.felix.ipojo.metadata.Element metadata)
          Create a composite factory.
IPojoFactory(org.osgi.framework.BundleContext context, org.apache.felix.ipojo.metadata.Element metadata)
          Constructor.
 

Uses of ConfigurationException in org.apache.felix.ipojo.handlers.configuration
 

Methods in org.apache.felix.ipojo.handlers.configuration that throw ConfigurationException
 void ConfigurationHandler.configure(org.apache.felix.ipojo.metadata.Element metadata, java.util.Dictionary configuration)
          Configure the handler.
 void ConfigurationHandler.initializeComponentFactory(ComponentTypeDescription desc, org.apache.felix.ipojo.metadata.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(org.apache.felix.ipojo.metadata.Element componentMetadata, java.util.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(org.apache.felix.ipojo.metadata.Element metadata, java.util.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(org.apache.felix.ipojo.metadata.Element metadata, java.util.Dictionary configuration)
          Configure method.
 void ControllerHandler.initializeComponentFactory(ComponentTypeDescription desc, org.apache.felix.ipojo.metadata.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(org.apache.felix.ipojo.metadata.Element componentMetadata, java.util.Dictionary configuration)
          Configure the handler.
 void ProvidedServiceHandler.initializeComponentFactory(ComponentTypeDescription desc, org.apache.felix.ipojo.metadata.Element metadata)
          Initialize the component type.
 

Uses of ConfigurationException in org.apache.felix.ipojo.util
 

Methods in org.apache.felix.ipojo.util that throw ConfigurationException
static java.lang.Class Property.computeType(java.lang.String type, org.osgi.framework.BundleContext context)
          The set type method computes and returns the property type according to the given type name.
static java.lang.Object Property.create(java.lang.Class type, java.lang.String strValue)
          Create an object of the given type with the given String value.
static java.lang.Object Property.createArrayObject(java.lang.Class interntype, java.lang.String[] values)
          Create an array object containing the type 'interntype' from the String array 'values'.
static java.util.Comparator DependencyModel.getComparator(org.apache.felix.ipojo.metadata.Element dep, org.osgi.framework.BundleContext context)
          Helper method parsing the comparator attribute and returning the comparator object.
static int DependencyModel.getPolicy(org.apache.felix.ipojo.metadata.Element dep)
          Helper method parsing the binding policy.
static java.lang.Class DependencyModel.loadSpecification(java.lang.String specification, org.osgi.framework.BundleContext context)
          Load the given specification class.
 

Constructors in org.apache.felix.ipojo.util that throw ConfigurationException
Property(java.lang.String name, java.lang.String field, java.lang.String method, java.lang.String value, java.lang.String type, InstanceManager manager, Handler handler)
          Configurable Property Constructor.