This method is called by the application when it has been notified that the late
join service needs the state of a certain subcomponent and the application is
able and willing to extract the state of the subcomponent.
This should be called by the local application on an existing (that is: previously
registered) sub-component as soon as this sub-component is locally needed to display
the interactive medium to the user.
This join policy indicates exclusive server responsibiltiy for a particular
subcomponent implicating both replies without reply-implosion-avoidance and instant joining
of the late join multicast group.
AT_ONCE -
Static variable in class rtpi.services.latejoin.LateJoin
This policy instructs the late join service to get the state of the subcomponent as fast as
possible.
AUTOMATIC -
Static variable in class rtpi.services.latejoin.LateJoin
This join policy selects servers automatically by computed probabilities.
This is the implementation of the connectionClosed method from the ReliableRecipient
(package rtpi.reliability) and the TransportRecipient (package rtpi.transport) interfaces.
This should be called by the local application on an existing (that is: previously
registered) and activated sub-component as soon as this sub-component is no
longer needed to display the interactive medium locally to the user.
EVENT -
Static variable in class rtpi.services.latejoin.LateJoin
With this policy the late join service waits for the first event or delta state it sees for
the subcomponent before it tries to recover the state of the subcomponent.
This method is called when the late join service needs the state of a subcomponent, in order
to help another late join service instance with the late join.
Reliability mapping ID for unreliable transmission.
NONE -
Static variable in interface rtpi.reliability.Reliable
The NONE quality of service is used when the reliability
service should take no actions to notice or repair lost
ADUs of the given subcomponent and type pair.
This is called by the application when it has been requested by the late join servie
to extract the state of a certian subcomponent in order to help a late comer.