Class AsyncSessionPersisterOperation
- java.lang.Object
-
- de.hybris.platform.servicelayer.web.session.persister.AsyncSessionPersisterOperation
-
public class AsyncSessionPersisterOperation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AsyncSessionPersisterOperation(PersistedSession sessionToUpdate)Creates a UPDATE operation.AsyncSessionPersisterOperation(java.lang.String sessionIdToRemove)Creates a REMOVE operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSessionIdToRemove()PersistedSessiongetSessionToUpdate()booleanisRemoval()
-
-
-
Constructor Detail
-
AsyncSessionPersisterOperation
public AsyncSessionPersisterOperation(PersistedSession sessionToUpdate)
Creates a UPDATE operation.
-
AsyncSessionPersisterOperation
public AsyncSessionPersisterOperation(java.lang.String sessionIdToRemove)
Creates a REMOVE operation.
-
-
Method Detail
-
isRemoval
public boolean isRemoval()
-
getSessionToUpdate
public PersistedSession getSessionToUpdate()
-
getSessionIdToRemove
public java.lang.String getSessionIdToRemove()
-
-