network
Class NamingServiceRequest

java.lang.Object
  extended by 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.


Field Summary
 NSRequestType request
          The type of request that needs to be sent by the device to the NamingService, as defined by NSRequestType.
 Object requestContent
          The request's content, (e.g.
 
Constructor Summary
NamingServiceRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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).

Constructor Detail

NamingServiceRequest

public NamingServiceRequest()