Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuplemedium.runtime
Class InspectorConnectionInfo  view InspectorConnectionInfo download InspectorConnectionInfo.java

java.lang.Object
  extended byalice.tuplemedium.runtime.InspectorConnectionInfo

class InspectorConnectionInfo
extends java.lang.Object

information about an established connection with the remote tuple centre virtual machine


Field Summary
 java.io.ObjectInputStream inStream
           
 java.io.ObjectOutputStream outStream
           
 java.net.Socket socket
           
 alice.tuplemedium.TupleCentreId tid
           
 
Constructor Summary
(package private) InspectorConnectionInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tid

public alice.tuplemedium.TupleCentreId tid

socket

public java.net.Socket socket

inStream

public java.io.ObjectInputStream inStream

outStream

public java.io.ObjectOutputStream outStream
Constructor Detail

InspectorConnectionInfo

InspectorConnectionInfo()