org.apache.bsf.debug.serverImpl

Class ObjectServer

public class ObjectServer extends SocketConnection implements Runnable

Field Summary
Dispatcher[]fDispatchers
Constructor Summary
ObjectServer(BSFDebugManagerImpl debugManager, int port)
Method Summary
protected voidawake()
protected voiddispatchInvocation(ResultCell rcell)
BSFDebugManagerImplgetDebugManager()
voidrun()
protected voidsetIOStreams(InputStream istream, OutputStream ostream, DataInputStream distream, DataOutputStream dostream)

Field Detail

fDispatchers

public Dispatcher[] fDispatchers

Constructor Detail

ObjectServer

public ObjectServer(BSFDebugManagerImpl debugManager, int port)

Method Detail

awake

protected void awake()

dispatchInvocation

protected void dispatchInvocation(ResultCell rcell)

getDebugManager

public BSFDebugManagerImpl getDebugManager()

run

public void run()

setIOStreams

protected void setIOStreams(InputStream istream, OutputStream ostream, DataInputStream distream, DataOutputStream dostream)