org.apache.jk.common

Class WorkerDummy

public class WorkerDummy extends JkHandler

A dummy worker, will just send back a dummy response. Used for testing and tunning.
Constructor Summary
WorkerDummy()
Method Summary
voidinit()
Initialize the worker.
intinvoke(Msg in, MsgContext ep)

Constructor Detail

WorkerDummy

public WorkerDummy()

Method Detail

init

public void init()
Initialize the worker. After this call the worker will be ready to accept new requests.

invoke

public int invoke(Msg in, MsgContext ep)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.