org.apache.aries.transaction.parsing
Class TxBlueprintListener
java.lang.Object
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).
|
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 |
TxBlueprintListener
public TxBlueprintListener(TxElementHandler handler)
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.