public interface WxSession
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
void |
invalidate() |
void |
setAttribute(String name,
Object value) |
void |
setMaxInactiveInterval(int interval) |
String getId()
long getCreationTime()
Enumeration<String> getAttributeNames()
long getLastAccessedTime()
void setMaxInactiveInterval(int interval)
int getMaxInactiveInterval()
void invalidate()
Copyright © 2019. All rights reserved.