Frames | No Frames |
Methods which throw type javax.management.NotCompliantMBeanException | |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance | Server.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance | Registers the supplied instance with the server, using the specified
ObjectName . |
Methods which throw type javax.management.NotCompliantMBeanException | |
[] | RMIConnection.@SuppressWarnings("rawtypes" )
Handles MBeanServerConnection.createMBean(String, ObjectName,
Object[], String[]) . |
ObjectInstance | RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
Handles MBeanServerConnection.createMBean(String, ObjectName,
ObjectName) by instantiating a new instance of the specified
management bean using the default constructor and registering
it with the server under the supplied name. |
ObjectInstance |
Handles MBeanServerConnection.createMBean(String, ObjectName) by
instantiating a new instance of the specified management bean
using the default constructor and registering it with the server
under the supplied name. |
Constructors which throw type javax.management.NotCompliantMBeanException | |
Constructs a new StandardMBean using the specified
interface and the supplied instance as the implementation.
| |
StandardMBean.StandardMBean(Class> iface) Constructs a new StandardMBean using the specified
interface and this as the instance. |
Methods which throw type javax.management.NotCompliantMBeanException | |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance | Registers the supplied instance with the server, using the specified
ObjectName . |
void | Replaces the implementation of the interface used by this
instance with the one specified. |
Constructors which throw type javax.management.NotCompliantMBeanException | |
Constructs a new BeanImpl .
| |
Constructs a new ClassLoadingMXBeanImpl .
| |
Constructs a new CompilationMXBeanImpl .
| |
Constructs a new GarbageCollectorMXBeanImpl .
| |
Constructs a new MemoryMXBeanImpl .
| |
Constructs a new MemoryManagerMXBeanImpl .
| |
Constructs a new MemoryManagerMXBeanImpl
implementing the specified bean interface.
| |
Constructs a new MemoryPoolMXBeanImpl .
| |
Constructs a new OperatingSystemMXBeanImpl .
| |
Constructs a new RuntimeMXBeanImpl .
| |
Default constructor to set up flag states. |