@Immutable public class RepositoryConfiguration.Sequencing extends Object
Modifier | Constructor and Description |
---|---|
protected |
RepositoryConfiguration.Sequencing(Document sequencing) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryConfiguration.Component> |
getSequencers()
Get the ordered list of sequencers.
|
protected List<RepositoryConfiguration.Component> |
getSequencers(Problems problems) |
String |
getThreadPoolName()
Get the name of the thread pool that should be used for sequencing work.
|
boolean |
removeDerivedContentWithOriginal()
Deprecated.
because it was never used
|
protected void |
validateSequencers(Problems problems)
Get the ordered list of sequencers.
|
protected RepositoryConfiguration.Sequencing(Document sequencing)
@Deprecated public boolean removeDerivedContentWithOriginal()
public String getThreadPoolName()
public List<RepositoryConfiguration.Component> getSequencers()
protected List<RepositoryConfiguration.Component> getSequencers(Problems problems)
protected void validateSequencers(Problems problems)
problems
- the container for problems reading the sequencer information; may not be nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.