|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.asintegration.jboss5.JBoss5Integration
public class JBoss5Integration
Constructor Summary | |
---|---|
JBoss5Integration()
|
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)
|
AOPClassLoaderScopingPolicyWithRegistry |
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 |
DomainRegistry |
getDomainRegistry()
|
boolean |
isValidClassLoader(ClassLoader loader)
Is the classloader a valid classloader? Has it been undeployed? |
void |
setAopClassLoaderScopingPolicy(AOPClassLoaderScopingPolicyWithRegistry policy)
|
void |
setClassPoolFactory(javassist.scopedpool.ScopedClassPoolFactory factory)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBoss5Integration()
Method Detail |
---|
public void start()
public void stop()
public boolean isValidClassLoader(ClassLoader loader)
ClassLoaderValidation
isValidClassLoader
in interface ClassLoaderValidation
public void setAopClassLoaderScopingPolicy(AOPClassLoaderScopingPolicyWithRegistry policy)
public AOPClassLoaderScopingPolicyWithRegistry createAOPClassLoaderScopingPolicy()
JBossIntegration
createAOPClassLoaderScopingPolicy
in interface JBossIntegration
public DomainRegistry getDomainRegistry()
public void setClassPoolFactory(javassist.scopedpool.ScopedClassPoolFactory factory)
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 |