|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SequencerConfig | |
|---|---|
| org.modeshape.repository | The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. |
| org.modeshape.repository.sequencer | The classes that make up the sequencing service and its configuration. |
| Uses of SequencerConfig in org.modeshape.repository |
|---|
| Methods in org.modeshape.repository that return types with arguments of type SequencerConfig | |
|---|---|
List<SequencerConfig> |
ModeShapeEngine.ConfigurationScanner.getSequencingConfigurations()
|
| Uses of SequencerConfig in org.modeshape.repository.sequencer |
|---|
| Methods in org.modeshape.repository.sequencer that return SequencerConfig | |
|---|---|
SequencerConfig |
StreamSequencerAdapter.getConfiguration()
Return the configuration for this component, as supplied to the last Component.setConfiguration(ComponentConfig) invocation. |
| Methods in org.modeshape.repository.sequencer that return types with arguments of type SequencerConfig | |
|---|---|
protected ComponentLibrary<Sequencer,SequencerConfig> |
SequencingService.getSequencerLibrary()
|
List<SequencerConfig> |
SequencingService.getSequencers()
Get configurations for all known sequencers |
| Methods in org.modeshape.repository.sequencer with parameters of type SequencerConfig | |
|---|---|
boolean |
SequencingService.addSequencer(SequencerConfig config)
Add the configuration for a sequencer, or update any existing one that represents the same configuration |
boolean |
SequencerConfig.hasChanged(SequencerConfig that)
|
boolean |
SequencingService.removeSequencer(SequencerConfig config)
Remove the configuration for a sequencer. |
void |
StreamSequencerAdapter.setConfiguration(SequencerConfig configuration)
This method allows the implementation to initialize and configure itself using the supplied ComponentConfig
information, and is called prior to any other class to this object. |
boolean |
SequencingService.updateSequencer(SequencerConfig config)
Update the configuration for a sequencer, or add it if there is no matching
configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||