|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRetransmitter
Executes retransmission operations between a local context and a single, connected, remote context.
Retransmission operations cover:
Method Summary | |
---|---|
void |
requestRetransmit(String identityRegularExpression,
IType type,
IDomain domain)
Send a request to the connected remote context to retransmit the complete state of the subscribed IContainer instances with matching type
and identity. |
void |
requestRetransmitAll()
Send a request to the connected remote context to retransmit the complete state of all the IContainer instances subscribed for by the local
context. |
void |
retransmit(String identityRegularExpression,
IType type,
IDomain domain)
Retransmit the complete state of the IContainer instances with
matching type and identity to the connected remote context. |
void |
retransmitAll()
Retransmit the complete state of all the IContainer instances
that the connected remote context has subscribed for. |
Method Detail |
---|
void retransmit(String identityRegularExpression, IType type, IDomain domain)
IContainer
instances with
matching type and identity to the connected remote context. The container
must also currently be subscribed for by the remote context.
Wildcards are not supported with this operation.
identityRegularExpression
- the identity regular expression to match against containers
currently subscribed for by the remote contexttype
- the type of the containerdomain
- the domain of the containervoid retransmitAll()
IContainer
instances
that the connected remote context has subscribed for.
void requestRetransmit(String identityRegularExpression, IType type, IDomain domain)
IContainer
instances with matching type
and identity.
Wildcards are not supported with this operation.
identityRegularExpression
- the identity regular expression to match against containers
currently subscribed for by the local contexttype
- the type of the containerdomain
- the domain of the containervoid requestRetransmitAll()
IContainer
instances subscribed for by the local
context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |