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

ReflectedDispatcher (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


org.jboss.mx.server
Class ReflectedDispatcher

java.lang.Object
  extended byorg.jboss.mx.server.ReflectedDispatcher
All Implemented Interfaces:
Dispatcher
Direct Known Subclasses:
AttributeDispatcher

public class ReflectedDispatcher
extends Object
implements Dispatcher

Version:
$Revision: 1.4.2.4 $
Author:
Juha Lindfors.

Field Summary
protected  Method method
           
protected  Object target
           
 
Constructor Summary
ReflectedDispatcher()
           
ReflectedDispatcher(Object target, Method m)
           
 
Method Summary
 Object dispatch(Object[] args)
           
protected  void handleInvocationExceptions(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected Method method

target

protected Object target
Constructor Detail

ReflectedDispatcher

public ReflectedDispatcher()

ReflectedDispatcher

public ReflectedDispatcher(Object target,
                           Method m)
Method Detail

dispatch

public Object dispatch(Object[] args)
                throws InvocationException
Specified by:
dispatch in interface Dispatcher
Throws:
InvocationException

handleInvocationExceptions

protected void handleInvocationExceptions(Throwable t)
                                   throws InvocationException
Throws:
InvocationException


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