Package | Description |
---|---|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.net |
Contains GUI gui components for network controlling and monitoring
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
Modifier and Type | Method and Description |
---|---|
protected ServerNotificationHandler |
RawClientContext.createServerNotificationHandler()
Creates the
ServerNotificationHandler instance used to handle received ServerMessages |
protected ServerNotificationHandler |
GuiClientContext.createServerNotificationHandler()
Creates the
ServerNotificationHandler instance used to handle received ServerNotificationMessage s |
protected abstract ServerNotificationHandler |
ClientContext.createServerNotificationHandler()
Creates the
ServerNotificationHandler instance used to handle received ServerNotificationMessage s |
ServerNotificationHandler |
ClientContext.getServerMessageHandler()
Gets the clients handler for received ServerMessages
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultServerNotificationHandler<C extends ClientContext>
This class provides a default implementation for handling server messages.
|
class |
GuiServerNotificationHandler<C extends ClientContext>
This class provides a default implementation for handling server notification messages.
|
Modifier and Type | Method and Description |
---|---|
protected ServerNotificationHandler |
CoClientContext.createServerNotificationHandler()
Creates the
ServerNotificationHandler instance used to handle received ServerMessages |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.