|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectroomba.roombanetwork.server.ServiceManager
public class ServiceManager
Handles the messages associated with managing the client services
| Constructor Summary | |
|---|---|
ServiceManager(RoombaNetworkServer rns)
Constructor |
|
| Method Summary | |
|---|---|
int |
handleMessage(java.lang.String messageType,
java.lang.String[] messageComponents)
Handles an incoming message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceManager(RoombaNetworkServer rns)
rns - The Roomba Network Server that should be used to send
outgoing messages| Method Detail |
|---|
public int handleMessage(java.lang.String messageType,
java.lang.String[] messageComponents)
messageType - The message type of the messagemessageComponents - The split message components
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||