|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.asintegration.jboss4.JBoss4Integration
public class JBoss4Integration
JBoss4Integration.
This class and its associated classes are for the old JBoss4 integration with the LoaderRepository
JBossClassPool
JBossClassPoolFactory
ScopedRepositoryClassLoaderHelper
LoaderRepositoryUrlUtil
ScopedRepositoryClassLoaderDomain
ScopedJBossClassPool
Constructor Summary | |
---|---|
JBoss4Integration()
|
Method Summary | |
---|---|
void |
attachDeprecatedTranslator()
Attach the depreacted translator |
javassist.scopedpool.ScopedClassPool |
create(ClassLoader cl,
javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository)
|
javassist.scopedpool.ScopedClassPool |
create(javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository)
|
AOPClassLoaderScopingPolicy |
createAOPClassLoaderScopingPolicy()
Create the AOPClassLoaderScopingPolicy |
javassist.scopedpool.ScopedClassPoolFactory |
createScopedClassPoolFactory(File tmpDir)
Create a scoped classpool factory TODO JBAOP-107 need to review whether ScopedClassPool should also be replaced with some other policy, e.g. |
void |
detachDeprecatedTranslator()
Detach the deprecated translator |
String |
getClassPoolFactoryClassName()
|
boolean |
isValidClassLoader(ClassLoader loader)
Is the classloader a valid classloader? Has it been undeployed? |
void |
setClassPoolFactoryName(String classname)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBoss4Integration()
Method Detail |
---|
public boolean isValidClassLoader(ClassLoader loader)
ClassLoaderValidation
isValidClassLoader
in interface ClassLoaderValidation
public AOPClassLoaderScopingPolicy createAOPClassLoaderScopingPolicy()
JBossIntegration
createAOPClassLoaderScopingPolicy
in interface JBossIntegration
public String getClassPoolFactoryClassName()
public void setClassPoolFactoryName(String classname)
public javassist.scopedpool.ScopedClassPoolFactory createScopedClassPoolFactory(File tmpDir) throws Exception
JBossIntegration
createScopedClassPoolFactory
in interface JBossIntegration
tmpDir
- the temporary directory for classes
Exception
- for any errorpublic javassist.scopedpool.ScopedClassPool create(ClassLoader cl, javassist.ClassPool src, javassist.scopedpool.ScopedClassPoolRepository repository)
create
in interface javassist.scopedpool.ScopedClassPoolFactory
public javassist.scopedpool.ScopedClassPool create(javassist.ClassPool src, javassist.scopedpool.ScopedClassPoolRepository repository)
create
in interface javassist.scopedpool.ScopedClassPoolFactory
public void attachDeprecatedTranslator()
JBossIntegration
attachDeprecatedTranslator
in interface JBossIntegration
public void detachDeprecatedTranslator()
JBossIntegration
detachDeprecatedTranslator
in interface JBossIntegration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |