org.onebusaway.transit_data_federation.bundle.tasks.history
Class DatabaseBlockLocationArchiveSource

java.lang.Object
  extended by org.onebusaway.transit_data_federation.bundle.tasks.history.DatabaseBlockLocationArchiveSource
All Implemented Interfaces:
BlockLocationArchiveSource

public class DatabaseBlockLocationArchiveSource
extends Object
implements BlockLocationArchiveSource


Constructor Summary
DatabaseBlockLocationArchiveSource()
           
 
Method Summary
 List<BlockLocationArchiveRecord> getRecordsForTrip(org.onebusaway.gtfs.model.AgencyAndId tripId)
           
 void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseBlockLocationArchiveSource

public DatabaseBlockLocationArchiveSource()
Method Detail

setSessionFactory

public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)

getRecordsForTrip

public List<BlockLocationArchiveRecord> getRecordsForTrip(org.onebusaway.gtfs.model.AgencyAndId tripId)
Specified by:
getRecordsForTrip in interface BlockLocationArchiveSource


Copyright © 2012 OneBusAway. All Rights Reserved.