|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TwoPhaseCommitAction in org.jboss.system.server.profileservice.repository.clustered.local |
---|
Methods in org.jboss.system.server.profileservice.repository.clustered.local that return TwoPhaseCommitAction | |
---|---|
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createDirectoryTimestampMismatchAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node updating a directory timestamp to match the cluster. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createMkdirFromClusterAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node adding a directory due to its presence on the cluster. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createMkdirToClusterAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node adding a directory to the cluster. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createPrepareRmdirFromClusterAction(ContentModification mod,
boolean localLed)
|
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createPrepareRmdirToClusterAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node removing a directory from the cluster. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createPullFromClusterAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node pulling content from the cluster. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createPushStreamToClusterAction(ContentModification mod,
InputStream stream)
Create an action to handle the local end of a node pushing content that is read from an external-to-the-repository stream to the cluster. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createPushToClusterAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node pushing content to the cluster. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createRemoveFromClusterAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node removing content that the rest of the cluster regards as invalid. |
protected abstract TwoPhaseCommitAction<T> |
AbstractLocalContentManager.createRemoveToClusterAction(ContentModification mod,
boolean localLed)
Create an action to handle the local end of a node removing content from the cluster. |
Uses of TwoPhaseCommitAction in org.jboss.system.server.profileservice.repository.clustered.local.file |
---|
Classes in org.jboss.system.server.profileservice.repository.clustered.local.file that implement TwoPhaseCommitAction | |
---|---|
class |
AbstractFileWriteAction
Base class for actions that write to a File . |
class |
AbstractLocalContentChangeAction
|
class |
AddContentStreamAction
SynchronizationReadAction that reads from a InputStream
and besides returning ByteChunk s, also writes the stream contents
to a local file. |
class |
DirectoryTimestampUpdateAction
RepositorySynchronizationAction that updates a directory lastModified time. |
class |
FileReadAction
SynchronizationReadAction that reads from a File . |
class |
FileWriteAction
SynchronizationWriteAction that writes to a File . |
class |
InitiateRmdirAction
SynchronizationAction that does nothing normally, but restores
a removed directory during the rollback phase. |
class |
MkDirAction
SynchronizationAction that makes a directory. |
class |
RemoveFileAction
SynchronizationAction that removes a File . |
Uses of TwoPhaseCommitAction in org.jboss.system.server.profileservice.repository.clustered.sync |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |