| Interface | Description |
|---|---|
| CountCacheListener |
A listener for count cache events.
|
| SacSelection |
The selection of a superaccount.
|
| Class | Description |
|---|---|
| CountCache |
A cache of counts on the client side.
|
| CountCache.RequestRecord |
A cached record of a count request.
|
| CountCache.WAPResponse |
A response from the CountWAP API.
|
| CountCache.WAPResponseP |
A particular poll in a response from the count engine's Web API.
|
| CountCacheEvent |
An event in the count cache.
|
| CountCallback<T> |
A callback for requests from the count engine.
|
| CountingMethodJS<T extends JavaScriptObject> |
A counting method as a map of superaccounts or superaccount registers that use the method, each keyed by its account
name.
|
| CountJS |
A count implemented as a JavaScript overlay type.
|
| CountJS.NodeRequestRecord |
A cached record of a node request.
|
| CountMod |
The GWT library module for the interface to the count engine.
|
| CountNodeEvent |
An event in the count cache that concerns a count node.
|
| CountNodeJS |
A positional accounting node in a delegate cascade implemented as a JavaScript overlay
type.
|
| SacJS |
A resource superaccount implemented as a JavaScript overlay type.
|
| SacJS_q |
A quantitive summation superaccount.
|
| SacJS_v |
A vote superaccount.
|
| SacRegisterJS |
A superaccount register in a delegate cascade implemented as a JavaScript overlay
type.
|
| SacRegisterJS_q |
A superaccount register for quantitive summation at a particular node.
|
| SacRegisterJS_v |
A superaccount register for votes at a particular node.
|
| SacSelectionV |
A view of a superaccount selection.
|
| SacSetter |
A controller to maintain a superaccount selection in sync with the value of an 'a'
switch.
|
| WAPCleanCallback |
A WAPResponse callback with error detection.
|
| Enum | Description |
|---|---|
| CountingMethodJS.SwitchMnemonic |
Short names designating particular counting methods, suitable for use in a
(superaccount selection switch).
|
| Exception | Description |
|---|---|
| CountingMethodJS.NoSuchMethod |
Thrown when a requested counting method does not exist.
|