API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. CompositeDataInvocationHandler View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      CompositeDataInvocationHandler
Implements
 InvocationHandler
Subclasses
Description
public class CompositeDataInvocationHandler
  An InvocationHandler that forwards getter methods to a CompositeData.
See also:   
Constructors
public CompositeDataInvocationHandler (CompositeData compositeData)
  Construct a handler backed by the given CompositeData.
pack-private CompositeDataInvocationHandler (CompositeData compositeData, com.sun.jmx.mbeanserver.MXBeanLookup lookup)
  Construct a handler backed by the given CompositeData.
Methods
Hide/Show inherited methods
public CompositeData getCompositeData ()
  Return the CompositeData that was supplied to the constructor.
public Object invoke (Object proxy, Method method, Object args) throws Throwable [Specified in InvocationHandler]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar