|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsophware.home.io.HomeReceiver
sophware.home.io.HomeTransceiver
sophware.home.net.NetworkHomeTransceiver
public class NetworkHomeTransceiver
HomeNetworkTransceiver used to interface to a
HomeNetworkServer
HomeTransceiver,
NetworkHomeServer| Constructor Summary | |
|---|---|
NetworkHomeTransceiver()
Instantiates a HomeNetworkTransceiver that communicates
with a remote NetworkHomeServer |
|
| Method Summary | |
|---|---|
void |
process(HomeCommandStatus status)
|
void |
start()
Starts processing of commands/events for this HomeNetworkTransceiver |
void |
stop()
Stops processing of commands/events for this HomeNetworkTransceiver |
int |
transmit(HomeCommand command)
Transmits the given command to the remote HomeNetworkServer |
| Methods inherited from class sophware.home.io.HomeReceiver |
|---|
getHome, setHome |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkHomeTransceiver()
HomeNetworkTransceiver that communicates
with a remote NetworkHomeServer
| Method Detail |
|---|
public void start()
throws HomeException
HomeNetworkTransceiver
start in interface HomeTransmitterstart in class HomeTransceiverHomeException
public int transmit(HomeCommand command)
throws HomeException
HomeNetworkServer
command - the HomeCommand to be transmitted
HomeExceptionpublic void process(HomeCommandStatus status)
public void stop()
throws HomeException
HomeNetworkTransceiver
stop in interface HomeTransmitterstop in class HomeTransceiverHomeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||