org.apache.felix.ipojo
Interface Pojo


public interface Pojo

Interface implemented by each object created through an manipulated class. This interface allow to get the component instance from the object.

Author:
Felix Project Team

Method Summary
 ComponentInstance getComponentInstance()
          Get the instance container which create the current object.
 

Method Detail

getComponentInstance

ComponentInstance getComponentInstance()
Get the instance container which create the current object.

Returns:
the component instance who create this object.