Package com.redwood.scheduler.api.os
Interface OSUserSessions
- 
 public interface OSUserSessionsA List OS User Sessions result. This has a single methodgetResults()to get an iterator over the current OS user sessions.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<OSUserSession>getResults()Get anIteratorover a collection ofOSUserSessionitems.
 
- 
- 
- 
Method Detail- 
getResultsIterator<OSUserSession> getResults() throws com.redwood.scheduler.api.exception.ListOSUserSessionsException Get anIteratorover a collection ofOSUserSessionitems. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull.- Returns:
- An Iteratorover a collection ofOSUserSessionitems.
- Throws:
- com.redwood.scheduler.api.exception.ListOSUserSessionsException- permanent error, cannot be recovered.
 
 
- 
 
-