| Interface | Description |
|---|---|
| SQCallback<K,V> |
| Class | Description |
|---|---|
| AnimationCommand |
can be 'add' or 'clear' add command takes in the animation name and looping
flag clear command takes no options
|
| AOLock |
this lock keeps track of its call stack.
|
| AOMeter |
simple meter class that can avg out times
and print out the data every n units of time
|
| AOTimer |
very simple timer - not thread safe
|
| AtavismEncryption | |
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Counter |
counter object, gives you unique ids, incrementing by one each time
|
| CountLogger |
This class provides APIs to register and unregister objects which
derive from the internal static Counter class.
|
| CountLogger.Counter |
The counter class, managed by the CountLogger instance
|
| CountMeter |
used to gathering metrics.
|
| DebugUtils | |
| DLock |
detection or debug lock
|
| DumpStack | |
| EncryptionHelper |
Utility class containing static functions to assist with Encryption and
Decryption
|
| FileUtil | |
| ForwardReverseMap<K,V> |
a map where you can look it up either in the forward direction or the reverse
direction.
|
| InitLogAndPid |
This class provide the common log initialization and pid
registration functionality used by both Engine processes,
DomainCommand processes and DomainServer processes.
|
| LockFactory | |
| Log | |
| Logger | |
| MeterManager |
The MeterManager creates and hands out
TimingMeter
instances. |
| MeterManager.MeterEvent | |
| MeterManager.MeterStackEntry | |
| NamedThreadFactory | |
| ObjectLockManager |
a map of oids to a lock.
|
| Points |
this is a utility class for Point objects
|
| SecureToken |
A read-only representation of a secure token.
|
| SecureTokenManager |
The SecureTokenManager manages the creation and validation of
secure tokens.
|
| SecureTokenSpec |
A specification of the contents of a secure token.
|
| SecureTokenUtil |
Some utility functions for key generation and encoding.
|
| SerialUtils | |
| ServerVersion | |
| SQThreadPool | |
| SquareQueue<K,V> | |
| Table<A,B,C> |
Basically a thread safe Map of Map
|
| TimeHistogram |
This class maintains a histogram of times, and is used to report
queue delay times in the server.
|
| TimingMeter | |
| XMLHelper |
| Exception | Description |
|---|---|
| AODeadLockException |
this exception gets throwns when you try to lock and AOLock
and it fails due to deadlock
|
| AORuntimeException |