Hi
Java Samplers and BeanShell samplers can invoke java function calls.

>The class is successfully compiled into a *.jar and deployed into
application server.
In which case the starting point must be something that is accessible
remotely (e.g. a HTTP end point, an EJB call, a RMI call etc etc) and you
could test that out.
Are you by chance trying to profile your application?

regards
deepak



On Sat, Oct 9, 2010 at 11:41 PM, Ben Stover <[email protected]> wrote:

> In the past I used JMeter for testing JMS request+response based message
> driven beans.
> This worked fine.
>
> I wonder now wether I can use JMeter as well to test "normal" java function
> calls into java modules as well.
>
> Assume I have a class myclass123 and a method
>
> public void mymethod2222(int parm1, String parm2) { ... }
>
> The class is successfully compiled into a *.jar and deployed into
> application server.
>
> Can I somehow create a Jmeter test which simulates the methode call by
> invoking a call
>
> myclass123.mymethod2222(10011, "teststring")
>
> How do I have to setup such a test in JMeter EXACTLY?
>
> Thank you
> Ben
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to