org.mule.config
Class ImmutableThreadingProfile.DefaultWorkManagerFactory

java.lang.Object
  extended by org.mule.config.ImmutableThreadingProfile.DefaultWorkManagerFactory
All Implemented Interfaces:
ThreadingProfile.WorkManagerFactory, MuleContextAware
Enclosing class:
ImmutableThreadingProfile

public static class ImmutableThreadingProfile.DefaultWorkManagerFactory
extends Object
implements ThreadingProfile.WorkManagerFactory, MuleContextAware


Field Summary
protected  MuleContext muleContext
           
 
Constructor Summary
ImmutableThreadingProfile.DefaultWorkManagerFactory()
           
 
Method Summary
 WorkManager createWorkManager(ThreadingProfile profile, String name, int shutdownTimeout)
           
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

muleContext

protected MuleContext muleContext
Constructor Detail

ImmutableThreadingProfile.DefaultWorkManagerFactory

public ImmutableThreadingProfile.DefaultWorkManagerFactory()
Method Detail

createWorkManager

public WorkManager createWorkManager(ThreadingProfile profile,
                                     String name,
                                     int shutdownTimeout)
Specified by:
createWorkManager in interface ThreadingProfile.WorkManagerFactory

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.