Package | Description |
---|---|
org.transitime.ipc.rmi |
The org.transitime.ipc.rmi package is for making it easy to have remote RMI
access to objects on the server.
|
org.transitime.ipc.servers |
Contains the classes for the servers, such as the core prediction system,
that provide data via RMI.
|
Class and Description |
---|
AbstractServer
This class does all of the work on the server side for an RMI object.
|
Hello
A test interface for showing how can work with RMI
|
HelloServer
A sample RMI server class.
|
RmiStubInfo
Contains the info needed for creating an RMI stub, including the agency ID
and the agency host name.
|
Class and Description |
---|
AbstractServer
This class does all of the work on the server side for an RMI object.
|