| 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.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 |
PriorityQueueRunner |
class |
QueueRunner |
class |
QueueRunner2<T extends Runnable> |
class |
QueueWorker<E> |
class |
QueueWorkerWorkSerializer |
class |
RWLockManager<OBJECT,CONTEXT>
Deprecated.
Use
RWOLockManager |
class |
RWOLockManager<OBJECT,CONTEXT>
Keeps track of locks on objects.
|
class |
Worker |
| 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 Enum<?>,EVENT extends 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 |
ShareableLifecycle
|
| 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. they are disconnected sets and modifications applied
to them are not applied to their underlying AbstractDelegatingRegistry. |
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 Enum<?>,EVENT extends Enum<?>> |
class |
Randomizer |
class |
ResponseNegotiator |
class |
UserManager |
class |
UserManagerAuthenticator |
| Modifier and Type | Class and Description |
|---|---|
class |
UIQueueRunner |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.