cad.simcad.gps_server
Class gps_serverI_Stub
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteStub
|
+--cad.simcad.gps_server.gps_serverI_Stub
- All Implemented Interfaces:
- GPSCentralizer, GPSConnector, java.rmi.Remote, java.io.Serializable
- public final class gps_serverI_Stub
- extends java.rmi.server.RemoteStub
- implements GPSConnector, GPSCentralizer, java.rmi.Remote
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.RemoteStub |
setRef |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
gps_serverI_Stub
public gps_serverI_Stub()
gps_serverI_Stub
public gps_serverI_Stub(java.rmi.server.RemoteRef ref)
getAllGPSPosition
public GPSPosition[] getAllGPSPosition()
throws java.rmi.RemoteException
- Description copied from interface:
GPSCentralizer
- Returns a snapshot of the position of all emergency vehicule
- Specified by:
getAllGPSPosition
in interface GPSCentralizer
- Returns:
- An array of GPSPosition objects.
java.rmi.RemoteException
getGPSPosition
public GPSPosition getGPSPosition(Id $param_Id_1)
throws java.rmi.RemoteException
- Description copied from interface:
GPSCentralizer
- Returns the GPS position of object
- Specified by:
getGPSPosition
in interface GPSCentralizer
- Returns:
- -GPSPosition object
-null of id is not known by the GPSServer
java.rmi.RemoteException
setGPSPosition
public void setGPSPosition(GPSPosition $param_GPSPosition_1)
throws java.rmi.RemoteException
- Description copied from interface:
GPSConnector
- Update GPSPosition
- Specified by:
setGPSPosition
in interface GPSConnector
java.rmi.RemoteException
With the help of www.sourceforge.net and www.info.ucl.ac.be