Interface SessionOwnershipWriteListener
-
public interface SessionOwnershipWriteListener
Callback interface for Session Ownership Facility users that reports the outcome of write (store and delete) query operations.
- Since:
- Rhino 2.6.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onWriteResult(List<SessionOwnershipWriteResult> results)
Callback made when the session ownership facility completes a write query operation.
-
-
-
Method Detail
-
onWriteResult
void onWriteResult(List<SessionOwnershipWriteResult> results)
Callback made when the session ownership facility completes a write query operation.
- Parameters:
results
- a list containing the result of each write to each primary and additional key involved in the overall operation. In the case of a CAS operation, only the outcome for the primary key write may be reported if the CAS condition failed.- Since:
- Rhino 2.6.1
-
-