Package | Description |
---|---|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.info |
Contains classes for requesting detailed client info
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
Modifier and Type | Method and Description |
---|---|
protected ClientInfo |
ClientContext.createClientInfo()
Creates the client specific
ClientInfo sub-type which contains client details info. |
ClientInfo |
ClientContext.readClientInfo()
Creates and fills the client specific
ClientInfo object. |
Modifier and Type | Method and Description |
---|---|
ClientInfo |
SessionInfoAgent.getClientInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClientInfo> |
SessionInfoAgent.getClientInfos() |
Modifier and Type | Method and Description |
---|---|
ClientInfo |
Session.requestClientInfo(SessionId fromSessionId,
long millis)
Requests a new
ClientInfo object from the client by sending a ClientInfoCommand . |
Modifier and Type | Method and Description |
---|---|
void |
Session.setClientInfo(ClientInfo clientInfo)
Sets a new
ClientInfo object and releases any thread waiting for it. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.