This class and its associated classes are for the old JBoss4 integration with the LoaderRepository
169170171172173174175176
*/ protected JBossIntegration initIntegration() { // Default to old JBoss4 integration when not configured if (integration == null) integration = new JBoss4Integration(); return integration; }
158159160161162163164165
7879808182838485
/* */ } /* */ /* */ protected JBossIntegration initIntegration() /* */ { /* 159 */ if (this.integration == null) /* 160 */ this.integration = new JBoss4Integration(); /* 161 */ return this.integration; /* */ }
46474849505152
public JBossUclDelegatingClassPool(ClassPoolDomain domain, ClassLoader cl, ClassPool parent, ScopedClassPoolRepository repository, File tmpDir, URL tmpURL) { super(domain, cl, parent, repository); toClassInvoker = new ToClassInvoker(tmpDir); }