Package jadex.ipc.impl.security
Class DecentralizedAcquisitionMechanism
java.lang.Object
jadex.ipc.impl.security.AAcquisitionMechanism
jadex.ipc.impl.security.DecentralizedAcquisitionMechanism
The decentralized acquisition mechanism is based on a peer to peer scheme. It
asks all available platforms for the certificate of a specific caller.
It then waits for the first n (acquirecnt) answers and checks if it received
consistent results (all are equal). If this is the case it will deliver the
certificate, otherwise an exception is raised.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DecentralizedAcquisitionMechanism
public DecentralizedAcquisitionMechanism()
-