Package | Description |
---|---|
org.eclipse.net4j.util.cache |
A generic caching and memory monitoring framework.
|
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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
Cache<E> |
class |
CacheMonitor |
Modifier and Type | Class and Description |
---|---|
class |
DelegableReentrantLock |
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 |
TimerLifecycle |
class |
Worker |
Modifier and Type | Interface and Description |
---|---|
interface |
IManagedContainer
|
interface |
IPluginContainer
A
managed container that is configured by the extension registry
. |
Modifier and Type | Class and Description |
---|---|
class |
Container<E>
|
class |
ManagedContainer
A default implementation of a
managed container . |
class |
SetContainer<E>
|
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 | Interface and Description |
---|---|
interface |
ILifecycle
|
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 |
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