Uses of Enum Class
org.eclipse.osgi.container.ModuleContainerAdaptor.ModuleEvent
Packages that use ModuleContainerAdaptor.ModuleEvent
-
Uses of ModuleContainerAdaptor.ModuleEvent in org.eclipse.osgi.container
Subclasses with type arguments of type ModuleContainerAdaptor.ModuleEvent in org.eclipse.osgi.containerModifier and TypeClassDescriptionstatic enumMethods in org.eclipse.osgi.container that return ModuleContainerAdaptor.ModuleEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ModuleContainerAdaptor.ModuleEvent[]ModuleContainerAdaptor.ModuleEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.osgi.container with parameters of type ModuleContainerAdaptor.ModuleEventModifier and TypeMethodDescriptionModuleContainerAdaptor.adaptModuleRevisionBuilder(ModuleContainerAdaptor.ModuleEvent operation, Module origin, ModuleRevisionBuilder builder, Object revisionInfo) Allows a builder to be modified before it is used by the container.final booleanModule.holdsTransitionEventLock(ModuleContainerAdaptor.ModuleEvent transitionEvent) Returns true if the current thread holds the state change lock for the specified transition event.protected final voidModule.lockStateChange(ModuleContainerAdaptor.ModuleEvent transitionEvent) Acquires the module lock for state changes by the current thread for the specified transition event.abstract voidModuleContainerAdaptor.publishModuleEvent(ModuleContainerAdaptor.ModuleEvent type, Module module, Module origin) Publishes the specified module event type for the specified module.protected final voidModule.unlockStateChange(ModuleContainerAdaptor.ModuleEvent transitionEvent) Releases the lock for state changes for the specified transition event. -
Uses of ModuleContainerAdaptor.ModuleEvent in org.eclipse.osgi.storage
Methods in org.eclipse.osgi.storage with parameters of type ModuleContainerAdaptor.ModuleEventModifier and TypeMethodDescriptionBundleInfo.Generation.adaptModuleRevisionBuilder(ModuleContainerAdaptor.ModuleEvent operation, Module origin, ModuleRevisionBuilder builder)