|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnifiedClassLoaderMBean | |
org.jboss.mx.loading |
Uses of UnifiedClassLoaderMBean in org.jboss.mx.loading |
Subinterfaces of UnifiedClassLoaderMBean in org.jboss.mx.loading | |
interface |
UnifiedClassLoader2MBean
Just a tagging interface to make the UnifiedClassLoader so it can be used as a loader in other MBean creation via MBeanServer.createMBean. |
interface |
UnifiedClassLoader3MBean
Just a tagging interface to make the UnifiedClassLoader so it can be used as a loader in other MBean creation via MBeanServer.createMBean. |
Classes in org.jboss.mx.loading that implement UnifiedClassLoaderMBean | |
class |
UnifiedClassLoader
A ClassLoader which loads classes from a single URL in conjunction with the LoaderRepository . |
class |
UnifiedClassLoader2
An extension of UnifiedClassLoader that only allows a single thread into its UnifiedLoaderRepository2 by seperating the threads attempting class loading through it and the single thread active in the UnifiedLoaderRepository2 by registering a delegate UnifiedClassLoader with the UnifiedLoaderRepository2 rather than itself. |
class |
UnifiedClassLoader3
An extension of UnifiedClassLoader that manages a thread based loading strategy to work around the locking problems associated with the VM initiated locking due to the synchronized loadClassInternal method of ClassLoader which cannot be overriden. |
class |
UnifiedClassLoader4
An extension of UnifiedClassLoader that manages a thread based loading strategy to work around the locking problems associated with the VM initiated locking due to the synchronized loadClassInternal method of ClassLoader which cannot be overriden. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |