Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.debug.clientImpl » [javadoc | source]
org.apache.bsf.debug.clientImpl
public class: ClientConnection [javadoc | source]
java.lang.Object
   org.apache.bsf.debug.util.SocketConnection
      org.apache.bsf.debug.clientImpl.ClientConnection

All Implemented Interfaces:
    Runnable

Field Summary
 int CommandIdGenerator     
 Socket fSocket     
 Thread fThread     
 Dispatcher[] m_dispatchers     
 DebugManagerStub m_debugManager     
Fields inherited from org.apache.bsf.debug.util.SocketConnection:
m_rcells,  m_tcells,  m_tcellsById,  fCmdIdGenerator,  m_skeletons,  fStubs,  fInputStream,  fOutputStream,  fDataInputStream,  fDataOutputStream
Constructor:
 public ClientConnection(String host,
    int port) throws IOException 
Method from org.apache.bsf.debug.clientImpl.ClientConnection Summary:
breakConnection,   dispatchInvocation,   getDebugManager,   run,   wireExceptionNotify
Methods from org.apache.bsf.debug.util.SocketConnection:
completionNotify,   dispatchInvocation,   exportSkeleton,   getSkeleton,   getStub,   listen,   lockOutStream,   prepareOutgoingInvoke,   releaseOutStream,   searchCell,   sendPacket,   stopListening,   swizzle,   wireExceptionNotify
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.debug.clientImpl.ClientConnection Detail:
 public  void breakConnection() 
 protected  void dispatchInvocation(ResultCell rcell) throws Exception 
 public DebugManagerStub getDebugManager() 
 public  void run() 
 protected  void wireExceptionNotify(Exception ex)