Uses of Interface
com.opencloud.rhino.facilities.sessionownership.ConvergenceNameSessionOwnershipRecord
-
Packages that use ConvergenceNameSessionOwnershipRecord Package Description com.opencloud.rhino.facilities com.opencloud.rhino.slee com.opencloud.rhino.slee.sbbpart -
-
Uses of ConvergenceNameSessionOwnershipRecord in com.opencloud.rhino.facilities
Methods in com.opencloud.rhino.facilities that return ConvergenceNameSessionOwnershipRecord Modifier and Type Method Description ConvergenceNameSessionOwnershipRecord
RhinoTimerOptions. getConvergenceNameSessionOwnershipRecord()
Get the convergence name session ownership record of the SBB entity tree owning the timer.Methods in com.opencloud.rhino.facilities with parameters of type ConvergenceNameSessionOwnershipRecord Modifier and Type Method Description void
RhinoTimerOptions. setConvergenceNameSessionOwnershipRecord(ConvergenceNameSessionOwnershipRecord convergenceNameRecord)
Set the convergence name session ownership record for the SBB entity tree owning the timer.Constructors in com.opencloud.rhino.facilities with parameters of type ConvergenceNameSessionOwnershipRecord Constructor Description RhinoTimerOptions(int replicationFactor, ConvergenceNameSessionOwnershipRecord convergenceNameRecord)
Create aRhinoTimerOptions
object for the specified timer behaviour.RhinoTimerOptions(long timeout, TimerPreserveMissed preserveMissed, int replicationFactor, ConvergenceNameSessionOwnershipRecord convergenceNameRecord)
Create aRhinoTimerOptions
object for the specified timer behaviour. -
Uses of ConvergenceNameSessionOwnershipRecord in com.opencloud.rhino.slee
Methods in com.opencloud.rhino.slee that return ConvergenceNameSessionOwnershipRecord Modifier and Type Method Description ConvergenceNameSessionOwnershipRecord
RhinoSbbContext. getConvergenceNameSessionOwnershipRecord()
Obtain a Rhino-managed session ownership record for the SBB entity tree by either retrieving a pre-existing record or creating a new record if one does not already exist.ConvergenceNameSessionOwnershipRecord
RhinoSbbContext. getConvergenceNameSessionOwnershipRecord(long ttl)
Obtain a Rhino-managed session ownership record for the SBB entity tree by either retrieving a pre-existing record or creating a new record if one does not already exist. -
Uses of ConvergenceNameSessionOwnershipRecord in com.opencloud.rhino.slee.sbbpart
Methods in com.opencloud.rhino.slee.sbbpart that return ConvergenceNameSessionOwnershipRecord Modifier and Type Method Description ConvergenceNameSessionOwnershipRecord
SbbPartContext. getConvergenceNameSessionOwnershipRecord()
Obtain a Rhino-managed session ownership record for the SBB entity tree by either retrieving a pre-existing record or creating a new record if one does not already exist.ConvergenceNameSessionOwnershipRecord
SbbPartContext. getConvergenceNameSessionOwnershipRecord(long ttl)
Obtain a Rhino-managed session ownership record for the SBB entity tree by either retrieving a pre-existing record or creating a new record if one does not already exist.
-