Uses of Class
com.threerings.whirled.zone.peer.data.HostedZone

Packages that use HostedZone
com.threerings.whirled.zone.peer.server   
 

Uses of HostedZone in com.threerings.whirled.zone.peer.server
 

Fields in com.threerings.whirled.zone.peer.server with type parameters of type HostedZone
 com.threerings.presents.dobj.DSet<HostedZone> ZoneNodeObject.hostedZones
          Contains info on all zones hosted by this server.
 

Methods in com.threerings.whirled.zone.peer.server that return types with arguments of type HostedZone
 Tuple<String,HostedZone> ZonePeerManager.getZoneHost(int zoneId)
          Returns the node name of the peer that is hosting the specified scene, or null if no peer has published that they are hosting the scene.
 

Methods in com.threerings.whirled.zone.peer.server with parameters of type HostedZone
 void ZoneNodeObject.addToHostedZones(HostedZone elem)
          Requests that the specified entry be added to the hostedZones set.
 void ZoneNodeObject.updateHostedZones(HostedZone elem)
          Requests that the specified entry be updated in the hostedZones set.
 

Method parameters in com.threerings.whirled.zone.peer.server with type arguments of type HostedZone
 void ZoneNodeObject.setHostedZones(com.threerings.presents.dobj.DSet<HostedZone> value)
          Requests that the hostedZones field be set to the specified value.
 void PeeredZoneRegistry.PeerZoneResolutionListener.zoneOnNode(Tuple<String,HostedZone> nodeInfo)
          Called when the zone is already hosted on another node.
 



Copyright © 2011. All Rights Reserved.