public class ObjectServer extends SocketConnection implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
Dispatcher[] |
fDispatchers |
fDataInputStream, fDataOutputStream, fInputStream, fOutputStream, fStubs| Constructor and Description |
|---|
ObjectServer(BSFDebugManagerImpl debugManager,
int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
awake() |
protected void |
dispatchInvocation(ResultCell rcell) |
BSFDebugManagerImpl |
getDebugManager() |
void |
run() |
protected void |
setIOStreams(java.io.InputStream istream,
java.io.OutputStream ostream,
java.io.DataInputStream distream,
java.io.DataOutputStream dostream) |
exportSkeleton, getSkeleton, getStub, listen, prepareOutgoingInvoke, searchCell, stopListening, swizzle, wireExceptionNotifypublic Dispatcher[] fDispatchers
public ObjectServer(BSFDebugManagerImpl debugManager, int port)
public BSFDebugManagerImpl getDebugManager()
public void run()
run in interface java.lang.Runnableprotected void setIOStreams(java.io.InputStream istream,
java.io.OutputStream ostream,
java.io.DataInputStream distream,
java.io.DataOutputStream dostream)
protected void awake()
protected void dispatchInvocation(ResultCell rcell) throws java.lang.Exception
dispatchInvocation in class SocketConnectionjava.lang.Exception