cad.simcad.objectserver.spec.cac.common
Interface GPSConnector

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
gps_serverI, gps_serverI_Stub

public interface GPSConnector
extends java.rmi.Remote

This is the interface seen by the outside world. The GPSServer module has to implement it

Author:
cbentley

Method Summary
 void setGPSPosition(GPSPosition ps)
          Update GPSPosition
 

Method Detail

setGPSPosition

public void setGPSPosition(GPSPosition ps)
                    throws java.rmi.RemoteException
Update GPSPosition

Pre:
A GPSPosition object with a non null.
java.rmi.RemoteException
Post:
if Id of GPSPosition is known, the GPSPosition associated with the id is updated if Id GPSPosition is not known, it is now known. Internal structure is updated

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be