PJODe

The PersonalJava ODBMS

Package com.linxpda.PJODe.server

This package provides the remote class and interface required to setup a remote thread safe server for PJODe databases.

See:
          Description

Interface Summary
RemoteDB Remote interface used by PJODe as a reference to a remotely running PJODeRMIServer.
 

Class Summary
PJODeRMIServer An RMI server that provides thread safe access to any number of PJODe database systems.
 

Package com.linxpda.PJODe.server Description

This package provides the remote class and interface required to setup a remote thread safe server for PJODe databases. A single PJODeRMIServer controls access to any and all PJODe databases stored on the remote machine. There is no need to start a PJODeRMIServer for each database file.

To start the PJODeRMIServer, simply execute the PJODeRMIServer class using no arguments. It will be bound as "PJODe" on port 1099:

java com.linxpda.PJODe.server.PJODeRMIServer

Other than launching a PJODeRMIServer, the API for this class is executed through remote instances of PJODe (see PJODe.getRemoteInstance for more details on referencing remote PJODe databases) and need not be accessed directly by your code.


(c)2001 Linxpda, Inc. www.linxpda.com