dsg.smart
Class SmartCentral.GetPeerRet

java.lang.Object
  extended bydsg.smart.SmartCentral.GetPeerRet
Enclosing class:
SmartCentral

public static class SmartCentral.GetPeerRet
extends java.lang.Object

The return type of the getPeer() method.


Field Summary
 java.io.InputStream fin
          The stream coming FROM the Smart Central peer TO the local system.
 java.io.OutputStream fout
          The stream coming FROM the local system TO the Smart Central peer
 
Constructor Summary
SmartCentral.GetPeerRet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fin

public java.io.InputStream fin
The stream coming FROM the Smart Central peer TO the local system.


fout

public java.io.OutputStream fout
The stream coming FROM the local system TO the Smart Central peer

Constructor Detail

SmartCentral.GetPeerRet

public SmartCentral.GetPeerRet()