|
|||||||||
Home >> All >> alice >> tuplemedium >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
alice.tuplemedium.runtime
Class InspectorConnectionInfo

java.lang.Objectalice.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()
|
|||||||||
Home >> All >> alice >> tuplemedium >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |