org.apache.felix.ipojo.composite.instance
Class InstanceHandlerDescription

java.lang.Object
  extended by org.apache.felix.ipojo.architecture.HandlerDescription
      extended by org.apache.felix.ipojo.composite.instance.InstanceHandlerDescription

public class InstanceHandlerDescription
extends org.apache.felix.ipojo.architecture.HandlerDescription

Description of the Instance Handler.

Author:
Felix Project Team

Constructor Summary
InstanceHandlerDescription(CompositeHandler handler, java.util.List insts)
          Constructor.
 
Method Summary
 org.apache.felix.ipojo.metadata.Element getHandlerInfo()
          Build handler description.
 
Methods inherited from class org.apache.felix.ipojo.architecture.HandlerDescription
getHandlerName, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceHandlerDescription

public InstanceHandlerDescription(CompositeHandler handler,
                                  java.util.List insts)
Constructor.

Parameters:
handler - : handler
insts - : list of component instances
Method Detail

getHandlerInfo

public org.apache.felix.ipojo.metadata.Element getHandlerInfo()
Build handler description.

Overrides:
getHandlerInfo in class org.apache.felix.ipojo.architecture.HandlerDescription
Returns:
the handler description
See Also:
HandlerDescription.getHandlerInfo()