|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectroomba.roombanetwork.services.startergui.Service
public class Service
Contains information about a service
| Constructor Summary | |
|---|---|
Service(java.lang.String serviceType,
java.lang.String serviceName,
RoombaNetworkClient client)
Constructor |
|
Service(java.lang.String serviceType,
java.lang.String serviceName,
RoombaNetworkClient client,
ServiceStatusProvider status)
Constructor |
|
| Method Summary | |
|---|---|
RoombaNetworkClient |
getClient()
Gets the Roomba Network Client that is handling the service communication to the RNS |
java.lang.String |
toString()
Presents the information about the service as a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Service(java.lang.String serviceType,
java.lang.String serviceName,
RoombaNetworkClient client)
serviceType - The type of the serviceserviceName - The name of the serviceclient - The Roomba Network Client that is handling the service communication
to the RNS
public Service(java.lang.String serviceType,
java.lang.String serviceName,
RoombaNetworkClient client,
ServiceStatusProvider status)
serviceType - The type of the serviceserviceName - The name of the serviceclient - The Roomba Network Client that is handling the service communication
to the RNSstatus - The service status provider (if one)| Method Detail |
|---|
public RoombaNetworkClient getClient()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||