public abstract class BaseMBeanServerPlugin extends Object implements MBeanServerPlugin
| Constructor and Description |
|---|
BaseMBeanServerPlugin() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccepts, shouldAuditLog, shouldAuthorizeaddNotificationListener, addNotificationListener, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributespublic ObjectInstance createMBean(String className, ObjectName name, Object[] params, String[] signature) throws ReflectionException, InstanceAlreadyExistsException, MBeanException, NotCompliantMBeanException
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionReflectionExceptionInstanceAlreadyExistsExceptionMBeanExceptionNotCompliantMBeanExceptionpublic ObjectInstance createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature) throws ReflectionException, InstanceAlreadyExistsException, MBeanException, NotCompliantMBeanException, InstanceNotFoundException
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionReflectionExceptionInstanceAlreadyExistsExceptionMBeanExceptionNotCompliantMBeanExceptionInstanceNotFoundExceptionpublic ObjectInstance createMBean(String className, ObjectName name, ObjectName loaderName) throws ReflectionException, InstanceAlreadyExistsException, MBeanException, NotCompliantMBeanException, InstanceNotFoundException
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionReflectionExceptionInstanceAlreadyExistsExceptionMBeanExceptionNotCompliantMBeanExceptionInstanceNotFoundExceptionpublic ObjectInstance createMBean(String className, ObjectName name) throws ReflectionException, InstanceAlreadyExistsException, MBeanException, NotCompliantMBeanException
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionReflectionExceptionInstanceAlreadyExistsExceptionMBeanExceptionNotCompliantMBeanException@Deprecated public ObjectInputStream deserialize(ObjectName name, byte[] data) throws OperationsException
deserialize in interface MBeanServerOperationsException@Deprecated public ObjectInputStream deserialize(String className, byte[] data) throws OperationsException, ReflectionException
deserialize in interface MBeanServerOperationsExceptionReflectionException@Deprecated public ObjectInputStream deserialize(String className, ObjectName loaderName, byte[] data) throws OperationsException, ReflectionException
deserialize in interface MBeanServerOperationsExceptionReflectionExceptionpublic ClassLoaderRepository getClassLoaderRepository()
getClassLoaderRepository in interface MBeanServerpublic String getDefaultDomain()
getDefaultDomain in interface MBeanServergetDefaultDomain in interface MBeanServerConnectionpublic Object instantiate(String className, Object[] params, String[] signature) throws ReflectionException, MBeanException
instantiate in interface MBeanServerReflectionExceptionMBeanExceptionpublic Object instantiate(String className, ObjectName loaderName, Object[] params, String[] signature) throws ReflectionException, MBeanException, InstanceNotFoundException
instantiate in interface MBeanServerReflectionExceptionMBeanExceptionInstanceNotFoundExceptionpublic Object instantiate(String className, ObjectName loaderName) throws ReflectionException, MBeanException, InstanceNotFoundException
instantiate in interface MBeanServerReflectionExceptionMBeanExceptionInstanceNotFoundExceptionpublic Object instantiate(String className) throws ReflectionException, MBeanException
instantiate in interface MBeanServerReflectionExceptionMBeanExceptionpublic ObjectInstance registerMBean(Object object, ObjectName name) throws InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException
registerMBean in interface MBeanServerInstanceAlreadyExistsExceptionMBeanRegistrationExceptionNotCompliantMBeanExceptionpublic void unregisterMBean(ObjectName name) throws InstanceNotFoundException, MBeanRegistrationException
unregisterMBean in interface MBeanServerunregisterMBean in interface MBeanServerConnectionInstanceNotFoundExceptionMBeanRegistrationExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.