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

Packages that use SequencerConfig
org.modeshape.jboss.managed   
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.jboss.managed
 

Methods in org.modeshape.jboss.managed that return SequencerConfig
 SequencerConfig ManagedSequencingService.getSequencer(String sequencerName)
          Obtains the specified managed sequencer in this engine.
protected  SequencerConfig ManagedSequencingService.getSequencerFrom(SequencingService sequencingService, String sequencerName)
           
 

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.
 



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