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

Packages that use InstanceManager
org.apache.felix.ipojo   
org.apache.felix.ipojo.handlers.providedservice   
org.apache.felix.ipojo.util   
 

Uses of InstanceManager in org.apache.felix.ipojo
 

Subclasses of InstanceManager in org.apache.felix.ipojo
 class HandlerManager
          The handler manager manages an handler instance.
 

Methods in org.apache.felix.ipojo that return InstanceManager
 InstanceManager PrimitiveHandler.getInstanceManager()
          Gets the instance manager managing the instance.
 

Constructors in org.apache.felix.ipojo with parameters of type InstanceManager
PrimitiveInstanceDescription(ComponentTypeDescription type, InstanceManager instance)
          Creates a Primitive Instance Description.
 

Uses of InstanceManager in org.apache.felix.ipojo.handlers.providedservice
 

Methods in org.apache.felix.ipojo.handlers.providedservice that return InstanceManager
protected  InstanceManager ProvidedService.getInstanceManager()
           
 

Methods in org.apache.felix.ipojo.handlers.providedservice with parameters of type InstanceManager
abstract  void CreationStrategy.onPublication(InstanceManager instance, String[] interfaces, Properties props)
          Method called when the service is registered.
 

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

Constructors in org.apache.felix.ipojo.util with parameters of type InstanceManager
Callback(MethodMetadata method, InstanceManager manager)
          Creates a Callback.
Callback(String method, Class[] args, boolean isStatic, InstanceManager manager)
          Creates a Callback.
Callback(String method, String[] args, boolean isStatic, InstanceManager manager)
          Creates a Callback.
Property(String name, String field, String method, String value, String type, InstanceManager manager, Handler handler)
          Creates a property.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.