Interface IMemstatService


  • public interface IMemstatService
    Service for providing debugging infos for a component or service, e.g. for detecting memory leaks.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      jadex.commons.future.IFuture<java.util.Map<java.lang.String,​java.lang.Object>> getMemInfo()
      Get info about stored data like connections and listeners.
    • Method Detail

      • getMemInfo

        jadex.commons.future.IFuture<java.util.Map<java.lang.String,​java.lang.Object>> getMemInfo()
        Get info about stored data like connections and listeners.