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


public interface PreExitContext

A representation of the model object 'Pre Exit Context'.

The following features are supported:

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

Method Summary
 ModificationListContext createModificationListContext()
          This method will return a new ModificationListContext object that is contained by this object.
 NotificationListContext createNotificationListContext()
          This method will return a new NotificationListContext object that is contained by this object.
 java.lang.String getFailedSubscriber()
          Returns the value of the 'Failed Subscriber' attribute.
 ModificationListContext getModificationListContext()
          Returns the value of the 'Modification List Context' containment reference.
 NotificationListContext getNotificationListContext()
          Returns the value of the 'Notification List Context' containment reference.
 boolean isIsSuccessful()
          Returns the value of the 'Is Successful' attribute.
 boolean isSetIsSuccessful()
          Returns whether the value of the 'Is Successful' attribute is set.
 void setFailedSubscriber(java.lang.String value)
          Sets the value of the 'Failed Subscriber' attribute.
 void setIsSuccessful(boolean value)
          Sets the value of the 'Is Successful' attribute.
 void setModificationListContext(ModificationListContext value)
          Sets the value of the 'Modification List Context' containment reference.
 void setNotificationListContext(NotificationListContext value)
          Sets the value of the 'Notification List Context' containment reference.
 void unsetIsSuccessful()
          Unsets the value of the 'Is Successful' attribute.
 

Method Detail

getNotificationListContext

NotificationListContext getNotificationListContext()
Returns the value of the 'Notification List Context' containment reference.

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

See Also:
setNotificationListContext(NotificationListContext), ContextPackage.getPreExitContext_NotificationListContext()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Notification List Context' containment reference.

setNotificationListContext

void setNotificationListContext(NotificationListContext value)
Sets the value of the 'Notification List Context' containment reference.

Parameters:
value - the new value of the 'Notification List Context' containment reference.
See Also:
getNotificationListContext()
Generated:

createNotificationListContext

NotificationListContext createNotificationListContext()
This method will return a new NotificationListContext object that is contained by this object. This is equivalent to calling createDataObject("notificationListContext").

Generated:
Return:
NotificationListContext

getModificationListContext

ModificationListContext getModificationListContext()
Returns the value of the 'Modification List Context' containment reference.

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

See Also:
setModificationListContext(ModificationListContext), ContextPackage.getPreExitContext_ModificationListContext()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Modification List Context' containment reference.

setModificationListContext

void setModificationListContext(ModificationListContext value)
Sets the value of the 'Modification List Context' containment reference.

Parameters:
value - the new value of the 'Modification List Context' containment reference.
See Also:
getModificationListContext()
Generated:

createModificationListContext

ModificationListContext createModificationListContext()
This method will return a new ModificationListContext object that is contained by this object. This is equivalent to calling createDataObject("modificationListContext").

Generated:
Return:
ModificationListContext

getFailedSubscriber

java.lang.String getFailedSubscriber()
Returns the value of the 'Failed Subscriber' attribute.

If the meaning of the 'Failed Subscriber' attribute isn't clear, there really should be more of a description here...

See Also:
setFailedSubscriber(String), ContextPackage.getPreExitContext_FailedSubscriber()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Failed Subscriber' attribute.

setFailedSubscriber

void setFailedSubscriber(java.lang.String value)
Sets the value of the 'Failed Subscriber' attribute.

Parameters:
value - the new value of the 'Failed Subscriber' attribute.
See Also:
getFailedSubscriber()
Generated:

isIsSuccessful

boolean isIsSuccessful()
Returns the value of the 'Is Successful' attribute. The default value is "true".

If the meaning of the 'Is Successful' attribute isn't clear, there really should be more of a description here...

See Also:
isSetIsSuccessful(), unsetIsSuccessful(), setIsSuccessful(boolean), ContextPackage.getPreExitContext_IsSuccessful()
Model:
default="true" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Is Successful' attribute.

setIsSuccessful

void setIsSuccessful(boolean value)
Sets the value of the 'Is Successful' attribute.

Parameters:
value - the new value of the 'Is Successful' attribute.
See Also:
isSetIsSuccessful(), unsetIsSuccessful(), isIsSuccessful()
Generated:

unsetIsSuccessful

void unsetIsSuccessful()
Unsets the value of the 'Is Successful' attribute.

See Also:
isSetIsSuccessful(), isIsSuccessful(), setIsSuccessful(boolean)
Generated:

isSetIsSuccessful

boolean isSetIsSuccessful()
Returns whether the value of the 'Is Successful' attribute is set.

See Also:
unsetIsSuccessful(), isIsSuccessful(), setIsSuccessful(boolean)
Generated:
Return:
whether the value of the 'Is Successful' attribute is set.