Class MethodMonitorFactoryBase

    • Constructor Detail

      • MethodMonitorFactoryBase

        public MethodMonitorFactoryBase​(java.lang.String name)
      • MethodMonitorFactoryBase

        MethodMonitorFactoryBase​(java.lang.String name,
                                 java.util.Set<MethodMonitorFactory> content)
    • Method Detail

      • contents

        public final java.util.Collection<MethodMonitorFactory> contents()
        Description copied from interface: MethodMonitorFactory
        Returns the contents of this method monitor factory. If it is a composite method monitor factory, all the component MethoMonitorFactory instances are returned. If it is a single MethodMonitorFactory, it just returns itself. It is required that the elements of contents are not composite method monitors, i.e. for each mmf in contants(), mmf.contents.size() == 1.
        Specified by:
        contents in interface MethodMonitorFactory