Class AutoConfigRegistryAgent

  • All Implemented Interfaces:
    IAutoConfigRegistryService

    public class AutoConfigRegistryAgent
    extends java.lang.Object
    implements IAutoConfigRegistryService
    Agent that observes the environment and decides to a) make this platform to a SP registry (upgrade) b) make this platform from a SP registry to a normal client (downgrade)
    • Field Detail

      • checkdelay

        protected long checkdelay
      • min_sps

        protected int min_sps
        Minimum number of superpeers (sps) .
      • max_sps

        protected int max_sps
        Maximum number of sps .
      • max_rep

        protected int max_rep
        Repeat search until action.
      • activefut

        protected IFuture<java.lang.Void> activefut
    • Constructor Detail

      • AutoConfigRegistryAgent

        public AutoConfigRegistryAgent()