| Package | Description |
|---|---|
| com.threerings.crowd.data | |
| com.threerings.crowd.peer.data | |
| com.threerings.presents.data | |
| com.threerings.presents.dobj | |
| com.threerings.presents.peer.data |
| Modifier and Type | Field and Description |
|---|---|
DSet<OccupantInfo> |
PlaceObject.occupantInfo
Contains an info record (of type
OccupantInfo) for each occupant that contains
information about that occupant that needs to be known by everyone in the place. |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceObject.setOccupantInfo(DSet<OccupantInfo> value)
Requests that the
occupantInfo field be set to the
specified value. |
| Modifier and Type | Field and Description |
|---|---|
DSet<ChatChannel> |
CrowdNodeObject.hostedChannels
The chat channels hosted on this server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdNodeObject.setHostedChannels(DSet<ChatChannel> value)
Requests that the
hostedChannels field be set to the
specified value. |
| Modifier and Type | Field and Description |
|---|---|
DSet<InvocationReceiver.Registration> |
ClientObject.receivers
Used to publish all invocation service receivers registered on this client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientObject.setReceivers(DSet<InvocationReceiver.Registration> value)
Requests that the
receivers field be set to the
specified value. |
| Modifier and Type | Method and Description |
|---|---|
DSet<E> |
DSet.clone()
Generates a shallow copy of this object.
|
<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.
|
DSet<E> |
DSet.typedClone()
Deprecated.
clone() works just fine now.
|
| Modifier and Type | Field and Description |
|---|---|
DSet<ClientInfo> |
NodeObject.clients
Contains information on all clients connected to this node.
|
DSet<NodeObject.Lock> |
NodeObject.locks
The set of locks held by this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeObject.setClients(DSet<ClientInfo> value)
Requests that the
clients field be set to the
specified value. |
void |
NodeObject.setLocks(DSet<NodeObject.Lock> value)
Requests that the
locks field be set to the
specified value. |
Copyright © 2015. All rights reserved.