public class PushManager extends Object
Constructor and Description |
---|
PushManager() |
Modifier and Type | Method and Description |
---|---|
static ServiceResponse |
callS(String nodeid,
String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint.
|
static void |
sendC(String nodeid,
String remoteid,
ContextEvent event,
String toURI)
Build a Context Event callback message and send it to the client remote
node endpoint.
|
public static void sendC(String nodeid, String remoteid, ContextEvent event, String toURI) throws PushException
remoteid
- The client remote node endpointevent
- The serialized Context Event to sendtoURI
- PushException
public static ServiceResponse callS(String nodeid, String remoteid, ServiceCall call, String toURI) throws PushException
remoteid
- The client remote node endpointcall
- The serialized Service Call to sendtoURI
- PushException
Copyright © 2018 universAAL Consortium. All rights reserved.