Uses of Class
com.sun.enterprise.web.session.PersistenceType
-
Packages that use PersistenceType Package Description com.sun.enterprise.web com.sun.enterprise.web.session -
-
Uses of PersistenceType in com.sun.enterprise.web
Fields in com.sun.enterprise.web declared as PersistenceType Modifier and Type Field Description protected PersistenceTypeSessionManagerConfigurationHelper. _persistenceMethods in com.sun.enterprise.web that return PersistenceType Modifier and Type Method Description PersistenceTypeSessionManagerConfigurationHelper. getPersistenceType()PersistenceTypeServerConfigLookup. getPersistenceTypeFromConfig()Get the persistenceType from domain.xml. -
Uses of PersistenceType in com.sun.enterprise.web.session
Fields in com.sun.enterprise.web.session declared as PersistenceType Modifier and Type Field Description static PersistenceTypePersistenceType. COHERENCE_WEBCoherence Webstatic PersistenceTypePersistenceType. COOKIECookie-based persistencestatic PersistenceTypePersistenceType. CUSTOMCustom/user implemented session manager.static PersistenceTypePersistenceType. FILEFile based persistence for sessions.static PersistenceTypePersistenceType. HAHADB based persistence for sessions.static PersistenceTypePersistenceType. HAZELCASTHazelcaststatic PersistenceTypePersistenceType. JDBCJDBC based persistence for sessions.static PersistenceTypePersistenceType. MEMORYMemory based persistence for sessions (i.e.static PersistenceTypePersistenceType. MMAPold iWS 6.0 style MMapSessionManager.static PersistenceTypePersistenceType. REPLICATEDSJSWS replicated persistence for sessions.static PersistenceTypePersistenceType. S1WS60old iWS 6.0 style session manager.Methods in com.sun.enterprise.web.session that return PersistenceType Modifier and Type Method Description static PersistenceTypePersistenceType. parseType(String type)Parse the specified string and return the corresponding instance of this class that represents the persistence type specified in the string.static PersistenceTypePersistenceType. parseType(String type, PersistenceType defaultType)Parse the specified string and return the corresponding instance of this class that represents the persistence type specified in the string.Methods in com.sun.enterprise.web.session with parameters of type PersistenceType Modifier and Type Method Description static PersistenceTypePersistenceType. parseType(String type, PersistenceType defaultType)Parse the specified string and return the corresponding instance of this class that represents the persistence type specified in the string.
-