JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.distribution
Interface BroadcastingConf

All Known Implementing Classes:
BroadcastingAC

public interface BroadcastingConf

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.

Author:
Renaud Pawlak
See Also:
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

addBroadcaster

public void addBroadcaster(String wrappeeName,
                           String methods,
                           String broadcasterHost,
                           String replicasHost)
This configuration method allows the user to define a broacaster.

Parameters:
wrappeeName - the broadcaster object and replicas names
methods - a poincut expression that defines the methods that will be broadcasted
broadcasterHost - the broadcaster host
replicasHost - the hosts of the replicas, as a regexp

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli