Uses of Class
net.sf.jabb.util.thread.Sequencer

Packages that use Sequencer
net.sf.jabb.camel   
net.sf.jabb.util.text   
net.sf.jabb.util.thread   
 

Uses of Sequencer in net.sf.jabb.camel
 

Fields in net.sf.jabb.camel declared as Sequencer
protected static Sequencer XmlSocketUtility.stringEncoderSeq
           
protected static Sequencer XmlSocketUtility.xmlFrameDecoderSeq
           
protected static Sequencer XmlSocketUtility.xmlStringDecoderSeq
           
 

Uses of Sequencer in net.sf.jabb.util.text
 

Fields in net.sf.jabb.util.text with type parameters of type Sequencer
protected  PutOnGetMap<String,Sequencer> NameDeduplicator.nameSequencers
           
 

Uses of Sequencer in net.sf.jabb.util.thread
 

Subclasses of Sequencer in net.sf.jabb.util.thread
 class RangedSequencer
          It generates sequence of incremental numbers, within a range that can be specified, without repeating or missing of any number.
序列值生成器,保证不重复渐增,支持最大最小值的范围设定。
 



Copyright © 2012. All Rights Reserved.