org.apache.axis2.osgi.deployment.tracker
Class BundleTracker

java.lang.Object
  extended by org.apache.axis2.osgi.deployment.tracker.BundleTracker

public class BundleTracker
extends Object

BundleTracker listen to bundle events and class the registered Registry objects to deal with them. One be able to add Registry objects to BundleTracker and remove them as necessary. When open() is called BundleTracker will open the tracking and when close() is called close the tracking.


Constructor Summary
BundleTracker(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void addRegistry(Registry registry)
           
 void close()
           
 void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleTracker

public BundleTracker(org.osgi.framework.BundleContext context)
Method Detail

addRegistry

public void addRegistry(Registry registry)

open

public void open()

close

public void close()


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