Package | Description |
---|---|
org.eclipse.net4j.util.cache |
A generic caching and memory monitoring framework.
|
org.eclipse.net4j.util.collection |
Additional collection-like interfaces and classes.
|
org.eclipse.net4j.util.concurrent |
Utility interfaces and classes commonly useful in concurrent programming.
|
org.eclipse.net4j.util.container |
A framework of notifying collections and wiring containers.
|
org.eclipse.net4j.util.container.delegate |
Hybrid interfaces of notifying containers and the Java Collection Framework.
|
org.eclipse.net4j.util.event |
A framework for sending of and listening to events.
|
org.eclipse.net4j.util.fsm |
A framework for finite state machines.
|
org.eclipse.net4j.util.lifecycle |
A framework for components with a simple lifecycle.
|
org.eclipse.net4j.util.om.log |
Interfaces and classes for platform-independent logging.
|
org.eclipse.net4j.util.ref |
A framework for memory-sensitive keyed references and value maps.
|
org.eclipse.net4j.util.registry |
Interfaces and classes for general purpose registries.
|
org.eclipse.net4j.util.security |
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
|
org.eclipse.net4j.util.ui |
Reusable UI components.
|
org.eclipse.net4j.util.ui.container |
An element wizard framework for managed containers.
|
Modifier and Type | Class and Description |
---|---|
class |
Cache<E> |
class |
CacheMonitor |
Modifier and Type | Class and Description |
---|---|
class |
History<T> |
class |
PreferenceHistory |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorWorkSerializer
Deprecated.
As of 3.9 use an executor such as
SerializingExecutor . |
class |
PriorityQueueRunner |
class |
QueueRunner |
class |
QueueRunner2<T extends java.lang.Runnable> |
class |
QueueWorker<E> |
class |
QueueWorkerWorkSerializer
Deprecated.
As of 3.6 use
ExecutorWorkSerializer . |
class |
RWLockManager<OBJECT,CONTEXT>
Deprecated.
As of 3.2 use
RWOLockManager . |
class |
RWOLockManager<OBJECT,CONTEXT>
Keeps track of locks on objects.
|
class |
SerializingExecutor |
class |
Worker |
Modifier and Type | Class and Description |
---|---|
class |
Container<E>
|
class |
ManagedContainer
A default implementation of a
managed container . |
class |
SetContainer<E>
|
Constructor and Description |
---|
LifecycleEventConverter(Notifier owner) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegator<E>
A delegating base class for
containers . |
class |
ContainerBlockingQueue<E>
A default implementation of a
container blocking queue . |
class |
ContainerCollection<E>
A default implementation of a
container collection . |
class |
ContainerList<E>
A default implementation of a
container list . |
class |
ContainerMap<K,V>
A default implementation of a
container map . |
class |
ContainerQueue<E>
A default implementation of a
container queue . |
class |
ContainerSet<E>
A default implementation of a
container set . |
class |
ContainerSortedSet<E>
A default implementation of a
container sorted set . |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorServiceNotifier
Deprecated.
|
static class |
ExecutorServiceNotifier.ThreadPool
Deprecated.
|
class |
ValueNotifier<VALUE>
|
Modifier and Type | Class and Description |
---|---|
class |
FiniteStateMachine<STATE extends java.lang.Enum<?>,EVENT extends java.lang.Enum<?>,SUBJECT>
A finite state machine that is based on a matrix of
transitions . |
Modifier and Type | Class and Description |
---|---|
class |
Lifecycle
A default implementation of an entity with a
lifecycle . |
class |
LifecycleHook<T extends ILifecycle> |
class |
ShareableLifecycle
|
Modifier and Type | Class and Description |
---|---|
class |
RollingLog |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceMonitor<T> |
class |
ReferenceQueueWorker<T> |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRegistry<K,V>
Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of
Map.entrySet() as well as of Map.keySet() , i.e. |
class |
HashMapDelegatingRegistry<K,V> |
class |
HashMapRegistry<K,V> |
class |
Registry<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
ChallengeNegotiator |
class |
ChallengeResponseNegotiator |
class |
FileUserManager |
class |
Negotiator<STATE extends java.lang.Enum<?>,EVENT extends java.lang.Enum<?>> |
class |
Randomizer |
class |
ResponseNegotiator |
class |
UserManager |
class |
UserManagerAuthenticator |
Modifier and Type | Class and Description |
---|---|
class |
UIQueueRunner |
Modifier and Type | Class and Description |
---|---|
class |
ElementWizard |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html