|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface needs to be implemented by the application that employs the late join service. All messages of the base RTP/I session are forwarded unmodified and immediately to the application.
Method Summary | |
void |
lateJoinAskForPolicy(long subcomponentID)
This method is called when the late join service discoveres a new subcomponent by receivin a RTCP/I SUBREP packet. |
void |
lateJoinFailed(long subcomponentID)
This method is called when the late join service is unable to get the state of a subcomponent. |
void |
lateJoinGetState(long subcomponentID)
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. |
void |
lateJoinReceiveState(Rtpi r,
RtpiState state)
This method is called when the late join service has successfully retrieved the state of a subcomponent. |
void |
lateJoinTerminated()
This method is invoked when the late join has died unexpenctandly. |
Methods inherited from interface rtpi.RtpiRecipient |
activateSubcomponent,
addSubcomponent,
changeSourceInfo,
connectionClosed,
deactivateSubcomponent,
receiveDeltaState,
receiveEvent,
receiveState,
receiveStateQuery,
removeSource,
removeSubcomponent,
rtpiAduLost,
rtpiCouldNotRecover |
Method Detail |
public void lateJoinAskForPolicy(long subcomponentID)
subcomponentID
- The subcomponent ID of the subcomponent that has been discovered.public void lateJoinFailed(long subcomponentID)
subcomponentID
- The subcomponent ID of the subcomponent.public void lateJoinGetState(long subcomponentID)
subcomponentID
- The subcomponent ID of the subcomponent.public void lateJoinReceiveState(Rtpi r, RtpiState state)
r
- The RTP/I instance over which the state has been transmitted (this should be the late join RTP/I session)state
- public void lateJoinTerminated()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |