Uses of Interface
org.osid.process.StateNotificationSession
Packages that use StateNotificationSession
Package
Description
The Open Service Interface Definitions for the org.osid.process
service.
-
Uses of StateNotificationSession in org.osid.process
Methods in org.osid.process that return StateNotificationSessionModifier and TypeMethodDescriptionProcessManager.getStateChangeNotificationSession(StateChangeReceiver stateChangeReceiver) Gets the notification session for notifications pertaining to state changes.ProcessProxyManager.getStateChangeNotificationSession(StateChangeReceiver stateChangeReceiver, Proxy proxy) Gets the notification session for notifications pertaining to state changes.ProcessManager.getStateChangeNotificationSessionForProcess(StateChangeReceiver stateChangeReceiver, Id processId) Gets the state change notification session for the given process.ProcessProxyManager.getStateChangeNotificationSessionForProcess(StateChangeReceiver stateChangeReceiver, Id processId, Proxy proxy) Gets the state change notification session for the given process.ProcessManager.getStateNotificationSession(StateReceiver stateReceiver) Gets the notification session for notifications pertaining to state changes.ProcessProxyManager.getStateNotificationSession(StateReceiver stateReceiver, Proxy proxy) Gets the state notification session for the given process.ProcessManager.getStateNotificationSessionForProcess(StateReceiver stateReceiver, Id processId) Gets the state notification session for the given process.ProcessProxyManager.getStateNotificationSessionForProcess(StateReceiver stateReceiver, Id processId, Proxy proxy) Gets the state notification session for the given process.