Package | Description |
---|---|
javolution.context |
Provides real-time
Context to facilitate
separation of concerns and achieve higher level of performance and
code predictability. |
javolution.testing |
Provides classes and interfaces to facilitate all aspects of testing including
unit tests, performance, regression, etc.
|
javolution.util |
Class and Description |
---|
Allocator
This class represents an object allocator; instances of this class
are generated by
AllocatorContext . |
AllocatorContext
This class represents an allocator context; it defines the
the allocation policy of the objects produced by
ObjectFactory . |
AllocatorContext.Reference
This class represents a
reference
allocated from the current AllocatorContext . |
ArrayFactory
This class holds factories to produces arrays of variable length.
|
ConcurrentContext
This class represents a context to take advantage of concurrent
algorithms on multi-processors systems.
|
Context
This class represents an execution context; they can be associated to
particular threads or objects.
|
LogContext
This class represents a context for object-based/thread-based logging
capabilities.
|
ObjectFactory
This class represents an object factory; it allows for object
recycling, pre-allocation and stack allocations.
|
PersistentContext
This class represents a context persistent accross multiple program
executions.
|
SecurityContext
This class represents a high-level security context (low level
security being addressed by the system security manager).
|
StackContext
This class represents a stack
allocator context ;
(using thread-local pools or RTSJ ScopedMemory ). |
Class and Description |
---|
Context
This class represents an execution context; they can be associated to
particular threads or objects.
|
LogContext
This class represents a context for object-based/thread-based logging
capabilities.
|
Class and Description |
---|
Context
This class represents an execution context; they can be associated to
particular threads or objects.
|
LogContext
This class represents a context for object-based/thread-based logging
capabilities.
|
Copyright © 2005–2014 Javolution. All rights reserved.