Package javax.management.loading

This package provides the interfaces and classes for the advanced dynamic MBean loading.

See:
          Description

Interface Summary
ClassLoaderRepository Instances of this interface are used to keep the list of ClassLoaders registered in an MBean Server.
MLetMBean This interface exposes the remote management interface of the MLet MBean.
PrivateClassLoader Marker interface indicating that a ClassLoader should not be added to the ClassLoaderRepository.
 

Class Summary
DefaultLoaderRepository Deprecated. Use MBeanServer.getClassLoaderRepository()} instead.
MLet Allows you to instantiate and register one or several MBeans in the MBean server coming from a remote URL.
MLetContent This class represents the contents of the MLET tag.
MLetObjectInputStream  
MLetParser This class does the parsing of management applet(MLET) downloaded from remote host.
PrivateMLet An MLet that is not added to the ClassLoaderRepository.
SimpleMLet This class describes the information of a remote mbean that is downloaded from remote using MLET service.
 

Package javax.management.loading Description

This package provides the interfaces and classes for the advanced dynamic MBean loading.