Package org.apache.tomcat.util.modeler
Class BaseModelMBean
- java.lang.Object
-
- org.apache.tomcat.util.modeler.BaseModelMBean
-
- All Implemented Interfaces:
javax.management.DynamicMBean,javax.management.MBeanRegistration,javax.management.modelmbean.ModelMBeanNotificationBroadcaster,javax.management.NotificationBroadcaster
- Direct Known Subclasses:
BaseCatalinaMBean,DataSourceUserDatabaseMBean,GroupMBean,NamingResourcesMBean,RequestGroupInfo,RoleMBean,SparseUserDatabaseMBean,UpgradeGroupInfo,UserMBean
public class BaseModelMBean extends java.lang.Object implements javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.modelmbean.ModelMBeanNotificationBroadcasterBasic implementation of the
DynamicMBeaninterface, which supports the minimal requirements of the interface contract.This can be used directly to wrap an existing java bean, or inside a mlet or anywhere an MBean would be used.
Limitations:
- Only managed resources of type
objectReferenceare supported. - Caching of attribute values and operation results is not supported. All calls to
invoke()are immediately executed. - Persistence of MBean attributes and operations is not supported.
- All classes referenced as attribute types, operation parameters, or operation return values must be one of the
following:
- One of the Java primitive types (boolean, byte, char, double, float, integer, long, short). Corresponding value will be wrapped in the appropriate wrapper class automatically.
- Operations that return no value should declare a return type of
void.
- Attribute caching is not supported
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseNotificationBroadcasterattributeBroadcasterNotification broadcaster for attribute changes.protected BaseNotificationBroadcastergeneralBroadcasterNotification broadcaster for general notifications.protected ManagedBeanmanagedBeanMetadata for the mbean instance.protected javax.management.ObjectNameonameprotected java.lang.ObjectresourceThe managed resource this MBean is associated with (if any).protected java.lang.StringresourceType
-
Constructor Summary
Constructors Constructor Description BaseModelMBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttributeChangeNotificationListener(javax.management.NotificationListener listener, java.lang.String name, java.lang.Object handback)voidaddNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback)java.lang.ObjectgetAttribute(java.lang.String name)javax.management.AttributeListgetAttributes(java.lang.String[] names)java.lang.StringgetClassName()javax.management.ObjectNamegetJmxName()java.lang.ObjectgetManagedResource()Get the instance handle of the object against which we execute all methods in this ModelMBean management interface.javax.management.MBeanInfogetMBeanInfo()Return theMBeanInfoobject for this MBean.java.lang.StringgetModelerType()javax.management.MBeanNotificationInfo[]getNotificationInfo()java.lang.StringgetObjectName()java.lang.Objectinvoke(java.lang.String name, java.lang.Object[] params, java.lang.String[] signature)voidpostDeregister()voidpostRegister(java.lang.Boolean registrationDone)voidpreDeregister()javax.management.ObjectNamepreRegister(javax.management.MBeanServer server, javax.management.ObjectName name)voidremoveAttributeChangeNotificationListener(javax.management.NotificationListener listener, java.lang.String name)voidremoveNotificationListener(javax.management.NotificationListener listener)voidsendAttributeChangeNotification(javax.management.AttributeChangeNotification notification)voidsendAttributeChangeNotification(javax.management.Attribute oldValue, javax.management.Attribute newValue)voidsendNotification(java.lang.String message)voidsendNotification(javax.management.Notification notification)voidsetAttribute(javax.management.Attribute attribute)javax.management.AttributeListsetAttributes(javax.management.AttributeList attributes)voidsetManagedBean(ManagedBean managedBean)voidsetManagedResource(java.lang.Object resource, java.lang.String type)Set the instance handle of the object against which we will execute all methods in this ModelMBean management interface.java.lang.StringtoString()
-
-
-
Field Detail
-
oname
protected javax.management.ObjectName oname
-
attributeBroadcaster
protected BaseNotificationBroadcaster attributeBroadcaster
Notification broadcaster for attribute changes.
-
generalBroadcaster
protected BaseNotificationBroadcaster generalBroadcaster
Notification broadcaster for general notifications.
-
managedBean
protected ManagedBean managedBean
Metadata for the mbean instance.
-
resource
protected java.lang.Object resource
The managed resource this MBean is associated with (if any).
-
resourceType
protected java.lang.String resourceType
-
-
Method Detail
-
getAttribute
public java.lang.Object getAttribute(java.lang.String name) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException- Specified by:
getAttributein interfacejavax.management.DynamicMBean- Throws:
javax.management.AttributeNotFoundExceptionjavax.management.MBeanExceptionjavax.management.ReflectionException
-
getAttributes
public javax.management.AttributeList getAttributes(java.lang.String[] names)
- Specified by:
getAttributesin interfacejavax.management.DynamicMBean
-
setManagedBean
public void setManagedBean(ManagedBean managedBean)
-
getMBeanInfo
public javax.management.MBeanInfo getMBeanInfo()
Return theMBeanInfoobject for this MBean.- Specified by:
getMBeanInfoin interfacejavax.management.DynamicMBean
-
invoke
public java.lang.Object invoke(java.lang.String name, java.lang.Object[] params, java.lang.String[] signature) throws javax.management.MBeanException, javax.management.ReflectionExceptionIMPLEMENTATION NOTE - This implementation will attempt to invoke this method on the MBean itself, or (if not available) on the managed resource object associated with this MBean.
- Specified by:
invokein interfacejavax.management.DynamicMBean- Throws:
javax.management.MBeanExceptionjavax.management.ReflectionException
-
setAttribute
public void setAttribute(javax.management.Attribute attribute) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException- Specified by:
setAttributein interfacejavax.management.DynamicMBean- Throws:
javax.management.AttributeNotFoundExceptionjavax.management.MBeanExceptionjavax.management.ReflectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
setAttributes
public javax.management.AttributeList setAttributes(javax.management.AttributeList attributes)
- Specified by:
setAttributesin interfacejavax.management.DynamicMBean
-
getManagedResource
public java.lang.Object getManagedResource() throws javax.management.InstanceNotFoundException, javax.management.modelmbean.InvalidTargetObjectTypeException, javax.management.MBeanException, javax.management.RuntimeOperationsExceptionGet the instance handle of the object against which we execute all methods in this ModelMBean management interface.- Returns:
- the backend managed object
- Throws:
javax.management.InstanceNotFoundException- if the managed resource object cannot be foundjavax.management.modelmbean.InvalidTargetObjectTypeException- if the managed resource object is of the wrong typejavax.management.MBeanException- if the initializer of the object throws an exceptionjavax.management.RuntimeOperationsException- if the managed resource or the resource type isnullor invalid
-
setManagedResource
public void setManagedResource(java.lang.Object resource, java.lang.String type) throws javax.management.InstanceNotFoundException, javax.management.MBeanException, javax.management.RuntimeOperationsExceptionSet the instance handle of the object against which we will execute all methods in this ModelMBean management interface. The caller can provide the mbean instance or the object name to the resource, if needed.- Parameters:
resource- The resource object to be managedtype- The type of reference for the managed resource ("ObjectReference", "Handle", "IOR", "EJBHandle", or "RMIReference")- Throws:
javax.management.InstanceNotFoundException- if the managed resource object cannot be foundjavax.management.MBeanException- if the initializer of the object throws an exceptionjavax.management.RuntimeOperationsException- if the managed resource or the resource type isnullor invalid
-
addAttributeChangeNotificationListener
public void addAttributeChangeNotificationListener(javax.management.NotificationListener listener, java.lang.String name, java.lang.Object handback) throws java.lang.IllegalArgumentException- Specified by:
addAttributeChangeNotificationListenerin interfacejavax.management.modelmbean.ModelMBeanNotificationBroadcaster- Throws:
java.lang.IllegalArgumentException
-
removeAttributeChangeNotificationListener
public void removeAttributeChangeNotificationListener(javax.management.NotificationListener listener, java.lang.String name) throws javax.management.ListenerNotFoundException- Specified by:
removeAttributeChangeNotificationListenerin interfacejavax.management.modelmbean.ModelMBeanNotificationBroadcaster- Throws:
javax.management.ListenerNotFoundException
-
sendAttributeChangeNotification
public void sendAttributeChangeNotification(javax.management.AttributeChangeNotification notification) throws javax.management.MBeanException, javax.management.RuntimeOperationsException- Specified by:
sendAttributeChangeNotificationin interfacejavax.management.modelmbean.ModelMBeanNotificationBroadcaster- Throws:
javax.management.MBeanExceptionjavax.management.RuntimeOperationsException
-
sendAttributeChangeNotification
public void sendAttributeChangeNotification(javax.management.Attribute oldValue, javax.management.Attribute newValue) throws javax.management.MBeanException, javax.management.RuntimeOperationsException- Specified by:
sendAttributeChangeNotificationin interfacejavax.management.modelmbean.ModelMBeanNotificationBroadcaster- Throws:
javax.management.MBeanExceptionjavax.management.RuntimeOperationsException
-
sendNotification
public void sendNotification(javax.management.Notification notification) throws javax.management.MBeanException, javax.management.RuntimeOperationsException- Specified by:
sendNotificationin interfacejavax.management.modelmbean.ModelMBeanNotificationBroadcaster- Throws:
javax.management.MBeanExceptionjavax.management.RuntimeOperationsException
-
sendNotification
public void sendNotification(java.lang.String message) throws javax.management.MBeanException, javax.management.RuntimeOperationsException- Specified by:
sendNotificationin interfacejavax.management.modelmbean.ModelMBeanNotificationBroadcaster- Throws:
javax.management.MBeanExceptionjavax.management.RuntimeOperationsException
-
addNotificationListener
public void addNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback) throws java.lang.IllegalArgumentException- Specified by:
addNotificationListenerin interfacejavax.management.NotificationBroadcaster- Throws:
java.lang.IllegalArgumentException
-
getNotificationInfo
public javax.management.MBeanNotificationInfo[] getNotificationInfo()
- Specified by:
getNotificationInfoin interfacejavax.management.NotificationBroadcaster
-
removeNotificationListener
public void removeNotificationListener(javax.management.NotificationListener listener) throws javax.management.ListenerNotFoundException- Specified by:
removeNotificationListenerin interfacejavax.management.NotificationBroadcaster- Throws:
javax.management.ListenerNotFoundException
-
getModelerType
public java.lang.String getModelerType()
-
getClassName
public java.lang.String getClassName()
- Returns:
- the fully qualified Java class name of the managed object for this MBean
-
getJmxName
public javax.management.ObjectName getJmxName()
-
getObjectName
public java.lang.String getObjectName()
-
preRegister
public javax.management.ObjectName preRegister(javax.management.MBeanServer server, javax.management.ObjectName name) throws java.lang.Exception- Specified by:
preRegisterin interfacejavax.management.MBeanRegistration- Throws:
java.lang.Exception
-
postRegister
public void postRegister(java.lang.Boolean registrationDone)
- Specified by:
postRegisterin interfacejavax.management.MBeanRegistration
-
preDeregister
public void preDeregister() throws java.lang.Exception- Specified by:
preDeregisterin interfacejavax.management.MBeanRegistration- Throws:
java.lang.Exception
-
postDeregister
public void postDeregister()
- Specified by:
postDeregisterin interfacejavax.management.MBeanRegistration
-
-