taxisrus.publicinterface
Interface CabConsoleInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
CabConsoleImplementation

public interface CabConsoleInterface
extends Remote

client interface for remote access


Method Summary
 boolean AcceptOrReject(String customerInfo)
          Send ride information from model to Cab Console
 void Cancel(String customerInfo)
          Send a Cancelation message from model to Cab Console.
 void Change(String customerInfo)
          Send a Change message from model to Cab Console.
 

Method Detail

AcceptOrReject

public boolean AcceptOrReject(String customerInfo)
                       throws RemoteException
Send ride information from model to Cab Console
Parameters:
String - customer information
Returns:
boolean true = accept
Throws:
RemoteException -  

Cancel

public void Cancel(String customerInfo)
            throws RemoteException
Send a Cancelation message from model to Cab Console.
Parameters:
String - customer information
Throws:
RemoteException -  

Change

public void Change(String customerInfo)
            throws RemoteException
Send a Change message from model to Cab Console.
Parameters:
String - customer information
Throws:
RemoteException -  


API documentation for build 958