Class JobDataMapSupport


  • public class JobDataMapSupport
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.management.openmbean.TabularType TABULAR_TYPE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JobDataMap newJobDataMap​(java.util.Map<java.lang.String,​java.lang.Object> map)  
      static JobDataMap newJobDataMap​(javax.management.openmbean.TabularData tabularData)  
      static javax.management.openmbean.CompositeData toCompositeData​(java.lang.String key, java.lang.String value)  
      static javax.management.openmbean.TabularData toTabularData​(JobDataMap jobDataMap)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TABULAR_TYPE

        public static final javax.management.openmbean.TabularType TABULAR_TYPE
    • Constructor Detail

      • JobDataMapSupport

        public JobDataMapSupport()
    • Method Detail

      • newJobDataMap

        public static JobDataMap newJobDataMap​(javax.management.openmbean.TabularData tabularData)
      • newJobDataMap

        public static JobDataMap newJobDataMap​(java.util.Map<java.lang.String,​java.lang.Object> map)
      • toCompositeData

        public static javax.management.openmbean.CompositeData toCompositeData​(java.lang.String key,
                                                                               java.lang.String value)
        Returns:
        composite data
      • toTabularData

        public static javax.management.openmbean.TabularData toTabularData​(JobDataMap jobDataMap)
        Parameters:
        jobDataMap -
        Returns:
        TabularData