com.ibm.websphere.wim.pluginmanager.context

Interface EmitterExceptionContext

    • Method Detail

      • setPreExit

        void setPreExit(PreExitContext value)
        Sets the value of the 'Pre Exit' containment reference.
        Parameters:
        value - the new value of the 'Pre Exit' containment reference.
        See Also:
        getPreExit()
        Generated:
      • createPreExit

        PreExitContext createPreExit()
        This method will return a new PreExitContext object that is contained by this object. This is equivalent to calling createDataObject("preExit").
        Generated:
        Return:
        PreExitContext
      • getInlineExit

        java.util.List getInlineExit()
        Returns the value of the 'Inline Exit' containment reference list. The list contents are of type InlineExitContext.

        If the meaning of the 'Inline Exit' containment reference list isn't clear, there really should be more of a description here...

        See Also:
        ContextPackage.getEmitterExceptionContext_InlineExit()
        Model:
        type="com.ibm.websphere.wim.pluginmanager.context.InlineExitContext" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Inline Exit' containment reference list.
      • getInlineExitContext

        InlineExitContext getInlineExitContext(java.lang.String inlineName)
      • getInlineExitAsArray

        InlineExitContext[] getInlineExitAsArray()
        Returns the array value of the 'Inline Exit' containment reference list.

        If the meaning of the 'Inline Exit' containment reference list isn't clear, there really should be more of a description here...

        See Also:
        ContextPackage.getEmitterExceptionContext_InlineExit()
        Generated:
        Return:
        the array value of the 'Inline Exit' containment reference list.
      • createInlineExit

        InlineExitContext createInlineExit()
        This method will return a new InlineExitContext object that is contained by this object. This is equivalent to calling createDataObject("inlineExit").
        Generated:
        Return:
        InlineExitContext
      • setPostExit

        void setPostExit(PostExitContext value)
        Sets the value of the 'Post Exit' containment reference.
        Parameters:
        value - the new value of the 'Post Exit' containment reference.
        See Also:
        getPostExit()
        Generated:
      • createPostExit

        PostExitContext createPostExit()
        This method will return a new PostExitContext object that is contained by this object. This is equivalent to calling createDataObject("postExit").
        Generated:
        Return:
        PostExitContext
      • getTopicEmitterName

        java.lang.String getTopicEmitterName()
        Returns the value of the 'Topic Emitter Name' attribute.

        If the meaning of the 'Topic Emitter Name' attribute isn't clear, there really should be more of a description here...

        See Also:
        setTopicEmitterName(String), ContextPackage.getEmitterExceptionContext_TopicEmitterName()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'Topic Emitter Name' attribute.
      • setTopicEmitterName

        void setTopicEmitterName(java.lang.String value)
        Sets the value of the 'Topic Emitter Name' attribute.
        Parameters:
        value - the new value of the 'Topic Emitter Name' attribute.
        See Also:
        getTopicEmitterName()
        Generated: