|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javolution.context | |
---|---|
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 | Provides high-performance collection classes and miscellaneous utilities; although
this package provides very few collection classes, they are substitutes for
most of java.util.* classes (for example, java.util.IdentityHashMap would be
a FastMap with an identity key comparator). |
Classes in javolution.context used by javolution.context | |
---|---|
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 ). |
Classes in javolution.context used by javolution.testing | |
---|---|
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. |
Classes in javolution.context used by javolution.util | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |