public class PersistedSession extends Object implements Serializable
| Constructor and Description |
|---|
PersistedSession(String id,
int clusterId,
String extension,
String contextRoot) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
<T> T |
getAttribute(String attributeName) |
Set<String> |
getAttributeNames() |
int |
getClusterId() |
String |
getContextRoot() |
long |
getCreationTime() |
String |
getExtension() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveIntervalInSeconds() |
int |
hashCode() |
boolean |
isExpired() |
protected Object |
maskNull(Object attributeValue) |
void |
removeAttribute(String attributeName) |
void |
setAttribute(String attributeName,
Object attributeValue) |
void |
setLastAccessedTime(long lastAccessedTime) |
void |
setMaxInactiveIntervalInSeconds(int interval) |
String |
toString() |
protected Object |
unmaskNull(Object mapValue) |
public String getId()
public int getClusterId()
public <T> T getAttribute(String attributeName)
public void removeAttribute(String attributeName)
public long getCreationTime()
public void setLastAccessedTime(long lastAccessedTime)
public long getLastAccessedTime()
public void setMaxInactiveIntervalInSeconds(int interval)
public int getMaxInactiveIntervalInSeconds()
public boolean isExpired()
public String getExtension()
public String getContextRoot()
Copyright © 2017 SAP SE. All Rights Reserved.