public class MBeanServerAuditLogRecordFormatter extends Object implements MBeanServer
| Constructor and Description |
|---|
MBeanServerAuditLogRecordFormatter(org.jboss.as.jmx.PluggableMBeanServerImpl pluggableMBeanServerImpl,
Throwable error,
boolean readOnly) |
public MBeanServerAuditLogRecordFormatter(org.jboss.as.jmx.PluggableMBeanServerImpl pluggableMBeanServerImpl,
Throwable error,
boolean readOnly)
public ObjectInstance createMBean(String className, ObjectName name) throws ReflectionException, InstanceAlreadyExistsException, MBeanException, NotCompliantMBeanException
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionReflectionExceptionInstanceAlreadyExistsExceptionMBeanExceptionNotCompliantMBeanExceptionpublic ObjectInstance createMBean(String className, ObjectName name, ObjectName loaderName)
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionpublic ObjectInstance createMBean(String className, ObjectName name, Object[] params, String[] signature)
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionpublic ObjectInstance createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
createMBean in interface MBeanServercreateMBean in interface MBeanServerConnectionpublic ObjectInstance registerMBean(Object object, ObjectName name)
registerMBean in interface MBeanServerpublic void unregisterMBean(ObjectName name)
unregisterMBean in interface MBeanServerunregisterMBean in interface MBeanServerConnectionpublic ObjectInstance getObjectInstance(ObjectName name)
getObjectInstance in interface MBeanServergetObjectInstance in interface MBeanServerConnectionpublic Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query)
queryMBeans in interface MBeanServerqueryMBeans in interface MBeanServerConnectionpublic Set<ObjectName> queryNames(ObjectName name, QueryExp query)
queryNames in interface MBeanServerqueryNames in interface MBeanServerConnectionpublic boolean isRegistered(ObjectName name)
isRegistered in interface MBeanServerisRegistered in interface MBeanServerConnectionpublic Integer getMBeanCount()
getMBeanCount in interface MBeanServergetMBeanCount in interface MBeanServerConnectionpublic Object getAttribute(ObjectName name, String attribute)
getAttribute in interface MBeanServergetAttribute in interface MBeanServerConnectionpublic AttributeList getAttributes(ObjectName name, String[] attributes)
getAttributes in interface MBeanServergetAttributes in interface MBeanServerConnectionpublic void setAttribute(ObjectName name, Attribute attribute)
setAttribute in interface MBeanServersetAttribute in interface MBeanServerConnectionpublic AttributeList setAttributes(ObjectName name, AttributeList attributes)
setAttributes in interface MBeanServersetAttributes in interface MBeanServerConnectionpublic Object invoke(ObjectName name, String operationName, Object[] params, String[] signature)
invoke in interface MBeanServerinvoke in interface MBeanServerConnectionpublic String getDefaultDomain()
getDefaultDomain in interface MBeanServergetDefaultDomain in interface MBeanServerConnectionpublic String[] getDomains()
getDomains in interface MBeanServergetDomains in interface MBeanServerConnectionpublic void addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
addNotificationListener in interface MBeanServeraddNotificationListener in interface MBeanServerConnectionpublic void addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
addNotificationListener in interface MBeanServeraddNotificationListener in interface MBeanServerConnectionpublic void removeNotificationListener(ObjectName name, ObjectName listener)
removeNotificationListener in interface MBeanServerremoveNotificationListener in interface MBeanServerConnectionpublic void removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
removeNotificationListener in interface MBeanServerremoveNotificationListener in interface MBeanServerConnectionpublic void removeNotificationListener(ObjectName name, NotificationListener listener)
removeNotificationListener in interface MBeanServerremoveNotificationListener in interface MBeanServerConnectionpublic void removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
removeNotificationListener in interface MBeanServerremoveNotificationListener in interface MBeanServerConnectionpublic MBeanInfo getMBeanInfo(ObjectName name)
getMBeanInfo in interface MBeanServergetMBeanInfo in interface MBeanServerConnectionpublic boolean isInstanceOf(ObjectName name, String className)
isInstanceOf in interface MBeanServerisInstanceOf in interface MBeanServerConnectionpublic Object instantiate(String className)
instantiate in interface MBeanServerpublic Object instantiate(String className, ObjectName loaderName)
instantiate in interface MBeanServerpublic Object instantiate(String className, Object[] params, String[] signature)
instantiate in interface MBeanServerpublic Object instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
instantiate in interface MBeanServerpublic ObjectInputStream deserialize(ObjectName name, byte[] data)
deserialize in interface MBeanServerpublic ObjectInputStream deserialize(String className, byte[] data)
deserialize in interface MBeanServerpublic ObjectInputStream deserialize(String className, ObjectName loaderName, byte[] data)
deserialize in interface MBeanServerpublic ClassLoader getClassLoaderFor(ObjectName mbeanName)
getClassLoaderFor in interface MBeanServerpublic ClassLoader getClassLoader(ObjectName loaderName)
getClassLoader in interface MBeanServerpublic ClassLoaderRepository getClassLoaderRepository()
getClassLoaderRepository in interface MBeanServerCopyright © 2022 JBoss by Red Hat. All rights reserved.