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.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
Modifier and Type | Method and Description |
---|---|
protected void |
MessageChannel.fireServerStatusEvent(ServerStatusEvent event) |
protected abstract void |
AbstractMessageChannel.fireServerStatusEvent(ServerStatusEvent event) |
Constructor and Description |
---|
NetMessage(ServerStatusEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ABOChangeEvent
This event is sent by the server to notify about business object changes
|
class |
AbstractStatusChangeEvent
This event is sent by the server to notify about status changes of a
ServerObject |
class |
BatchTaskConfigStatusEvent
This event just maintains a SessionId object
|
class |
DataSourceStatusEvent
This event is sent by the server to notify about data source status changes
|
class |
FileTransferStatusEvent
This event is sent by the server to notify about the status of a file transfer
|
class |
LogChannelStatusEvent
This event is sent by the server to notify about a LogChannel status changes
|
class |
LogfileStatusEvent
This event is sent by the server to notify about logfile status changes
|
class |
ResourceLockStatusEvent
This event is sent by the server to notify about resource lock activity
|
class |
RunStateStatusEvent
This is a control event for administration purposes only.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskStatusEvent
This event is sent by the server to notify about processing status changes of a remote task
|
Modifier and Type | Method and Description |
---|---|
void |
ServerMessageQueue.sendStatusEvent(ServerStatusEvent statEvent)
Dispatches a server status event to all registered clients.
|
void |
ServerMessageQueue.sendStatusEvent(ServerStatusEvent statEvent,
SessionId targetSession) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.