|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRetransmissionManager
Manages retransmission operations for all connected remote contexts.
Method Summary | |
---|---|
void |
requestRetransmit(String contextIdentity,
String identityRegularExpression,
IType type,
IDomain domain)
Send a request to the named remote context to retransmit the complete state of the IContainer instances with matching type and identity
subscribe for by the local context. |
void |
requestRetransmitAll(String contextIdentity)
Send a request to the named remote context to retransmit the complete state of all IContainer instances subscribed for by the local
context. |
void |
retransmit(String contextIdentity,
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(String contextIdentity)
Retransmit the complete state of all the IContainer instances
that the (connected) remote context has subscribed for. |
void |
retransmitAllToAll()
Retransmit the complete state of all the IContainer instances to
all (connected) remote contexts that have a subscription for the
container instances. |
void |
retransmitToAll(String identityRegularExpression,
IType type,
IDomain domain)
Retransmit the complete state of the IContainer instances with
matching type and identity to all (connected) remote contexts that have a
subscription for the matching container. |
Method Detail |
---|
void retransmit(String contextIdentity, 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.
contextIdentity
- the identity of the remote contextidentityRegularExpression
- 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(String contextIdentity)
IContainer
instances
that the (connected) remote context has subscribed for.
contextIdentity
- the identity of the remote contextvoid requestRetransmit(String contextIdentity, String identityRegularExpression, IType type, IDomain domain)
IContainer
instances with matching type and identity
subscribe for by the local context.
contextIdentity
- the identity of the remote contextidentityRegularExpression
- 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(String contextIdentity)
IContainer
instances subscribed for by the local
context.
contextIdentity
- the identity of the remote contextvoid retransmitToAll(String identityRegularExpression, IType type, IDomain domain)
IContainer
instances with
matching type and identity to all (connected) remote contexts that have a
subscription for the matching container.
identityRegularExpression
- the identity regular expression to match against containers
currently subscribed for by any (connected) remote contexts.type
- the type of the containerdomain
- the domain of the containervoid retransmitAllToAll()
IContainer
instances to
all (connected) remote contexts that have a subscription for the
container instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |