org.apache.bsf.debug.serverImpl
Class ObjectServer
java.lang.Object
org.apache.bsf.debug.util.SocketConnection
org.apache.bsf.debug.serverImpl.ObjectServer
- All Implemented Interfaces:
- java.lang.Runnable
- public class ObjectServer
- extends SocketConnection
- implements java.lang.Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fDispatchers
public Dispatcher[] fDispatchers
ObjectServer
public ObjectServer(BSFDebugManagerImpl debugManager,
int port)
getDebugManager
public BSFDebugManagerImpl getDebugManager()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
setIOStreams
protected void setIOStreams(java.io.InputStream istream,
java.io.OutputStream ostream,
java.io.DataInputStream distream,
java.io.DataOutputStream dostream)
awake
protected void awake()
dispatchInvocation
protected void dispatchInvocation(ResultCell rcell)
throws java.lang.Exception
- Specified by:
dispatchInvocation
in class SocketConnection
- Throws:
java.lang.Exception