Uses of Class
net.sf.eBusx.time.EInterval.Clusivity
-
Packages that use EInterval.Clusivity Package Description net.sf.eBus.feed.historic This package contains a specialized feed providing notification feeds which support both historic and live messages.net.sf.eBusx.time This package provides single Java class:EInterval. -
-
Uses of EInterval.Clusivity in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return EInterval.Clusivity Modifier and Type Method Description EInterval.ClusivityEHistoricSubscribeFeed. beginClusivity()Returns begin time clusivity.EInterval.ClusivityEHistoricSubscribeFeed. endClusivity()Returns end time clusivity.Methods in net.sf.eBus.feed.historic with parameters of type EInterval.Clusivity Modifier and Type Method Description EHistoricSubscribeFeed.BuilderEHistoricSubscribeFeed.Builder. from(java.time.Instant beginTime, EInterval.Clusivity beginClusivity)Sets historic subscription feed to begin in the past.EHistoricSubscribeFeed.BuilderEHistoricSubscribeFeed.Builder. fromNow(EInterval.Clusivity beginClusivity)Sets historic subscription feed to begin at the current time.EHistoricSubscribeFeed.BuilderEHistoricSubscribeFeed.Builder. to(java.time.Instant endTime, EInterval.Clusivity endClusivity)Sets historic subscription feed to end either in the past or in the future depending on whetherendTimeis in the past or future.EHistoricSubscribeFeed.BuilderEHistoricSubscribeFeed.Builder. toNow(EInterval.Clusivity endClusivity)Sets historic subscription feed to end at the current time. -
Uses of EInterval.Clusivity in net.sf.eBusx.time
Fields in net.sf.eBusx.time declared as EInterval.Clusivity Modifier and Type Field Description EInterval.ClusivityEInterval. beginClusivityInterval begin time clusivity.EInterval.ClusivityEInterval. endClusivityInterval end time clusivity.Methods in net.sf.eBusx.time that return EInterval.Clusivity Modifier and Type Method Description static EInterval.ClusivityEInterval.Clusivity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EInterval.Clusivity[]EInterval.Clusivity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBusx.time with parameters of type EInterval.Clusivity Modifier and Type Method Description EInterval.BuilderEInterval.Builder. beginClusivity(EInterval.Clusivity clusivity)Sets interval begin time clusivity.EInterval.BuilderEInterval.Builder. beginNow(EInterval.Clusivity clusivity)Sets interval begin time to current time and begin time location toEInterval.TimeLocation.NOWbut the clusivity to the given value.EInterval.BuilderEInterval.Builder. beginTime(java.time.Instant beginTime, EInterval.Clusivity clusivity)Sets interval begin time and clusivity.EInterval.BuilderEInterval.Builder. endClusivity(EInterval.Clusivity clusivity)Sets interval end time clusivity.EInterval.BuilderEInterval.Builder. endNow(EInterval.Clusivity clusivity)Sets interval end time to current time and end time location toEInterval.TimeLocation.NOW.EInterval.BuilderEInterval.Builder. endTime(java.time.Instant endTime, EInterval.Clusivity clusivity)Sets interval end time and clusivity.
-