Uses of Interface
org.jboss.dna.repository.sequencer.Sequencer

Packages that use Sequencer
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Uses of Sequencer in org.jboss.dna.repository.sequencer
 

Classes in org.jboss.dna.repository.sequencer that implement Sequencer
 class StreamSequencerAdapter
          An adapter class that wraps a StreamSequencer instance to be a Sequencer.
 

Methods in org.jboss.dna.repository.sequencer that return types with arguments of type Sequencer
 List<Sequencer> SequencingService.Selector.selectSequencers(List<Sequencer> sequencers, Node node, NetChangeObserver.NetChange nodeChange)
          Select the sequencers that should be used to sequence the supplied node.
 

Method parameters in org.jboss.dna.repository.sequencer with type arguments of type Sequencer
 List<Sequencer> SequencingService.Selector.selectSequencers(List<Sequencer> sequencers, Node node, NetChangeObserver.NetChange nodeChange)
          Select the sequencers that should be used to sequence the supplied node.
 



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