public class RemoteSessionStorage extends Object implements SessionStorage
Constructor and Description |
---|
RemoteSessionStorage(ExecuteMethod executeMethod) |
public RemoteSessionStorage(ExecuteMethod executeMethod)
public String getItem(String key)
getItem
in interface SessionStorage
public Set<String> keySet()
keySet
in interface SessionStorage
public void setItem(String key, String value)
setItem
in interface SessionStorage
public String removeItem(String key)
removeItem
in interface SessionStorage
public void clear()
clear
in interface SessionStorage
public int size()
size
in interface SessionStorage
Copyright © 2016. All rights reserved.