Class AsyncSessionPersisterOperation
java.lang.Object
de.hybris.platform.servicelayer.web.session.persister.AsyncSessionPersisterOperation
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncSessionPersisterOperation(PersistedSession sessionToUpdate) Creates a UPDATE operation.AsyncSessionPersisterOperation(String sessionIdToRemove) Creates a REMOVE operation. -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
AsyncSessionPersisterOperation
Creates a UPDATE operation. -
AsyncSessionPersisterOperation
Creates a REMOVE operation.
-
-
Method Details
-
isRemoval
public boolean isRemoval() -
getSessionToUpdate
-
getSessionIdToRemove
-