com.threerings.crowd.peer.client
Interface CrowdPeerService

All Superinterfaces:
InvocationService<ClientObject>
All Known Implementing Classes:
CrowdPeerMarshaller

public interface CrowdPeerService
extends InvocationService<ClientObject>

Bridges certain Crowd services between peers in a cluster configuration.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void deliverBroadcast(Name from, byte levelOrMode, String bundle, String msg)
          Dispatches a broadcast message on this peer.
 void deliverTell(UserMessage message, Name target, ChatService.TellListener listener)
          Used to forward a tell request to the server on which the destination user actually occupies.
 

Method Detail

deliverTell

void deliverTell(UserMessage message,
                 Name target,
                 ChatService.TellListener listener)
Used to forward a tell request to the server on which the destination user actually occupies.


deliverBroadcast

void deliverBroadcast(Name from,
                      byte levelOrMode,
                      String bundle,
                      String msg)
Dispatches a broadcast message on this peer.