Interface OSUserSessions


  • public interface OSUserSessions
    A List OS User Sessions result. This has a single method getResults() to get an iterator over the current OS user sessions.
    • Method Detail

      • getResults

        Iterator<OSUserSession> getResults()
                                    throws com.redwood.scheduler.api.exception.ListOSUserSessionsException
        Get an Iterator over a collection of OSUserSession items. If the collection is empty, an empty iterator will be returned, that is, this method will never return null.
        Returns:
        An Iterator over a collection of OSUserSession items.
        Throws:
        com.redwood.scheduler.api.exception.ListOSUserSessionsException - permanent error, cannot be recovered.