Changeset 152 in tmcsimulator for trunk/src/tmcsim/interfaces/CADInterface.java


Ignore:
Timestamp:
10/20/2017 09:18:44 AM (9 years ago)
Author:
jdalbey
Message:

Coordinator.java: new method getATMStime added for use by ATMSBatchDriver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/interfaces/CADInterface.java

    r2 r152  
    310310     */ 
    311311    public LinkedList<CardfileDataObject> getSearchList(String search) throws RemoteException; 
     312 
     313    /** Convenience method for clients to get current ATMS time. 
     314     *  
     315     * @return current ATMS time in milliseconds. 
     316     */ 
     317    public long getATMStime() throws RemoteException; 
    312318} 
    313319 
Note: See TracChangeset for help on using the changeset viewer.