| Package | Description |
|---|---|
| arlut.csd.ganymede.client | |
| arlut.csd.ganymede.common |
Classes and interfaces that are used in common among the Ganymede
server, client, and admin console.
|
| arlut.csd.ganymede.server |
The Ganymede server implementation.
|
| Modifier and Type | Field and Description |
|---|---|
XMLSession |
xmlclient.xSession
Remote session interface to the Ganymede server, used while
loading data objects into the server.
|
private XMLSession |
ClientBase.xSession
RMI reference to a client XMLSession on a Ganymede server
|
| Modifier and Type | Method and Description |
|---|---|
XMLSession |
ClientBase.getXSession()
This method can be used to retrieve a handle to the client's
login session.
|
XMLSession |
ClientBase.xmlLogin(java.lang.String username,
java.lang.String password)
This method is used by a client to actually get logged into
the server.
|
| Modifier and Type | Method and Description |
|---|---|
XMLSession |
ReturnVal.getXMLSession()
This method is used to get a remote
XMLSession reference that the server
wants to return to the client. |
| Modifier and Type | Method and Description |
|---|---|
ReturnVal |
ReturnVal.setXMLSession(XMLSession session)
This method is used to set a
XMLSession reference that the client
can retrieve from us at login time. |
| Modifier and Type | Class and Description |
|---|---|
class |
GanymedeXMLSession
This class handles all XML loading operations for the Ganymede
server.
|