| Modifier and Type | Class and Description |
|---|---|
class |
DSetEditor<E extends DSet.Entry>
Allows simple editing of DSets within a distributed object.
|
static interface |
DSetEditor.Accessor<F extends DSet.Entry>
An interface for a plugin defining how the editor interacts with its underlying data.
|
class |
TabbedDSetEditor<E extends DSet.Entry>
Allows simple editing of DSets within a distributed object and easily groups entries into tabs
based on the content of some field.
|
static class |
TabbedDSetEditor.EntryGrouper<E extends DSet.Entry>
Used to divide various entires into different groups.
|
static class |
TabbedDSetEditor.FieldGrouper<E extends DSet.Entry> |
| Modifier and Type | Method and Description |
|---|---|
<E extends DSet.Entry> |
TabbedDSetEditor.AccessorFactory.createAccessor(DSetEditor<E> editor) |
| Modifier and Type | Method and Description |
|---|---|
DSet.Entry |
DSetEditor.getSelectedEntry()
Get the currently selected entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DSetEditor.Accessor.updateEntry(String setName,
DSet.Entry entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatChannel
Represents a chat channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OccupantInfo
The occupant info object contains all of the information about an occupant of a place that
should be shared with other occupants of the place.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdClientInfo
Extends the standard
ClientInfo with Crowd bits. |
| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationReceiver.Registration
Used to maintain a registry of invocation receivers that can be
used to convert (large) hash codes into (small) registration
numbers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DSet<E extends DSet.Entry>
The distributed set class provides a means by which an unordered set of objects can be
maintained as a distributed object field.
|
class |
DynamicListener<T extends DSet.Entry>
Maps distributed object events to methods using reflection.
|
class |
EntryAddedEvent<T extends DSet.Entry>
An entry added event is dispatched when an entry is added to a
DSet attribute of a
distributed entry. |
class |
EntryEvent<T extends DSet.Entry>
A common parent class for DSet entry events.
|
class |
EntryRemovedEvent<T extends DSet.Entry>
An entry removed event is dispatched when an entry is removed from a
DSet attribute of a
distributed object. |
class |
EntryUpdatedEvent<T extends DSet.Entry>
An entry updated event is dispatched when an entry of a
DSet is updated. |
class |
NamedSetAdapter<T extends DSet.Entry>
A SetAdapter that listens for changes with a given name and calls the 'named' version of the
SetListener methods when they occur.
|
class |
SetAdapter<T extends DSet.Entry>
Implements the methods in SetListener so that you don't have to implement the ones you don't
want to.
|
interface |
SetListener<T extends DSet.Entry>
Implemented by entities which wish to hear about changes that occur to set attributes of a
particular distributed object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleEntry<T extends Comparable<?>>
A quick and easy DSet.Entry that holds some sort of Comparable.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DSet.Entry> |
DObject.addToSet(String setName,
T entry)
Request to have the specified item added to the specified DSet.
|
<T extends DSet.Entry> |
DObject.getSet(String setName)
Get the DSet with the specified name.
|
static <E extends DSet.Entry> |
DSet.newDSet()
Creates a new DSet of the appropriate generic type.
|
static <E extends DSet.Entry> |
DSet.newDSet(Iterable<? extends E> source)
Creates a new DSet of the appropriate generic type.
|
| Modifier and Type | Method and Description |
|---|---|
E[] |
DSet.toArray(E[] array)
Deprecated.
use
DSet.clone() or DSet.toArrayList(). |
| Modifier and Type | Method and Description |
|---|---|
E[] |
DSet.toArray(E[] array)
Deprecated.
use
DSet.clone() or DSet.toArrayList(). |
void |
DObject.updateSet(String setName,
DSet.Entry entry)
Request to have the specified item updated in the specified DSet.
|
| Constructor and Description |
|---|
DSet(E[] source)
Creates a distributed set and populates it with values from the supplied array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientInfo
Contains information on a particular client.
|
static class |
NodeObject.Lock
Identifies a locked resource.
|
Copyright © 2015. All rights reserved.