Uses of Class
org.apache.felix.mosgi.jmx.agent.mx4j.server.MBeanMetaData

Packages that use MBeanMetaData
org.apache.felix.mosgi.jmx.agent.mx4j.server   
org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor   
 

Uses of MBeanMetaData in org.apache.felix.mosgi.jmx.agent.mx4j.server
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server that return MBeanMetaData
 MBeanMetaData MBeanRepository.get(javax.management.ObjectName name)
          Returns the metadata information associated with the given object name.
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server with parameters of type MBeanMetaData
 Object MBeanInvoker.getAttribute(MBeanMetaData metadata, String attribute)
          Returns the value of the specified attribute.
 Object ReflectedMBeanInvoker.getAttribute(MBeanMetaData metadata, String attribute)
           
 void MBeanIntrospector.introspect(MBeanMetaData metadata)
          Introspect the given mbean, storing the results in the given metadata.
 Object MBeanInvoker.invoke(MBeanMetaData metadata, String method, String[] signature, Object[] args)
          Invokes the specified operation on the MBean instance
 Object ReflectedMBeanInvoker.invoke(MBeanMetaData metadata, String method, String[] params, Object[] args)
           
protected  Object ReflectedMBeanInvoker.invokeImpl(MBeanMetaData metadata, String method, String[] signature, Object[] args)
           
 boolean MBeanIntrospector.isMBeanCompliant(MBeanMetaData metadata)
          Returns whether the given already introspected metadata is compliant.
 void MBeanRepository.put(javax.management.ObjectName name, MBeanMetaData metadata)
          Inserts the given metadata associated with the given object name into this repository.
 void MBeanInvoker.setAttribute(MBeanMetaData metadata, javax.management.Attribute attribute)
          Sets the value of the specified attribute.
 void ReflectedMBeanInvoker.setAttribute(MBeanMetaData metadata, javax.management.Attribute attribute)
           
 

Uses of MBeanMetaData in org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor with parameters of type MBeanMetaData
 void DefaultMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void MBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
          Adds the given notification listener to the MBean, along with the given filter and handback
 void ContextClassLoaderMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void InvokerMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void SecurityMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void NotificationListenerMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 Object DefaultMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, String attribute)
           
 Object MBeanServerInterceptor.getAttribute(MBeanMetaData metadata, String attribute)
          Gets the specified attribute value from the MBean instance.
 Object ContextClassLoaderMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, String attribute)
           
 Object InvokerMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, String attribute)
           
 Object SecurityMBeanServerInterceptor.getAttribute(MBeanMetaData metadata, String attribute)
           
 javax.management.AttributeList DefaultMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, String[] attributes)
           
 javax.management.AttributeList MBeanServerInterceptor.getAttributes(MBeanMetaData metadata, String[] attributes)
          Gets the specified attributes values from the MBean instance.
 javax.management.AttributeList ContextClassLoaderMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, String[] attributes)
           
 javax.management.AttributeList InvokerMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, String[] attributes)
           
 javax.management.AttributeList SecurityMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, String[] attributes)
           
 javax.management.MBeanInfo DefaultMBeanServerInterceptor.getMBeanInfo(MBeanMetaData metadata)
           
 javax.management.MBeanInfo MBeanServerInterceptor.getMBeanInfo(MBeanMetaData metadata)
          Calls getMBeanInfo on the MBean instance (only on DynamicMBeans).
 javax.management.MBeanInfo ContextClassLoaderMBeanServerInterceptor.getMBeanInfo(MBeanMetaData metadata)
           
 javax.management.MBeanInfo InvokerMBeanServerInterceptor.getMBeanInfo(MBeanMetaData metadata)
           
 javax.management.MBeanInfo SecurityMBeanServerInterceptor.getMBeanInfo(MBeanMetaData metadata)
           
 void DefaultMBeanServerInterceptor.instantiate(MBeanMetaData metadata, String className, String[] params, Object[] args)
           
 void MBeanServerInterceptor.instantiate(MBeanMetaData metadata, String className, String[] params, Object[] args)
          Instantiate the given className passing the given arguments to the constructor with the given signature
 void ContextClassLoaderMBeanServerInterceptor.instantiate(MBeanMetaData metadata, String className, String[] params, Object[] args)
           
 void InvokerMBeanServerInterceptor.instantiate(MBeanMetaData metadata, String className, String[] params, Object[] args)
           
 void SecurityMBeanServerInterceptor.instantiate(MBeanMetaData metadata, String className, String[] params, Object[] args)
           
 Object DefaultMBeanServerInterceptor.invoke(MBeanMetaData metadata, String method, String[] params, Object[] args)
           
 Object MBeanServerInterceptor.invoke(MBeanMetaData metadata, String method, String[] params, Object[] args)
          Invokes the specified MBean operation on the MBean instance
 Object ContextClassLoaderMBeanServerInterceptor.invoke(MBeanMetaData metadata, String method, String[] params, Object[] args)
           
 Object InvokerMBeanServerInterceptor.invoke(MBeanMetaData metadata, String method, String[] params, Object[] args)
           
 Object SecurityMBeanServerInterceptor.invoke(MBeanMetaData metadata, String method, String[] params, Object[] args)
           
 void DefaultMBeanServerInterceptor.registration(MBeanMetaData metadata, int operation)
           
 void MBeanServerInterceptor.registration(MBeanMetaData metadata, int operation)
          Calls the specified MBeanRegistration method on the MBean instance.
 void ContextClassLoaderMBeanServerInterceptor.registration(MBeanMetaData metadata, int operation)
           
 void InvokerMBeanServerInterceptor.registration(MBeanMetaData metadata, int operation)
           
 void SecurityMBeanServerInterceptor.registration(MBeanMetaData metadata, int operation)
           
 void DefaultMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener)
           
 void MBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener)
          Removes the given notification listener from the MBean.
 void ContextClassLoaderMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener)
           
 void InvokerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener)
           
 void SecurityMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener)
           
 void NotificationListenerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener)
           
 void DefaultMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void MBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
          Removes the given notification listener from the MBean, specified by the given filter and handback.
 void ContextClassLoaderMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void InvokerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void SecurityMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void NotificationListenerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void DefaultMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, javax.management.Attribute attribute)
           
 void MBeanServerInterceptor.setAttribute(MBeanMetaData metadata, javax.management.Attribute attribute)
          Sets the specified attribute value on the MBean instance.
 void ContextClassLoaderMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, javax.management.Attribute attribute)
           
 void InvokerMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, javax.management.Attribute attribute)
           
 void SecurityMBeanServerInterceptor.setAttribute(MBeanMetaData metadata, javax.management.Attribute attribute)
           
 javax.management.AttributeList DefaultMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, javax.management.AttributeList attributes)
           
 javax.management.AttributeList MBeanServerInterceptor.setAttributes(MBeanMetaData metadata, javax.management.AttributeList attributes)
          Sets the specified attributes values on the MBean instance.
 javax.management.AttributeList ContextClassLoaderMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, javax.management.AttributeList attributes)
           
 javax.management.AttributeList InvokerMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, javax.management.AttributeList attributes)
           
 javax.management.AttributeList SecurityMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, javax.management.AttributeList attributes)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.