|
PJODeThe PersonalJava ODBMS |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |