com.ibm.websphere.wim.pluginmanager.context
Interface EmitterExceptionContext


public interface EmitterExceptionContext

A representation of the model object 'Emitter Exception Context'.

The following features are supported:

See Also:
ContextPackage.getEmitterExceptionContext()
Model:
Generated:

Method Summary
 InlineExitContext createInlineExit()
          This method will return a new InlineExitContext object that is contained by this object.
 PostExitContext createPostExit()
          This method will return a new PostExitContext object that is contained by this object.
 PreExitContext createPreExit()
          This method will return a new PreExitContext object that is contained by this object.
 java.util.List getInlineExit()
          Returns the value of the 'Inline Exit' containment reference list.
 InlineExitContext[] getInlineExitAsArray()
          Returns the array value of the 'Inline Exit' containment reference list.
 InlineExitContext getInlineExitContext(java.lang.String inlineName)
           
 PostExitContext getPostExit()
          Returns the value of the 'Post Exit' containment reference.
 PreExitContext getPreExit()
          Returns the value of the 'Pre Exit' containment reference.
 java.lang.String getTopicEmitterName()
          Returns the value of the 'Topic Emitter Name' attribute.
 boolean isAnyPluginFailure()
          Returns the value of the 'Any Plugin Failure' attribute.
 boolean isSetAnyPluginFailure()
          Returns whether the value of the 'Any Plugin Failure' attribute is set.
 void setAnyPluginFailure(boolean value)
          Sets the value of the 'Any Plugin Failure' attribute.
 void setPostExit(PostExitContext value)
          Sets the value of the 'Post Exit' containment reference.
 void setPreExit(PreExitContext value)
          Sets the value of the 'Pre Exit' containment reference.
 void setTopicEmitterName(java.lang.String value)
          Sets the value of the 'Topic Emitter Name' attribute.
 void unsetAnyPluginFailure()
          Unsets the value of the 'Any Plugin Failure' attribute.
 

Method Detail

getPreExit

PreExitContext getPreExit()
Returns the value of the 'Pre Exit' containment reference.

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

See Also:
setPreExit(PreExitContext), ContextPackage.getEmitterExceptionContext_PreExit()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Pre Exit' containment reference.

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

getPostExit

PostExitContext getPostExit()
Returns the value of the 'Post Exit' containment reference.

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

See Also:
setPostExit(PostExitContext), ContextPackage.getEmitterExceptionContext_PostExit()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Post Exit' containment reference.

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

isAnyPluginFailure

boolean isAnyPluginFailure()
Returns the value of the 'Any Plugin Failure' attribute.

If the meaning of the 'Any Plugin Failure' attribute isn't clear, there really should be more of a description here...

See Also:
isSetAnyPluginFailure(), unsetAnyPluginFailure(), setAnyPluginFailure(boolean), ContextPackage.getEmitterExceptionContext_AnyPluginFailure()
Model:
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Any Plugin Failure' attribute.

setAnyPluginFailure

void setAnyPluginFailure(boolean value)
Sets the value of the 'Any Plugin Failure' attribute.

Parameters:
value - the new value of the 'Any Plugin Failure' attribute.
See Also:
isSetAnyPluginFailure(), unsetAnyPluginFailure(), isAnyPluginFailure()
Generated:

unsetAnyPluginFailure

void unsetAnyPluginFailure()
Unsets the value of the 'Any Plugin Failure' attribute.

See Also:
isSetAnyPluginFailure(), isAnyPluginFailure(), setAnyPluginFailure(boolean)
Generated:

isSetAnyPluginFailure

boolean isSetAnyPluginFailure()
Returns whether the value of the 'Any Plugin Failure' attribute is set.

See Also:
unsetAnyPluginFailure(), isAnyPluginFailure(), setAnyPluginFailure(boolean)
Generated:
Return:
whether the value of the 'Any Plugin Failure' attribute is set.

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: