Apache JMeter
2.0.1.20050615

org.apache.jmeter.util
Class BeanShellServer

java.lang.Object
  extended byorg.apache.jmeter.util.BeanShellServer
All Implemented Interfaces:
Runnable

public class BeanShellServer
extends Object
implements Runnable

Implements a BeanShell server to allow access to JMeter variables and methods. To enable, define the JMeter property: beanshell.server.port (see JMeter.java) beanshell.server.file (optional, startup file)

Version:
$Revision: 1.7 $ Last updated: $Date: 2004/03/30 18:08:09 $

Nested Class Summary
static class BeanShellServer.Test
           
 
Constructor Summary
BeanShellServer(int port, String file)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanShellServer

public BeanShellServer(int port,
                       String file)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.