Class MessageEventSubscription

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Workflow.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.Workflow.Activities
        See Also:
        Constant Field Values
      • className

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

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

      • MessageEventSubscription

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

        public MessageEventSubscription()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MessageEventSubscription

        public MessageEventSubscription​(IComparable queueName,
                                        Guid instanceId)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MessageEventSubscription

        public MessageEventSubscription​(IComparable queueName,
                                        Guid instanceId,
                                        Guid subscriptionId)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MessageEventSubscription

        public MessageEventSubscription​(IComparable queueName,
                                        Guid subscriptionId,
                                        NetType interfaceType,
                                        java.lang.String operation)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MessageEventSubscription

        public MessageEventSubscription​(IComparable queueName,
                                        Guid instanceId,
                                        NetType interfaceType,
                                        java.lang.String operation,
                                        Guid subscriptionId)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getSubscriptionId

        public Guid getSubscriptionId()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getWorkflowInstanceId

        public Guid getWorkflowInstanceId()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getQueueName

        public IComparable getQueueName()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setQueueName

        public void setQueueName​(IComparable QueueName)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMethodName

        public java.lang.String getMethodName()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMethodName

        public void setMethodName​(java.lang.String MethodName)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getInterfaceType

        public NetType getInterfaceType()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setInterfaceType

        public void setInterfaceType​(NetType InterfaceType)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable