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


public interface ModificationSubscriberContext

A representation of the model object 'Modification Subscriber Context'.

The following features are supported:

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

Method Summary
 SubscriberExecContext createCommitContext()
          This method will return a new SubscriberExecContext object that is contained by this object.
 SubscriberExecContext createExecuteContext()
          This method will return a new SubscriberExecContext object that is contained by this object.
 SubscriberExecContext createRollbackContext()
          This method will return a new SubscriberExecContext object that is contained by this object.
 SubscriberExecContext getCommitContext()
          Returns the value of the 'Commit Context' containment reference.
 SubscriberExecContext getExecuteContext()
          Returns the value of the 'Execute Context' containment reference.
 SubscriberExecContext getRollbackContext()
          Returns the value of the 'Rollback Context' containment reference.
 java.lang.String getSubscriberName()
          Returns the value of the 'Subscriber Name' attribute.
 void setCommitContext(SubscriberExecContext value)
          Sets the value of the 'Commit Context' containment reference.
 void setExecuteContext(SubscriberExecContext value)
          Sets the value of the 'Execute Context' containment reference.
 void setRollbackContext(SubscriberExecContext value)
          Sets the value of the 'Rollback Context' containment reference.
 void setSubscriberName(java.lang.String value)
          Sets the value of the 'Subscriber Name' attribute.
 

Method Detail

getExecuteContext

SubscriberExecContext getExecuteContext()
Returns the value of the 'Execute Context' containment reference.

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

See Also:
setExecuteContext(SubscriberExecContext), ContextPackage.getModificationSubscriberContext_ExecuteContext()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Execute Context' containment reference.

setExecuteContext

void setExecuteContext(SubscriberExecContext value)
Sets the value of the 'Execute Context' containment reference.

Parameters:
value - the new value of the 'Execute Context' containment reference.
See Also:
getExecuteContext()
Generated:

createExecuteContext

SubscriberExecContext createExecuteContext()
This method will return a new SubscriberExecContext object that is contained by this object. This is equivalent to calling createDataObject("executeContext").

Generated:
Return:
SubscriberExecContext

getCommitContext

SubscriberExecContext getCommitContext()
Returns the value of the 'Commit Context' containment reference.

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

See Also:
setCommitContext(SubscriberExecContext), ContextPackage.getModificationSubscriberContext_CommitContext()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Commit Context' containment reference.

setCommitContext

void setCommitContext(SubscriberExecContext value)
Sets the value of the 'Commit Context' containment reference.

Parameters:
value - the new value of the 'Commit Context' containment reference.
See Also:
getCommitContext()
Generated:

createCommitContext

SubscriberExecContext createCommitContext()
This method will return a new SubscriberExecContext object that is contained by this object. This is equivalent to calling createDataObject("commitContext").

Generated:
Return:
SubscriberExecContext

getRollbackContext

SubscriberExecContext getRollbackContext()
Returns the value of the 'Rollback Context' containment reference.

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

See Also:
setRollbackContext(SubscriberExecContext), ContextPackage.getModificationSubscriberContext_RollbackContext()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Rollback Context' containment reference.

setRollbackContext

void setRollbackContext(SubscriberExecContext value)
Sets the value of the 'Rollback Context' containment reference.

Parameters:
value - the new value of the 'Rollback Context' containment reference.
See Also:
getRollbackContext()
Generated:

createRollbackContext

SubscriberExecContext createRollbackContext()
This method will return a new SubscriberExecContext object that is contained by this object. This is equivalent to calling createDataObject("rollbackContext").

Generated:
Return:
SubscriberExecContext

getSubscriberName

java.lang.String getSubscriberName()
Returns the value of the 'Subscriber Name' attribute.

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

See Also:
setSubscriberName(String), ContextPackage.getModificationSubscriberContext_SubscriberName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Subscriber Name' attribute.

setSubscriberName

void setSubscriberName(java.lang.String value)
Sets the value of the 'Subscriber Name' attribute.

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