Uses of Class
org.modeshape.repository.sequencer.SequencerConfig

Packages that use SequencerConfig
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

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 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.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.