public class NotificationsManager extends NotificationsClient
| Constructor and Description |
|---|
NotificationsManager(BimServerClient bimServerClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(org.bimserver.shared.meta.SServicesMap servicesMap,
String address) |
void |
disconnect() |
BimServerClient |
getBimServerClient() |
long |
getEndpointid() |
void |
handleIncoming(com.google.gson.JsonObject request) |
boolean |
isRunning() |
void |
registerProgressHandler(Long topicId,
ProgressHandler progressHandler) |
void |
setEndpointId(long endpointid) |
void |
start() |
void |
startAndWaitForInit() |
void |
unregisterNotifictionListener(org.bimserver.shared.interfaces.bimsie1.Bimsie1NotificationInterface notificationInterface) |
void |
unregisterProgressHandler(Long topicId,
ProgressHandler progressHandler) |
notifyConnect, notifyDisconnect, registerConnectDisconnectListener, unregisterConnectDisconnectListenerpublic NotificationsManager(BimServerClient bimServerClient)
public void start()
public void connect(org.bimserver.shared.meta.SServicesMap servicesMap, String address)
public void disconnect()
public boolean isRunning()
public void startAndWaitForInit()
public void unregisterNotifictionListener(org.bimserver.shared.interfaces.bimsie1.Bimsie1NotificationInterface notificationInterface)
public BimServerClient getBimServerClient()
public long getEndpointid()
public void setEndpointId(long endpointid)
public void unregisterProgressHandler(Long topicId, ProgressHandler progressHandler)
public void registerProgressHandler(Long topicId, ProgressHandler progressHandler)
public void handleIncoming(com.google.gson.JsonObject request)
throws org.bimserver.shared.exceptions.UserException,
ConvertException,
IOException
Copyright © 2016 OpenSource BIM. All rights reserved.