| Package | Description |
|---|---|
| de.esprit.netsuite.client.tool.sess |
Contains classes for moitoring sessions
|
| de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
| de.esprit.netsuite.netdata.agent.coserver |
Contains co-server related Agents
|
| de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
| de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
| de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectedCoServersListModel.removeItem(CoSessionId coSessId)
Overridden to remove based on serverName
|
boolean |
ConnectedCoServersListModel.replaceItem(CoSessionId coSessId)
Overridden to replace based on serverName
|
| Modifier and Type | Method and Description |
|---|---|
CoSessionId |
CoSessionId.deepClone() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CoSessionId> |
CoClientConnectionListAgent.getCoClientSessions() |
java.util.List<CoSessionId> |
CoServerConnectionListAgent.getCoSessionIds() |
| Modifier and Type | Method and Description |
|---|---|
CoSessionId |
CoServerConnectionEvent.getSessionId()
Returns the
CoSessionId of the connected CoClientContext |
| Constructor and Description |
|---|
CoServerConnectionEvent(CoSessionId coSessId,
ConnectionStatus status) |
| Modifier and Type | Method and Description |
|---|---|
CoSessionId |
CoClientContext.getSessionId()
Return a never null
CoSessionId. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CoSessionId> |
CoServerManager.getCoServerSessions()
Returns the
CoSessionIds of all defined coservers. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CoSessionId> |
SessionManager.getCoClientSessionIds()
Returns the session contexts of co-clients only
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.