Class Invoke


  • public class Invoke
    extends java.lang.Object
    The Notification invoke object for the Dax API
    Version:
    $Revision$
    Author:
    gmehta
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Invoke.WHEN
      WHEN To INVOKE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String mWhat
      What to invoke
      protected Invoke.WHEN mWhen
      WHen to Invoke
    • Field Detail

      • mWhat

        protected java.lang.String mWhat
        What to invoke
    • Constructor Detail

      • Invoke

        public Invoke​(Invoke i)
        Copy Constructor
        Parameters:
        i -
      • Invoke

        public Invoke​(Invoke.WHEN when)
        Crete a new Invoke object
        Parameters:
        when -
      • Invoke

        public Invoke​(Invoke.WHEN when,
                      java.lang.String what)
        Create a new Invoke object
        Parameters:
        when -
        what -
    • Method Detail

      • getWhen

        public java.lang.String getWhen()
        Get when to Invoke
        Returns:
      • setWhen

        public Invoke setWhen​(Invoke.WHEN when)
        Set when to invoke
        Parameters:
        when -
        Returns:
      • getWhat

        public java.lang.String getWhat()
        Get what to invoke
        Returns:
      • setWhat

        public Invoke setWhat​(java.lang.String what)
        Set what executable to invoke and how
        Parameters:
        what -
        Returns:
      • clone

        public Invoke clone()
        Create a copy of this Invoke object
        Overrides:
        clone in class java.lang.Object
        Returns:
      • toXML

        public void toXML​(XMLWriter writer)
      • toXML

        public void toXML​(XMLWriter writer,
                          int indent)
      • toString

        public java.lang.String toString()
        Returns the object as String
        Overrides:
        toString in class java.lang.Object
        Returns:
        the description