org.mule.agent
Class AgentSorter

java.lang.Object
  extended by org.mule.agent.AgentSorter

public class AgentSorter
extends Object

Sort Agent instances so that dependencies of each agent are started before the actual Agent is started itself.


Constructor Summary
AgentSorter()
           
 
Method Summary
static List sortAgents(Collection<Agent> agents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentSorter

public AgentSorter()
Method Detail

sortAgents

public static List sortAgents(Collection<Agent> agents)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.