Package | Description |
---|---|
de.esprit.netsuite.client.net |
Contains GUI gui components for network controlling and monitoring
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
Modifier and Type | Method and Description |
---|---|
void |
ServerNotificationHandler.handleMessage(ServerNotificationMessage msg) |
void |
GuiServerNotificationHandler.handleMessage(ServerNotificationMessage msg) |
void |
DefaultServerNotificationHandler.handleMessage(ServerNotificationMessage msg) |
Modifier and Type | Class and Description |
---|---|
class |
ServerErrorMessage
This event is sent by the server to notify about server alarms
|
class |
ServerInfoMessage
This event is sent by the server to notify about server alarms
|
class |
ServerWarningMessage
This event is sent by the server to notify about server alarms
|
Modifier and Type | Method and Description |
---|---|
void |
ServerMessageQueue.sendServerMessage(ServerNotificationMessage msg) |
void |
ServerMessageQueue.sendServerMessage(ServerNotificationMessage msg,
Group targetGroup) |
void |
ServerMessageQueue.sendServerMessage(ServerNotificationMessage msg,
SessionId targetSession) |
void |
ServerMessageQueue.sendServerMessage(ServerNotificationMessage msg,
UserId targetUser) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.