|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HomeAccess
HomeAccess interface provides comm acces to your home
| Method Summary | |
|---|---|
void |
close()
Close the access port |
java.io.InputStream |
getInputStream()
Get the InputStream |
java.io.OutputStream |
getOutputStream()
Get the OutputStream |
boolean |
isOpen()
returns status of access |
void |
open()
Open the access port |
| Method Detail |
|---|
void open()
throws java.io.IOException
java.io.IOException
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOException
void close()
throws java.io.IOException
java.io.IOExceptionboolean isOpen()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||