org.modeshape.repository.sequencer
Class StreamSequencerAdapter.NextSnsPathStrategy

java.lang.Object
  extended by org.modeshape.repository.sequencer.StreamSequencerAdapter.NextSnsPathStrategy
All Implemented Interfaces:
StreamSequencerAdapter.PathStrategy
Enclosing class:
StreamSequencerAdapter

protected class StreamSequencerAdapter.NextSnsPathStrategy
extends Object
implements StreamSequencerAdapter.PathStrategy


Constructor Summary
protected StreamSequencerAdapter.NextSnsPathStrategy(Map<Name,AtomicInteger> existingSnsByNodeName, PathFactory pathFactory)
           
 
Method Summary
 Path validate(Path path)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamSequencerAdapter.NextSnsPathStrategy

protected StreamSequencerAdapter.NextSnsPathStrategy(Map<Name,AtomicInteger> existingSnsByNodeName,
                                                     PathFactory pathFactory)
Method Detail

validate

public Path validate(Path path)

Specified by:
validate in interface StreamSequencerAdapter.PathStrategy
See Also:
StreamSequencerAdapter.PathStrategy.validate(org.modeshape.graph.property.Path)


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