com.threerings.presents.server
Class InvocationSender

java.lang.Object
  extended by com.threerings.presents.server.InvocationSender
Direct Known Subclasses:
BureauSender, LocationSender

public abstract class InvocationSender
extends Object

Provides basic functionality used by all invocation sender classes.


Constructor Summary
InvocationSender()
           
 
Method Summary
static void sendNotification(ClientObject target, String receiverCode, int methodId, Object[] args)
          Requests that the specified invocation notification be packaged up and sent to the supplied target client.
static void sendNotification(ClientObject target, String receiverCode, int methodId, Object[] args, Transport transport)
          Requests that the specified invocation notification be packaged up and sent to the supplied target client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationSender

public InvocationSender()
Method Detail

sendNotification

public static void sendNotification(ClientObject target,
                                    String receiverCode,
                                    int methodId,
                                    Object[] args)
Requests that the specified invocation notification be packaged up and sent to the supplied target client.


sendNotification

public static void sendNotification(ClientObject target,
                                    String receiverCode,
                                    int methodId,
                                    Object[] args,
                                    Transport transport)
Requests that the specified invocation notification be packaged up and sent to the supplied target client.