|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassLoaderRepository | |
javax.management | |
org.jboss.mx.loading | |
org.jboss.mx.server |
Uses of ClassLoaderRepository in javax.management |
Methods in javax.management that return ClassLoaderRepository | |
static ClassLoaderRepository |
MBeanServerFactory.getClassLoaderRepository(MBeanServer server)
Returns the classloader repository for an MBeanServer |
ClassLoaderRepository |
MBeanServer.getClassLoaderRepository()
Retrieve the classloader repository for this mbean server |
Uses of ClassLoaderRepository in org.jboss.mx.loading |
Classes in org.jboss.mx.loading that implement ClassLoaderRepository | |
class |
BasicLoaderRepository
Implements a simple classloader repository for the MBean server. |
class |
HeirarchicalLoaderRepository2
A simple extension of UnifiedLoaderRepository2 that adds the notion of a parent UnifiedLoaderRepository. |
class |
HeirarchicalLoaderRepository3
A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository. |
class |
HeirarchicalLoaderRepository4
A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository. |
class |
LoaderRepository
|
class |
UnifiedLoaderRepository
Deprecated. Use the UnifiedLoaderRepository3 version |
class |
UnifiedLoaderRepository2
Deprecated. Use the UnifiedLoaderRepository3 version |
class |
UnifiedLoaderRepository3
A repository of class loaders that form a flat namespace of classes and resources. |
class |
UnifiedLoaderRepository4
A repository of class loaders that form a flat namespace of classes and resources. |
Uses of ClassLoaderRepository in org.jboss.mx.server |
Methods in org.jboss.mx.server that return ClassLoaderRepository | |
ClassLoaderRepository |
MBeanServerImpl.getClassLoaderRepository()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |