public class ZoneNodeObject
extends com.threerings.crowd.peer.data.CrowdNodeObject
| Modifier and Type | Field and Description |
|---|---|
static String |
HOSTED_ZONES
The field name of the
hostedZones field. |
com.threerings.presents.dobj.DSet<HostedZone> |
hostedZones
Contains info on all zones hosted by this server.
|
| Constructor and Description |
|---|
ZoneNodeObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToHostedZones(HostedZone elem)
Requests that the specified entry be added to the
hostedZones set. |
void |
removeFromHostedZones(Comparable<?> key)
Requests that the entry matching the supplied key be removed from
the
hostedZones set. |
void |
setHostedZones(com.threerings.presents.dobj.DSet<HostedZone> value)
Requests that the
hostedZones field be set to the
specified value. |
void |
updateHostedZones(HostedZone elem)
Requests that the specified entry be updated in the
hostedZones set. |
addToHostedChannels, removeFromHostedChannels, setCrowdPeerService, setHostedChannels, updateHostedChannelsaddToClients, addToLocks, removeFromClients, removeFromLocks, setAcquiringLock, setBootStamp, setCacheData, setClients, setLocks, setNodeName, setPeerService, setReleasingLock, updateClients, updateLocksacquireLock, addListener, addListener, addSubscriber, addToSet, cancelTransaction, changeAttribute, checkPermissions, checkPermissions, commitTransaction, destroy, getAccessController, getAttribute, getLocal, getLocals, getManager, getOid, getSet, inTransaction, isActive, notifyListeners, notifyProxies, postEvent, postMessage, postMessage, releaseLock, removeFromSet, removeListener, removeSubscriber, setAccessController, setAttribute, setDestroyOnLastSubscriberRemoved, setLocal, setManager, setOid, startTransaction, toString, updateSet, which@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String HOSTED_ZONES
hostedZones field.public com.threerings.presents.dobj.DSet<HostedZone> hostedZones
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void addToHostedZones(HostedZone elem)
hostedZones set. The set will not change until the event is
actually propagated through the system.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void removeFromHostedZones(Comparable<?> key)
hostedZones set. The set will not change until the
event is actually propagated through the system.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void updateHostedZones(HostedZone elem)
hostedZones set. The set will not change until the event is
actually propagated through the system.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void setHostedZones(com.threerings.presents.dobj.DSet<HostedZone> value)
hostedZones field be set to the
specified value. Generally one only adds, updates and removes
entries of a distributed set, but certain situations call for a
complete replacement of the set value. The local value will be
updated immediately and an event will be propagated through the
system to notify all listeners that the attribute did
change. Proxied copies of this object (on clients) will apply the
value change when they received the attribute changed notification.Copyright © 2015. All rights reserved.