org.mule.module.launcher.domain
Interface DomainClassLoaderRepository

All Known Implementing Classes:
MuleDomainClassLoaderRepository

public interface DomainClassLoaderRepository

Repository for domain class loaders. Keeps track of the different domain class loader so it can be retrieve to be set as parent class loader of mule app class loaders


Method Summary
 ArtifactClassLoader getDefaultDomainClassLoader()
           
 ArtifactClassLoader getDomainClassLoader(String domain)
           
 

Method Detail

getDomainClassLoader

ArtifactClassLoader getDomainClassLoader(String domain)
Parameters:
domain - name of the domain owner of the class loader
Returns:
the ArtifactClassLoader used by the domain.

getDefaultDomainClassLoader

ArtifactClassLoader getDefaultDomainClassLoader()
Returns:
the ArtifactClassLoader used by the default domain.


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