|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscoveryManager.Publication | |
edu.vub.at.actors.natives |
Uses of DiscoveryManager.Publication in edu.vub.at.actors.natives |
Methods in edu.vub.at.actors.natives with parameters of type DiscoveryManager.Publication | |
void |
ELDiscoveryActor.event_servicePublished(DiscoveryManager.Publication pub)
This event is fired whenever an object is being offered as a service provide using the provide: language construct. |
void |
ELDiscoveryActor.event_cancelPublication(DiscoveryManager.Publication pub)
This event is fired whenever a service offer is being revoked. |
void |
DiscoveryManager.addLocalPublication(DiscoveryManager.Publication pub)
A new local publication: - is stored locally - is checked against local subscriptions, which fire immediately - is broadcast to all currently connected members (done by VM) |
void |
DiscoveryManager.deleteLocalPublication(DiscoveryManager.Publication pub)
A deleted local publication is simply deleted locally. |
private void |
DiscoveryManager.notifyLocalSubscribers(DiscoveryManager.Publication pub)
When a new publication is added locally, it is first checked whether this publication can already satisfy some outstanding subscriptions on this VM (but from different actors) |
Constructors in edu.vub.at.actors.natives with parameters of type DiscoveryManager.Publication | |
NATActorMirror.NATPublication(ELDiscoveryActor discoveryActor,
ATStripe topic,
ATObject service,
DiscoveryManager.Publication pub)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |