Package | Description |
---|---|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.client.netch.io |
Contains the IO specific implementations for the network connections
|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
de.esprit.netsuite.server |
These classes make up the EsprIT server
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
Modifier and Type | Method and Description |
---|---|
ServerId |
EspritClientConnector.getServerId() |
ServerId |
ClientRequestConnection.getServerId() |
ServerId |
ClientNetworkAdapter.getServerId() |
ServerId |
ClientConnector.getServerId()
Returns the
ServerId object which is available since the first
successful server connection. |
Modifier and Type | Method and Description |
---|---|
ServerId |
IOClientRequestConnection.getServerId() |
Modifier and Type | Method and Description |
---|---|
ServerId |
ServerId.deepClone() |
ServerId |
CoSessionId.getCoServerId() |
Modifier and Type | Method and Description |
---|---|
void |
CoSessionId.setCoServerId(ServerId coServerId) |
Constructor and Description |
---|
CoSessionId(ServerHost serverHost,
java.lang.String applicationName,
ServerId coServerId)
Constructor for creating a pseudo sessionId for a non-connected Co-Client
|
Modifier and Type | Method and Description |
---|---|
ServerId |
ServerContext.getServerId() |
Modifier and Type | Method and Description |
---|---|
ServerId |
CoServerConnectionABO.getServerIdOf(java.lang.String serverName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ServerId> |
CoServerManager.getConnectedCoServerIds() |
java.util.List<ServerId> |
CoServerConnectionABO.getConnectedCoServerIds() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.