org.onebusaway.transit_data_federation.impl.realtime.mybus
Class TimepointPredictionServiceImpl
java.lang.Object
org.onebusaway.transit_data_federation.impl.realtime.mybus.TimepointPredictionServiceImpl
@ManagedResource(value="org.onebusaway.transit_data_federation.impl.realtime.mybus:name=TimepointPredictionServiceImpl")
public class TimepointPredictionServiceImpl
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimepointPredictionServiceImpl
public TimepointPredictionServiceImpl()
setServerName
public void setServerName(String name)
setServerPort
public void setServerPort(int port)
setTripIdMappingPath
public void setTripIdMappingPath(File tripIdMapping)
setTripIdMapping
public void setTripIdMapping(Map<String,String> tripIdMapping)
setAgencyId
public void setAgencyId(String agencyId)
setAgencyIds
public void setAgencyIds(List<String> agencyIds)
setIncludeTimepointPredictionRecords
public void setIncludeTimepointPredictionRecords(boolean includeTimepointPredictionRecords)
setTransitGraphDao
public void setTransitGraphDao(TransitGraphDao transitGraph)
setBlockCalendarService
public void setBlockCalendarService(BlockCalendarService blockCalendarService)
setVehicleLocationListener
public void setVehicleLocationListener(VehicleLocationListener vehicleLocationListener)
startup
@PostConstruct
public void startup()
shutdown
@PreDestroy
public void shutdown()
getPredictionCount
@ManagedAttribute
public long getPredictionCount()
- Statistics Methods
getUnmappedTripIdCount
@ManagedAttribute
public long getUnmappedTripIdCount()
getNoPredictionCount
@ManagedAttribute
public long getNoPredictionCount()
getMappedTripIdCount
@ManagedAttribute
public long getMappedTripIdCount()
Copyright © 2012 OneBusAway. All Rights Reserved.