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

BeanMethod (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.jpdl.el.impl
Class BeanMethod

java.lang.Object
  extended by org.jbpm.jpdl.el.impl.BeanMethod

public class BeanMethod
extends java.lang.Object


Constructor Summary
BeanMethod(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanMethod

public BeanMethod(java.lang.reflect.Method method)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object object)
                        throws java.lang.reflect.InvocationTargetException,
                               java.lang.IllegalArgumentException,
                               java.lang.IllegalAccessException
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException


Version : jbpm-3.1.3