Uses of Enum Class
org.eclipse.osgi.container.ModuleContainerAdaptor.ContainerEvent
Packages that use ModuleContainerAdaptor.ContainerEvent
-
Uses of ModuleContainerAdaptor.ContainerEvent in org.eclipse.osgi.container
Methods in org.eclipse.osgi.container that return ModuleContainerAdaptor.ContainerEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ModuleContainerAdaptor.ContainerEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.SystemModule.waitForStop
(long timeout) Waits until the module container has stopped.Methods in org.eclipse.osgi.container with parameters of type ModuleContainerAdaptor.ContainerEventModifier and TypeMethodDescriptionabstract void
ModuleContainerAdaptor.publishContainerEvent
(ModuleContainerAdaptor.ContainerEvent type, Module module, Throwable error, FrameworkListener... listeners) Publishes the specified container event.