Package org.jboss.as.server.jmx
Interface MBeanServerPlugin
- All Superinterfaces:
MBeanServer,MBeanServerConnection
Plugin for the
PluggableMBeanServer- Author:
- Kabir Khan
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(ObjectName objectName) Returntrueif this plugin can handle mbeans with the passed in namebooleanReturntrueif this plugin should audit logbooleanReturntrueif this plugin should authorize callsMethods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
-
Method Details
-
accepts
Returntrueif this plugin can handle mbeans with the passed in name- Parameters:
objectName- the name of the mbean to check- Returns:
- whether or not this plugin can handle the mbean
-
shouldAuditLog
boolean shouldAuditLog()Returntrueif this plugin should audit log- Returns:
- whether or not this plugin should audit log
-
shouldAuthorize
boolean shouldAuthorize()Returntrueif this plugin should authorize calls- Returns:
- whether or not this plugin should audit log
-