Uses of Package
net.sf.eBusx.time
-
Packages that use net.sf.eBusx.time 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.eBus.feed.historic.store This package contains two implementations ofIEMessageStore
interface:InMemoryMessageStore
andSqlMessageStore
.net.sf.eBusx.time This package provides single Java class:EInterval
. -
Classes in net.sf.eBusx.time used by net.sf.eBus.feed.historic Class Description EInterval Implements a time interval from oneInstant
to another.EInterval.Clusivity Specifies whether an end point is inclusive or exclusive. -
Classes in net.sf.eBusx.time used by net.sf.eBus.feed.historic.store Class Description EInterval Implements a time interval from oneInstant
to another. -
Classes in net.sf.eBusx.time used by net.sf.eBusx.time Class Description EInterval Implements a time interval from oneInstant
to another.EInterval.Builder EInterval
instances may be created only by using aBuilder
instance.EInterval.Clusivity Specifies whether an end point is inclusive or exclusive.