Uses of Interface
com.opencloud.rhino.facilities.sessionownership.SessionOwnershipWriteResult
-
Packages that use SessionOwnershipWriteResult Package Description com.opencloud.rhino.facilities.sessionownership com.opencloud.rhino.resources.sessionownership -
-
Uses of SessionOwnershipWriteResult in com.opencloud.rhino.facilities.sessionownership
Method parameters in com.opencloud.rhino.facilities.sessionownership with type arguments of type SessionOwnershipWriteResult Modifier and Type Method Description void
SessionOwnershipWriteListener. onWriteResult(List<SessionOwnershipWriteResult> results)
Callback made when the session ownership facility completes a write query operation. -
Uses of SessionOwnershipWriteResult in com.opencloud.rhino.resources.sessionownership
Methods in com.opencloud.rhino.resources.sessionownership that return types with arguments of type SessionOwnershipWriteResult Modifier and Type Method Description List<SessionOwnershipWriteResult>
SessionOwnershipWriteResultEvent. getResults()
Get the write results produced from the query operation.Constructor parameters in com.opencloud.rhino.resources.sessionownership with type arguments of type SessionOwnershipWriteResult Constructor Description SessionOwnershipWriteResultEvent(long queryID, List<SessionOwnershipWriteResult> results)
-