Package org.apache.aries.util.internal
Class EquinoxWorker
- java.lang.Object
-
- org.apache.aries.util.internal.DefaultWorker
-
- org.apache.aries.util.internal.EquinoxWorker
-
- All Implemented Interfaces:
java.util.EventListener,FrameworkUtilWorker,BundleListener,FrameworkListener
public class EquinoxWorker extends DefaultWorker implements FrameworkUtilWorker
-
-
Constructor Summary
Constructors Constructor Description EquinoxWorker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassLoadergetClassLoader(Bundle b)-
Methods inherited from class org.apache.aries.util.internal.DefaultWorker
bundleChanged, frameworkEvent, isValid
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.aries.util.internal.FrameworkUtilWorker
isValid
-
-
-
-
Method Detail
-
getClassLoader
public java.lang.ClassLoader getClassLoader(Bundle b)
- Specified by:
getClassLoaderin interfaceFrameworkUtilWorker- Overrides:
getClassLoaderin classDefaultWorker
-
-