Package org.objectweb.jac.aspects.distribution

Interface Summary
BroadcastingConf This aspect component implements a simple broadcasting aspect.
ConsistencyConf This aspect component provides some consistency protocols that can be settled on a set of replicas.
DeploymentConf This aspect is configuration interface of the Deployment aspect.
LoadBalancingConf This is the configuration interface of the load-balancing aspect
RemoteAccessConf This is the conficuration interface of the remote access aspect.
 

Class Summary
BroadcastingAC This aspect component implements a simple broadcasting aspect.
BroadcastingAC.BroadcastingWrapper This wrapper wraps the broadcaster with a wrapping method that broadcast all the calls to the remote replicas.
ConsistencyAC This aspect component provides some consistency protocols that can be settled on a set of replicas.
DeploymentAC This aspect component implements a generic deployment aspect.
DeploymentRule A deployment rule parametrizes the deployment scheme of a set of objects identified by a regular expression.
DeploymentWrapper This wrapper wraps constructors in order to deploy the objects on remote host(s) after their initialization.
LoadBalancingAC This Aspect Component allows the programmer to easily implement load-balancing features for its application when JAC is running in distributed mode.
LoadBalancingAC.LoadBalancingWrapper This inner-wrapper handles the load-balancing wrapping methods that actually implement the load-balancing algorithms.
RemoteAccessAC This aspect component implements a remote access aspect.