Modifier and Type | Method and Description |
---|---|
void |
Sequencers.notify(ChangeSet changeSet)
This method is called when changes are persisted to the repository.
|
void |
BackupObserver.notify(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
protected ChangeSet |
ClusteredRepositoryChangeBus.deserialize(byte[] data) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusteredRepositoryChangeBus.logReceivedOperation(ChangeSet changeSet) |
protected void |
ClusteredRepositoryChangeBus.logSendOperation(ChangeSet changeSet) |
void |
RepositoryChangeBus.notify(ChangeSet changeSet) |
void |
ClusteredRepositoryChangeBus.notify(ChangeSet changeSet) |
protected byte[] |
ClusteredRepositoryChangeBus.serialize(ChangeSet changes) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryCache.LocalChangeListener.notify(ChangeSet changeSet) |
Modifier and Type | Class and Description |
---|---|
class |
RecordingChanges
A thread-safe
Changes implementation that records the changes and makes them available for iteration. |
Modifier and Type | Method and Description |
---|---|
void |
NoOpChangeSetListener.notify(ChangeSet changeSet) |
void |
ChangeSetListener.notify(ChangeSet changeSet)
Notifies a listener of the given changes.
|
Modifier and Type | Method and Description |
---|---|
protected ChangeSet |
WritableSessionCache.persistChanges(Iterable<NodeKey> changedNodesInOrder,
SessionEnvironment.Monitor monitor)
Persist the changes within an already-established transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceCache.changed(ChangeSet changes)
Signal that changes have been made to the persisted data.
|
void |
TransactionalWorkspaceCache.changed(ChangeSet changes) |
void |
TransactionalWorkspaceCache.changedWithinTransaction(ChangeSet changes)
Signal that this transaction-specific workspace cache needs to reflect recent changes that have been persisted but not yet
committed.
|
void |
WorkspaceCache.notify(ChangeSet changes) |
void |
TransactionalWorkspaceCache.notify(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
void |
Transactions.updateCache(WorkspaceCache workspace,
ChangeSet changes,
Transactions.Transaction transaction)
Notify the workspace of the supplied changes, if and when the current transaction is completed.
|
void |
SynchronizedTransactions.updateCache(WorkspaceCache workspace,
ChangeSet changes,
Transactions.Transaction transaction) |
Constructor and Description |
---|
SynchronizedTransactions.WorkspaceUpdates(WorkspaceCache workspace,
ChangeSet changes) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryUsageChangeSetListener.notify(ChangeSet changeSet) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.