public class SessionExpiredCommand
extends org.pentaho.mantle.client.commands.AbstractCommand
| Constructor and Description |
|---|
SessionExpiredCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getClientTime() |
protected String |
getCookie(String name) |
protected int |
getNextCheckShift()
If the session is expired returns a negative value.
|
Integer |
getPollingInterval() |
protected void |
performOperation() |
protected void |
performOperation(boolean feedback) |
protected void |
setClientTimeOffset()
Don't be fooled with a System.currentTimeMillis() - in GWT it's a client side time.
|
protected void |
setCookie(String name,
String value) |
void |
setPollingInterval(Integer pollingInterval) |
protected void performOperation()
performOperation in class org.pentaho.mantle.client.commands.AbstractCommandprotected void performOperation(boolean feedback)
performOperation in class org.pentaho.mantle.client.commands.AbstractCommandpublic Integer getPollingInterval()
public void setPollingInterval(Integer pollingInterval)
protected int getNextCheckShift()
protected long getClientTime()
protected void setClientTimeOffset()
In case of any unpredicted situation the offset is set to 0.
Copyright © 2021 Hitachi Vantara. All rights reserved.