org.jboss.varia.deployment
Class BeanShellScript.InvocationCouple

java.lang.Object
  extended byorg.jboss.varia.deployment.BeanShellScript.InvocationCouple
Enclosing class:
BeanShellScript (src)

public class BeanShellScript.InvocationCouple
extends java.lang.Object


Field Summary
 java.lang.reflect.Method method
           
 java.lang.Object proxy
           
 
Constructor Summary
BeanShellScript.InvocationCouple(java.lang.Object proxy, java.lang.reflect.Method m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxy

public java.lang.Object proxy

method

public java.lang.reflect.Method method
Constructor Detail

BeanShellScript.InvocationCouple

public BeanShellScript.InvocationCouple(java.lang.Object proxy,
                                        java.lang.reflect.Method m)