
Public Member Functions | |
| Action (WORequest request) | |
| WOActionResults | pingSessionAction () |
| WOActionResults | pingSessionAndKeepAliveAction () |
| Action | ( | WORequest | request | ) |
| WOActionResults pingSessionAction | ( | ) |
If there is a session, returns a response with a success (200) code. If there is not a session, returns a response with a failure (300) code so that the ActivePeriodicalUpdater can call the onFailure call back.
| WOActionResults pingSessionAndKeepAliveAction | ( | ) |
Same as pingSessionAction, but also checks out session to keep it alive.
1.5.8