Package | Description |
---|---|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
de.esprit.netsuite.netdata.agent |
Contains base classes for implementing custom network agents
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.server.chmesg |
Contains classes that make up the Dual-Port Servers message service
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
Modifier and Type | Method and Description |
---|---|
void |
ClientMessageHandler.handle(NetMessage msg) |
Modifier and Type | Method and Description |
---|---|
NetMessage |
NetMessage.deepClone() |
Modifier and Type | Method and Description |
---|---|
protected NetMessage |
AbstractSequencedAgent.createNetMessage(AbstractSequencedAgent copiedAgent)
By default this method creates a NetMessage of type AGENT_MESSAGE
which is set to be session-private an thus sent back to the calling client only.
|
Modifier and Type | Method and Description |
---|---|
NetMessage |
NetMessageEvent.getNetMessage() |
Constructor and Description |
---|
NetMessageEvent(NetMessage netMessage) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerMessageDispatcher.deliverMessage(Session session,
NetMessage message) |
boolean |
DefaultServerMessageDispatcher.deliverMessage(Session session,
NetMessage msg) |
Modifier and Type | Method and Description |
---|---|
void |
ServerEventQueue.fireNetMessageSent(NetMessage msg) |
void |
ServerEventDispatcher.fireNetMessageSent(NetMessage msg) |
void |
NServerEventDispatcher.fireNetMessageSent(NetMessage msg) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SessionManager.isMessageDeliverable(Session session,
NetMessage msg) |
void |
ServerNetworkAdapter.queueNetMessage(NetMessage message)
Puts a message into the output queue of the client session.
|
void |
SessionManager.sendNetMessage(NetMessage msg) |
void |
Session.sendNetMessage(NetMessage msg) |
void |
ServerMessageQueue.sendNetMessage(NetMessage messg)
Dispatches a message to all connected clients.
|
void |
ServerMessageQueue.sendNetMessage(NetMessage messg,
Group targetGroup)
Dispatches a message to all users of the given target group.
|
void |
ServerMessageQueue.sendNetMessage(NetMessage messg,
SessionId targetSession)
Dispatches a message to the given target session only.
|
void |
ServerMessageQueue.sendNetMessage(NetMessage messg,
UserId targetUser)
Dispatches a message to all sessions of the given target user only.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.