|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectroomba.roombanetwork.services.logger.LoggerService
public class LoggerService
Provides a logging service to the Roomba Network. Logs all sensor data and periodically polls the connected service list.
| Constructor Summary | |
|---|---|
LoggerService(java.lang.String rnsHost,
int rnsPort)
Constructor - creates the RNC and starts the logging |
|
| Method Summary | |
|---|---|
RoombaNetworkClient |
getRNC()
Gets the Roomba Network Client |
void |
messageReceived(java.lang.String messageType,
java.lang.String[] messageComponents)
Processes a message received. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggerService(java.lang.String rnsHost,
int rnsPort)
rnsHost - The hostname (or IP address) of the RNSrnsPort - The port of the RNS (default is 7777)| Method Detail |
|---|
public RoombaNetworkClient getRNC()
public void messageReceived(java.lang.String messageType,
java.lang.String[] messageComponents)
messageReceived in interface ClientListenermessageType - The message typemessageComponents - The components of the received message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||