- WAIT_TIMEDOUT - Static variable in class org.osgi.framework.FrameworkEvent
-
The Framework did not stop before the wait timeout expired.
- waitForService(long) - Method in class org.osgi.util.tracker.ServiceTracker
-
Wait for at least one service to be tracked by this
ServiceTracker
.
- waitForStop(long) - Method in interface org.osgi.framework.launch.Framework
-
Wait until this Framework has completely stopped.
- WARNING - Static variable in class org.osgi.framework.FrameworkEvent
-
A warning has occurred.
- WEAVE - Static variable in class org.osgi.framework.AdminPermission
-
The action string weave
.
- weave(WovenClass) - Method in interface org.osgi.framework.hooks.weaving.WeavingHook
-
Weaving hook method.
- WeavingException - Exception in org.osgi.framework.hooks.weaving
-
A weaving exception used to indicate that the class load should be failed but
the weaving hook must not be blacklisted by the framework.
- WeavingException(String, Throwable) - Constructor for exception org.osgi.framework.hooks.weaving.WeavingException
-
Creates a WeavingException
with the specified message and
exception cause.
- WeavingException(String) - Constructor for exception org.osgi.framework.hooks.weaving.WeavingException
-
Creates a WeavingException
with the specified message.
- WeavingHook - Interface in org.osgi.framework.hooks.weaving
-
OSGi Framework Weaving Hook Service.
- Wire - Interface in org.osgi.resource
-
- WireDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a Wire.
- WireDTO() - Constructor for class org.osgi.resource.dto.WireDTO
-
- Wiring - Interface in org.osgi.resource
-
A wiring for a resource.
- WiringDTO - Class in org.osgi.resource.dto
-
Data Transfer Object for a Wiring node.
- WiringDTO() - Constructor for class org.osgi.resource.dto.WiringDTO
-
- wirings - Variable in class org.osgi.framework.wiring.dto.FrameworkWiringDTO
-
The set of wiring nodes referenced by the wiring graph of the framework.
- WovenClass - Interface in org.osgi.framework.hooks.weaving
-
A class being woven.
- WovenClassListener - Interface in org.osgi.framework.hooks.weaving
-
Woven Class Listener Service.