|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SequencingService.Selector | |
|---|---|
| org.modeshape.repository.sequencer | The classes that make up the sequencing service and its configuration. |
| Uses of SequencingService.Selector in org.modeshape.repository.sequencer |
|---|
| Classes in org.modeshape.repository.sequencer that implement SequencingService.Selector | |
|---|---|
protected static class |
SequencingService.DefaultSelector
The default SequencingService.Selector implementation that selects every sequencer every time it's called, regardless of the node (or
logger) supplied. |
| Fields in org.modeshape.repository.sequencer declared as SequencingService.Selector | |
|---|---|
static SequencingService.Selector |
SequencingService.DEFAULT_SEQUENCER_SELECTOR
The default SequencingService.Selector that considers every Sequencer to be used for every node. |
| Methods in org.modeshape.repository.sequencer that return SequencingService.Selector | |
|---|---|
SequencingService.Selector |
SequencingService.getSequencerSelector()
Get the sequencing selector used by this system. |
| Methods in org.modeshape.repository.sequencer with parameters of type SequencingService.Selector | |
|---|---|
void |
SequencingService.setSequencerSelector(SequencingService.Selector sequencerSelector)
Set the sequencer selector, or null if the default sequencer selector should be used. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||