Uses of Class
org.jboss.dna.repository.sequencers.SequencerConfig

Packages that use SequencerConfig
org.jboss.dna.repository.sequencers   
 

Uses of SequencerConfig in org.jboss.dna.repository.sequencers
 

Methods in org.jboss.dna.repository.sequencers that return SequencerConfig
 SequencerConfig StreamSequencerAdapter.getConfiguration()
          Return the configuration for this component, as supplied to the last Component.setConfiguration(ComponentConfig) invocation.
 

Methods in org.jboss.dna.repository.sequencers 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. All Rights Reserved.