Interface IExecEventInfo

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IExecEventInfo
    extends com4j.Com4jObject
    The execution information of the scheduler. This object handles the actual, not the planned, information.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String eventDate()
      The Execution Event Date.
      java.lang.String eventParam​(java.lang.String paramName)
      For HP use.
      java.lang.String eventTime()
      The Execution Event Time.
      int eventType()
      The type of Execution Event.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • eventType

        int eventType()

        The type of Execution Event.

        Getter method for the COM property "EventType"

        Returns:
        Returns a value of type int
      • eventTime

        java.lang.String eventTime()

        The Execution Event Time.

        Getter method for the COM property "EventTime"

        Returns:
        Returns a value of type java.lang.String
      • eventDate

        java.lang.String eventDate()

        The Execution Event Date.

        Getter method for the COM property "EventDate"

        Returns:
        Returns a value of type java.lang.String
      • eventParam

        java.lang.String eventParam​(java.lang.String paramName)

        For HP use. Gets the specified Execution Event Parameter.

        Getter method for the COM property "EventParam"

        Parameters:
        paramName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String