public class PushGCM extends Object
Modifier and Type | Field and Description |
---|---|
static Hashtable<String,ServiceResponse> |
pendingCalls
Holds in memory the pending calls awaiting response from remote clients
|
Constructor and Description |
---|
PushGCM() |
Modifier and Type | Method and Description |
---|---|
static void |
pushContextEvent(String callback,
String id,
ContextEvent event) |
static void |
pushServiceCall(String callback,
String id,
ServiceCall call,
String origin) |
public static Hashtable<String,ServiceResponse> pendingCalls
public static void pushContextEvent(String callback, String id, ContextEvent event) throws PushException
PushException
public static void pushServiceCall(String callback, String id, ServiceCall call, String origin) throws PushException
PushException
Copyright © 2018 universAAL Consortium. All rights reserved.