org.mule.api.processor
Class SequentialStageNameSource

java.lang.Object
  extended by org.mule.api.processor.SequentialStageNameSource
All Implemented Interfaces:
StageNameSource

public class SequentialStageNameSource
extends Object
implements StageNameSource

Since:
3.5.0

Constructor Summary
SequentialStageNameSource(String ownerName)
           
 
Method Summary
 String getName()
          Generates the name for a staged queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequentialStageNameSource

public SequentialStageNameSource(String ownerName)
Method Detail

getName

public String getName()
Description copied from interface: StageNameSource
Generates the name for a staged queue. Subsequent invocations to this method are not required to consistently return the same value

Specified by:
getName in interface StageNameSource
Returns:
a String


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.