Uses of Interface
org.eclipse.net4j.util.lifecycle.ILifecycle
Packages that use ILifecycle
Package
Description
A generic caching and memory monitoring framework.
Utility interfaces and classes commonly useful in concurrent programming.
A framework of notifying collections and wiring containers.
A framework for finite state machines.
A framework for components with a simple lifecycle.
Interfaces and classes for platform-independent logging.
A framework for memory-sensitive keyed references and value maps.
Interfaces and classes for general purpose registries.
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
Reusable UI components.
-
Uses of ILifecycle in org.eclipse.net4j.util.cache
Classes in org.eclipse.net4j.util.cache that implement ILifecycle -
Uses of ILifecycle in org.eclipse.net4j.util.concurrent
Classes in org.eclipse.net4j.util.concurrent that implement ILifecycleModifier and TypeClassDescriptionclass
class
Deprecated.class
class
class
QueueRunner2<T extends Runnable>
class
QueueWorker<E>
class
Deprecated.As of 3.6 useExecutorWorkSerializer
.class
RWLockManager<OBJECT,
CONTEXT> Deprecated.As of 3.2 useRWOLockManager
.class
RWOLockManager<OBJECT,
CONTEXT> Keeps track of locks on objects.class
class
class
-
Uses of ILifecycle in org.eclipse.net4j.util.container
Subinterfaces of ILifecycle in org.eclipse.net4j.util.containerModifier and TypeInterfaceDescriptioninterface
interface
Amanaged container
that is configured by theextension registry
.Classes in org.eclipse.net4j.util.container that implement ILifecycleModifier and TypeClassDescriptionclass
Container<E>
class
ContainerElementList<ELEMENT>
class
class
A default implementation of amanaged container
.class
An abstract implementation of amodifiable container
.class
An abstract implementation of acontainer
.class
SetContainer<E>
Methods in org.eclipse.net4j.util.container with parameters of type ILifecycleModifier and TypeMethodDescriptionprotected void
ContainerEventAdapter.onAboutToActivate
(ILifecycle lifecycle) protected void
ContainerEventAdapter.onAboutToDeactivate
(ILifecycle lifecycle) protected void
ContainerEventAdapter.onActivated
(ILifecycle lifecycle) protected void
ContainerEventAdapter.onDeactivated
(ILifecycle lifecycle) -
Uses of ILifecycle in org.eclipse.net4j.util.fsm
Classes in org.eclipse.net4j.util.fsm that implement ILifecycleModifier and TypeClassDescriptionclass
FiniteStateMachine<STATE extends Enum<?>,
EVENT extends Enum<?>, SUBJECT> A finite state machine that is based on a matrix oftransitions
. -
Uses of ILifecycle in org.eclipse.net4j.util.lifecycle
Classes in org.eclipse.net4j.util.lifecycle with type parameters of type ILifecycleClasses in org.eclipse.net4j.util.lifecycle that implement ILifecycleModifier and TypeClassDescriptionclass
A default implementation of an entity with alifecycle
.class
LifecycleHook<T extends ILifecycle>
class
Methods in org.eclipse.net4j.util.lifecycle that return ILifecycleMethods in org.eclipse.net4j.util.lifecycle with parameters of type ILifecycleModifier and TypeMethodDescriptionstatic <T> T
LifecycleUtil.delegateLifecycle
(ClassLoader loader, T pojo, Class<?> pojoInterface, ILifecycle delegate) static <T> T
LifecycleUtil.delegateLifecycle
(ClassLoader loader, T pojo, ILifecycle delegate) static <T> T
LifecycleUtil.Delegator.newProxy
(ClassLoader loader, T pojo, Class<?> pojoInterface, ILifecycle delegate) protected void
LifecycleEventAdapter.onAboutToActivate
(ILifecycle lifecycle) protected void
LifecycleEventAdapter.onAboutToDeactivate
(ILifecycle lifecycle) protected void
LifecycleEventAdapter.onActivated
(ILifecycle lifecycle) protected void
LifecycleEventAdapter.onDeactivated
(ILifecycle lifecycle) Constructors in org.eclipse.net4j.util.lifecycle with parameters of type ILifecycleModifierConstructorDescriptionDelegator
(T pojo, ILifecycle delegate) LifecycleEvent
(ILifecycle lifecycle, ILifecycleEvent.Kind kind) -
Uses of ILifecycle in org.eclipse.net4j.util.om.log
Classes in org.eclipse.net4j.util.om.log that implement ILifecycle -
Uses of ILifecycle in org.eclipse.net4j.util.ref
Classes in org.eclipse.net4j.util.ref that implement ILifecycle -
Uses of ILifecycle in org.eclipse.net4j.util.registry
Classes in org.eclipse.net4j.util.registry that implement ILifecycleModifier and TypeClassDescriptionclass
DelegatingRegistry<K,
V> Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract ofMap.entrySet()
as well as ofMap.keySet()
, i.e.class
class
HashMapRegistry<K,
V> static class
class
Registry<K,
V> -
Uses of ILifecycle in org.eclipse.net4j.util.security
Classes in org.eclipse.net4j.util.security that implement ILifecycleModifier and TypeClassDescriptionclass
class
class
class
Negotiator<STATE extends Enum<?>,
EVENT extends Enum<?>> class
class
class
class
-
Uses of ILifecycle in org.eclipse.net4j.util.ui
Classes in org.eclipse.net4j.util.ui that implement ILifecycle
SerializingExecutor
.