com.threerings.presents.server
Class InvocationSender
java.lang.Object
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.
|
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 |
InvocationSender
public InvocationSender()
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.