Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.ejb.jndi.config » [javadoc | source]
org.apache.jmeter.ejb.jndi.config
public class: MethodConfig [javadoc | source]
java.lang.Object
   org.apache.jmeter.config.AbstractConfigElement
      org.apache.jmeter.ejb.jndi.config.MethodConfig

All Implemented Interfaces:
    Serializable

Stores the configuration for remote method execution
Field Summary
protected static final  String METHOD_HOME_NAME     
protected static final  String METHOD_HOME_LIST     
protected static final  String METHOD_HOME_PARMS     
protected static final  String METHOD_REMOTE_INTERFACE_LIST     
protected static final  String METHOD_REMOTE_NAME     
protected static final  String METHOD_REMOTE_LIST     
protected static final  String METHOD_REMOTE_PARMS     
protected static final  String METHOD_CONFIG_GUI     
protected static final  String METHOD_REMOTE_INTERFACE_TYPE     
public static final  int METHOD_GET_HOME_NAMES     
public static final  int METHOD_GET_HOME_PARMS     
public static final  int METHOD_INVOKE_HOME     
public static final  int METHOD_SELECT_REMOTE_INTERFACE     
public static final  int METHOD_GET_REMOTE_NAMES     
public static final  int METHOD_GET_REMOTE_PARMS     
public static final  int METHOD_INVOKE_REMOTE     
public static final  int METHOD_COMPLETE     
protected  Method homeMethod     
protected  Method remoteMethod     
protected  int state     
protected  boolean reflectionStatus     
Constructor:
 public MethodConfig() 
Method from org.apache.jmeter.ejb.jndi.config.MethodConfig Summary:
addConfigElement,   clone,   getClassLabel,   getGui,   getGuiClass,   getHomeMethod,   getMethodHomeList,   getMethodHomeName,   getMethodHomeParms,   getMethodRemoteList,   getMethodRemoteName,   getMethodRemoteParms,   getReflectionStatus,   getRemoteInterfaceList,   getRemoteInterfaceType,   getRemoteMethod,   getState,   setGui,   setHomeMethod,   setMethodHomeList,   setMethodHomeName,   setMethodHomeParms,   setMethodRemoteList,   setMethodRemoteName,   setMethodRemoteParms,   setReflectionStatus,   setRemoteInterfaceList,   setRemoteInterfaceType,   setRemoteMethod,   setState
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.ejb.jndi.config.MethodConfig Detail:
 public  void addConfigElement(ConfigElement config) 
 public Object clone() 
 public String getClassLabel() 
 public MethodConfigGui getGui() 
 public Class getGuiClass() 
 public Method getHomeMethod() 
 public String[] getMethodHomeList() 
 public String getMethodHomeName() 
 public Class[] getMethodHomeParms() 
 public String[] getMethodRemoteList() 
 public String getMethodRemoteName() 
 public Class[] getMethodRemoteParms() 
 public boolean getReflectionStatus() 
 public Object getRemoteInterfaceList() 
 public Object getRemoteInterfaceType() 
 public Method getRemoteMethod() 
 public int getState() 
 public  void setGui(MethodConfigGui gui) 
 public  void setHomeMethod(Method aMethod) 
 public  void setMethodHomeList(String[] list) 
 public  void setMethodHomeName(String string) 
 public  void setMethodHomeParms(Class[] list) 
 public  void setMethodRemoteList(String[] list) 
 public  void setMethodRemoteName(Object ref) 
 public  void setMethodRemoteParms(Class[] list) 
 public  void setReflectionStatus(boolean status) 
 public  void setRemoteInterfaceList(Object ref) 
 public  void setRemoteInterfaceType(Object ref) 
 public  void setRemoteMethod(Method aMethod) 
 public  void setState(int current)