public class SessionManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ManagerProperties |
managerProperties |
protected String |
persistenceType |
protected StoreProperties |
storeProperties |
| Constructor and Description |
|---|
SessionManager() |
| Modifier and Type | Method and Description |
|---|---|
ManagerProperties |
getManagerProperties() |
String |
getPersistenceType() |
StoreProperties |
getStoreProperties() |
void |
setManagerProperties(ManagerProperties value) |
void |
setPersistenceType(String value) |
void |
setStoreProperties(StoreProperties value) |
protected String persistenceType
protected ManagerProperties managerProperties
protected StoreProperties storeProperties
public String getPersistenceType()
public void setPersistenceType(String value)
public ManagerProperties getManagerProperties()
public void setManagerProperties(ManagerProperties value)
public StoreProperties getStoreProperties()
public void setStoreProperties(StoreProperties value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.