org.mule.api.processor
Class NamedStageNameSource

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

public class NamedStageNameSource
extends Object
implements StageNameSource

Since:
3.5.0

Constructor Summary
NamedStageNameSource(String ownerName, String stageName)
           
 
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

NamedStageNameSource

public NamedStageNameSource(String ownerName,
                            String stageName)
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.