Interface AvailabilityDataService
-
- All Known Implementing Classes:
LegacyAvailabilityDataService
public interface AvailabilityDataService
AvailabilityDataService interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Node>
getNodes(Category category, long startTime, long endTime)
getNodes
-
-
-
Method Detail
-
getNodes
List<Node> getNodes(Category category, long startTime, long endTime) throws AvailabilityDataServiceException
getNodes
- Parameters:
category
- aCategory
object.startTime
- a long.endTime
- a long.- Returns:
- a
List
object. - Throws:
AvailabilityDataServiceException
- if any.
-
-