Class ThreadInformationDataProvider

  • All Implemented Interfaces:
    IDataProvider<TabularSource<?>>

    public class ThreadInformationDataProvider
    extends MapDataProvider
    Obtain thread dump information.
    Since:
    5.6.0
    Version:
    $Revision: 11804 $ $Date: 2010-07-29 10:06:21 -0300 (Thu, 29 Jul 2010) $
    • Constructor Detail

      • ThreadInformationDataProvider

        public ThreadInformationDataProvider()
    • Method Detail

      • obtainMapData

        protected java.util.Map<java.lang.String,​java.lang.String> obtainMapData​(SessionConfig sessionConfig,
                                                                                       TabularSource<?> source,
                                                                                       ITransaction transaction)
                                                                                throws PortalException
        Description copied from class: MapDataProvider
        Provides the Map data for each specific implementation
        Specified by:
        obtainMapData in class MapDataProvider
        Parameters:
        sessionConfig - an instance of SessionConfig
        source - an instance of TabularSource
        transaction - the current transaction
        Returns:
        an instance of Map with the data to be filled in TabularData
        Throws:
        PortalException - whenever an error occur