|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This aspect component implements a simple broadcasting aspect.
Principles: a broadcaster, located on a given host forwards some calls to a set of replicas located on remote hosts.
BroadcastingAC
Method Summary | |
void |
addBroadcaster(String wrappeeName,
String methods,
String broadcasterHost,
String replicasHost)
This configuration method allows the user to define a broacaster. |
Method Detail |
public void addBroadcaster(String wrappeeName, String methods, String broadcasterHost, String replicasHost)
wrappeeName
- the broadcaster object and replicas namesmethods
- a poincut expression that defines the methods
that will be broadcastedbroadcasterHost
- the broadcaster hostreplicasHost
- the hosts of the replicas, as a regexp
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |