com.ibm.tivoli.maximo.miniapps.control.annotations

Interface MXEvent

  • All Superinterfaces:
    java.lang.annotation.Annotation


    @Retention(value=RUNTIME)
     @Target(value=METHOD)
    public interface MXEvent
    extends java.lang.annotation.Annotation
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method and Description
      int cache()
      Number of Seconds to Cache the response.
      java.lang.String produces() 
      java.lang.Class serializer() 
      java.lang.String value() 
      • Methods inherited from interface java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
    • Method Detail

      • value

        java.lang.String value()
      • produces

        java.lang.String produces()
      • serializer

        java.lang.Class serializer()
      • cache

        int cache()
        Number of Seconds to Cache the response. Returning > 0 will cause the Prgrma and Cache-Control headers to be added to the response. Default is 0 (ie, no caching).
        Returns: