public class LocalSessionStateFactory extends java.lang.Object implements SessionStateFactory
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
SESSION_STATE_PRIORITY |
| 限定符和类型 | 方法和说明 |
|---|---|
SessionState |
create(Context ctx)
创建会话状态
|
static LocalSessionStateFactory |
getInstance() |
int |
priority()
优先级
|
public static final int SESSION_STATE_PRIORITY
public static LocalSessionStateFactory getInstance()
public int priority()
SessionStateFactorypriority 在接口中 SessionStateFactorypublic SessionState create(Context ctx)
SessionStateFactorycreate 在接口中 SessionStateFactory