network
Class NamingServiceRequest
java.lang.Object
network.NamingServiceRequest
public class NamingServiceRequest
- extends Object
Implements a value-object type component, used for communication between a device and the
Naming Service. It represents the type of request and its content.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
public NSRequestType request
- The type of request that needs to be sent by the device to the NamingService, as defined by
NSRequestType.
requestContent
public Object requestContent
- The request's content, (e.g. an user ID when asking for a user's devices(GET_USER_DEVICES),
some device's information for linking).
NamingServiceRequest
public NamingServiceRequest()