sophware.home.net
Class AccessPipe

java.lang.Object
  extended by sophware.home.net.AccessPipe

public class AccessPipe
extends java.lang.Object

AccessPipe ties two HomeAccess streams together

Version:
1.0, 02/17/06
Author:
Russell Soph

Constructor Summary
AccessPipe(HomeAccess a, HomeAccess z)
          Creates an instance of AccessPipe
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessPipe

public AccessPipe(HomeAccess a,
                  HomeAccess z)
           throws java.io.IOException
Creates an instance of AccessPipe

Parameters:
a - HomeAccess
z - HomeAccess
Throws:
java.io.IOException
Method Detail

start

public void start()
           throws java.io.IOException
Throws:
java.io.IOException

stop

public void stop()