Methods in
org.eclipse.emf.transaction.impl with parameters of type
Transaction
|
protected static boolean
|
TransactionImpl.
collectsNotifications
(
Transaction tx)
Queries whether the specified transaction collects notifications for
broadcast to listeners or for validation. |
protected void
|
TransactionalEditingDomainImpl.LifecycleImpl.
fireLifecycleEvent
(int type,
Transaction transaction)
Fires the specified life-cycle event to my listeners, if any. |
protected static
String
|
TransactionalEditingDomainImpl.
getDebugID
(
Transaction tx)
Obtains an ID suitable for display in debug/trace messages. |
List<
Notification>
|
TransactionValidator.
getNotificationsForPostcommit
(
Transaction tx)
Obtains the notifications that I need to broadcast in a post-commit
resource-change event for the specified transaction. |
List<
Notification>
|
ReadWriteValidatorImpl.
getNotificationsForPostcommit
(
Transaction tx)
|
List<
Notification>
|
TransactionValidator.
getNotificationsForPrecommit
(
Transaction tx)
Obtains the notifications that I need to broadcast in a pre-commit
resource-change event for the specified transaction. |
List<
Notification>
|
ReadWriteValidatorImpl.
getNotificationsForPrecommit
(
Transaction tx)
|
List<
Notification>
|
TransactionValidator.
getNotificationsForValidation
(
Transaction tx)
Obtains the notifications received, in order, during the execution of
the (possibly nested) transaction(s) that I am validating. |
List<
Notification>
|
ReadWriteValidatorImpl.
getNotificationsForValidation
(
Transaction tx)
|
protected static boolean
|
TransactionImpl.
hasOption
(
Transaction tx,
String option)
Queries whether the specified transaction has a boolean option. |
protected static boolean
|
TransactionImpl.
isNotificationEnabled
(
Transaction tx)
Queries whether the specified transaction should send post-commit events,
according to its
options . |
protected static boolean
|
TransactionImpl.
isTriggerEnabled
(
Transaction tx)
Queries whether the specified transaction should invoke pre-commit,
listeners, according to its
options and
read-only state . |
protected static boolean
|
TransactionImpl.
isUndoEnabled
(
Transaction tx)
Queries whether the specified transaction should record undo information,
according to its
options and
read-only state . |
protected static boolean
|
TransactionImpl.
isUnprotected
(
Transaction tx)
Queries whether the specified transaction is an unprotected write,
according to its
options and
read-only state . |
protected static boolean
|
TransactionImpl.
isValidationEnabled
(
Transaction tx)
Queries whether the specified transaction should validate changes,
according to its
options and
read-only state . |
protected void
|
AbstractTransactionalCommandStack.
rollback
(
Transaction tx)
Ensures that the specified transaction is rolled back, first rolling
back a nested transaction (if any). |
IStatus
|
TransactionValidator.
validate
(
Transaction tx)
Performs the validation step of a commit. |
IStatus
|
ReadWriteValidatorImpl.
validate
(
Transaction tx)
|