org.apache.aries.transaction.parsing
Class TxBlueprintListener

java.lang.Object
  extended by org.apache.aries.transaction.parsing.TxBlueprintListener
All Implemented Interfaces:
org.osgi.service.blueprint.container.BlueprintListener

public class TxBlueprintListener
extends Object
implements org.osgi.service.blueprint.container.BlueprintListener

A blueprint listener that tracks DESTROYED events to clean up any stored metadata for that blueprint. (So that we don't leak memory).


Constructor Summary
TxBlueprintListener(TxElementHandler handler)
           
 
Method Summary
 void blueprintEvent(org.osgi.service.blueprint.container.BlueprintEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxBlueprintListener

public TxBlueprintListener(TxElementHandler handler)
Method Detail

blueprintEvent

public void blueprintEvent(org.osgi.service.blueprint.container.BlueprintEvent event)
Specified by:
blueprintEvent in interface org.osgi.service.blueprint.container.BlueprintListener


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.