站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

JMXInvocationHandler (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


org.jboss.mx.util
Class JMXInvocationHandler

java.lang.Object
  extended byorg.jboss.mx.util.JMXInvocationHandler
All Implemented Interfaces:
InvocationHandler, ProxyContext, Serializable

public class JMXInvocationHandler
extends Object
implements ProxyContext, InvocationHandler, Serializable

Invocation handler for MBean proxies.

Version:
$Revision: 1.7 $
Author:
Juha Lindfors.
See Also:
Serialized Form

Field Summary
protected  ObjectName objectName
          The object name of the MBean this proxy represents.
protected  MBeanServer server
          Reference to the MBean server this proxy connects to.
 
Constructor Summary
JMXInvocationHandler(MBeanServer server, ObjectName name)
          Constructs a new JMX MBean Proxy invocation handler.
 
Method Summary
 ProxyExceptionHandler getExceptionHandler()
           
 MBeanServer getMBeanServer()
           
 ObjectName getObjectName()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 void setExceptionHandler(ProxyExceptionHandler handler)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

server

protected MBeanServer server
Reference to the MBean server this proxy connects to.


objectName

protected ObjectName objectName
The object name of the MBean this proxy represents.

Constructor Detail

JMXInvocationHandler

public JMXInvocationHandler(MBeanServer server,
                            ObjectName name)
                     throws MBeanProxyCreationException
Constructs a new JMX MBean Proxy invocation handler.

Parameters:
server - reference to the MBean server this proxy connects to
name - object name of the MBean this proxy represents
Throws:
MBeanProxyCreationException - wraps underlying JMX exceptions in case the proxy creation fails
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Exception
Specified by:
invoke in interface InvocationHandler
Throws:
Exception

getExceptionHandler

public ProxyExceptionHandler getExceptionHandler()

setExceptionHandler

public void setExceptionHandler(ProxyExceptionHandler handler)
Specified by:
setExceptionHandler in interface ProxyContext

getMBeanServer

public MBeanServer getMBeanServer()
Specified by:
getMBeanServer in interface ProxyContext

getObjectName

public ObjectName getObjectName()
Specified by:
getObjectName in interface ProxyContext

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.