Package net.sf.jasperreports.engine.util
Interface ProtectionDomainFactory
-
- All Known Implementing Classes:
SingleProtectionDomainFactory
public interface ProtectionDomainFactory
ProtectionDomain
factory that is used byJRClassLoader
to create per-instance protection domains.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectionDomain
getProtectionDomain(ClassLoader classloader)
Return a protection domain to be used for a specific classloader.
-
-
-
Method Detail
-
getProtectionDomain
ProtectionDomain getProtectionDomain(ClassLoader classloader)
Return a protection domain to be used for a specific classloader.- Parameters:
classloader
- the classloader- Returns:
- the protection domain to be used by the classloader
-
-