|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.osgi.deployment.tracker.BundleTracker
public class BundleTracker
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 |
---|
public BundleTracker(org.osgi.framework.BundleContext context)
Method Detail |
---|
public void addRegistry(Registry registry)
public void open()
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |