org.apache.bsf.debug.clientImpl

Class ClientConnection

Implemented Interfaces:
Runnable

public class ClientConnection
extends SocketConnection
implements Runnable

Field Summary

Fields inherited from class org.apache.bsf.debug.util.SocketConnection

fDataInputStream, fDataOutputStream, fInputStream, fOutputStream, fStubs

Constructor Summary

ClientConnection(String host, int port)

Method Summary

void
breakConnection()
protected void
dispatchInvocation(ResultCell rcell)
DebugManagerStub
getDebugManager()
void
run()
protected void
wireExceptionNotify(Exception ex)

Methods inherited from class org.apache.bsf.debug.util.SocketConnection

dispatchInvocation, exportSkeleton, getSkeleton, getStub, listen, prepareOutgoingInvoke, searchCell, stopListening, swizzle, wireExceptionNotify

Constructor Details

ClientConnection

public ClientConnection(String host,
                        int port)
            throws IOException

Method Details

breakConnection

public void breakConnection()

dispatchInvocation

protected void dispatchInvocation(ResultCell rcell)
            throws Exception
Overrides:
dispatchInvocation in interface SocketConnection

getDebugManager

public DebugManagerStub getDebugManager()

run

public void run()

wireExceptionNotify

protected void wireExceptionNotify(Exception ex)
Overrides:
wireExceptionNotify in interface SocketConnection