Class CompensableActivity

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Activities
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Activities.Statements.CompensableActivity
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • CompensableActivity

        public CompensableActivity​(java.lang.Object instance)
                            throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
    • Method Detail

      • getBody

        public Activity getBody()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBody

        public void setBody​(Activity Body)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCancellationHandler

        public Activity getCancellationHandler()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCancellationHandler

        public void setCancellationHandler​(Activity CancellationHandler)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCompensationHandler

        public Activity getCompensationHandler()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCompensationHandler

        public void setCompensationHandler​(Activity CompensationHandler)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getConfirmationHandler

        public Activity getConfirmationHandler()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setConfirmationHandler

        public void setConfirmationHandler​(Activity ConfirmationHandler)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable