Uses of Class
com.dxfeed.schedule.Session

Packages that use Session
com.dxfeed.schedule   
 

Uses of Session in com.dxfeed.schedule
 

Methods in com.dxfeed.schedule that return Session
 Session Day.getFirstSession(SessionFilter filter)
          Returns first session belonging to this day accepted by specified filter.
 Session Day.getLastSession(SessionFilter filter)
          Returns last session belonging to this day accepted by specified filter.
 Session Session.getNextSession(SessionFilter filter)
          Returns following session accepted by specified filter.
 Session Session.getPrevSession(SessionFilter filter)
          Returns previous session accepted by specified filter.
 Session Schedule.getSessionByTime(long time)
          Returns session that contains specified time.
 Session Day.getSessionByTime(long time)
          Returns session belonging to this day that contains specified time.
 

Methods in com.dxfeed.schedule that return types with arguments of type Session
 java.util.List<Session> Day.getSessions()
          Returns list of sessions that constitute this day.
 

Methods in com.dxfeed.schedule with parameters of type Session
 boolean SessionFilter.accept(Session session)
          Tests whether or not the specified session is an acceptable result.