public interface ModificationSubscriberContext
The following features are supported:
ContextPackage.getModificationSubscriberContext()
Modifier and Type | Method and Description |
---|---|
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. |
SubscriberExecContext getExecuteContext()
If the meaning of the 'Execute Context' containment reference isn't clear, there really should be more of a description here...
setExecuteContext(SubscriberExecContext)
,
ContextPackage.getModificationSubscriberContext_ExecuteContext()
void setExecuteContext(SubscriberExecContext value)
Execute Context
' containment reference.
value
- the new value of the 'Execute Context' containment reference.getExecuteContext()
SubscriberExecContext createExecuteContext()
createDataObject("executeContext")
.SubscriberExecContext getCommitContext()
If the meaning of the 'Commit Context' containment reference isn't clear, there really should be more of a description here...
setCommitContext(SubscriberExecContext)
,
ContextPackage.getModificationSubscriberContext_CommitContext()
void setCommitContext(SubscriberExecContext value)
Commit Context
' containment reference.
value
- the new value of the 'Commit Context' containment reference.getCommitContext()
SubscriberExecContext createCommitContext()
createDataObject("commitContext")
.SubscriberExecContext getRollbackContext()
If the meaning of the 'Rollback Context' containment reference isn't clear, there really should be more of a description here...
setRollbackContext(SubscriberExecContext)
,
ContextPackage.getModificationSubscriberContext_RollbackContext()
void setRollbackContext(SubscriberExecContext value)
Rollback Context
' containment reference.
value
- the new value of the 'Rollback Context' containment reference.getRollbackContext()
SubscriberExecContext createRollbackContext()
createDataObject("rollbackContext")
.java.lang.String getSubscriberName()
If the meaning of the 'Subscriber Name' attribute isn't clear, there really should be more of a description here...
setSubscriberName(String)
,
ContextPackage.getModificationSubscriberContext_SubscriberName()
void setSubscriberName(java.lang.String value)
Subscriber Name
' attribute.
value
- the new value of the 'Subscriber Name' attribute.getSubscriberName()