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.
|