org.jboss.mx.mxbean
Class CompositeDataInvocationHandler
java.lang.Object
org.jboss.mx.mxbean.CompositeDataInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class CompositeDataInvocationHandler
- extends Object
- implements InvocationHandler
CompositeDataInvocationHandler.
- Version:
- $Revision: 82920 $
- Author:
- Adrian Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeDataInvocationHandler
public CompositeDataInvocationHandler(CompositeData compositeData)
- Create a new CompositeDataInvocationHandler.
- Parameters:
compositeData
-
getCompositeData
public CompositeData getCompositeData()
- Get the compositeData.
- Returns:
- the compositeData.
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.