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

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
gps_serverI_Stub()
           
gps_serverI_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 GPSPosition[] getAllGPSPosition()
          Returns a snapshot of the position of all emergency vehicule
 GPSPosition getGPSPosition(Id $param_Id_1)
          Returns the GPS position of object
 void setGPSPosition(GPSPosition $param_GPSPosition_1)
          Update GPSPosition
 
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
 

Constructor Detail

gps_serverI_Stub

public gps_serverI_Stub()

gps_serverI_Stub

public gps_serverI_Stub(java.rmi.server.RemoteRef ref)
Method Detail

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

Logo

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