Uses of Class
com.redwood.scheduler.api.exception.ListOSUserSessionsException
-
Packages that use ListOSUserSessionsException Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.os -
-
Uses of ListOSUserSessionsException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw ListOSUserSessionsException Modifier and Type Method Description OSUserSessions
ProcessServerService. listOSUserSessions()
List the user sessions present on the server that the agent is running on. -
Uses of ListOSUserSessionsException in com.redwood.scheduler.api.os
Methods in com.redwood.scheduler.api.os that throw ListOSUserSessionsException Modifier and Type Method Description Iterator<OSUserSession>
OSUserSessions. getResults()
Get anIterator
over a collection ofOSUserSession
items.
-