public abstract class InvocationSender extends Object
| Constructor and Description |
|---|
InvocationSender() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void sendNotification(ClientObject target, String receiverCode, int methodId, Object[] args)
public static void sendNotification(ClientObject target, String receiverCode, int methodId, Object[] args, Transport transport)
Copyright © 2015. All rights reserved.