jxtaimpl.ids
Class RequestId

java.lang.Object
  |
  +--jxtaimpl.ids.GenericId
        |
        +--jxtaimpl.ids.RequestId
All Implemented Interfaces:
RequestId, Serializable

public class RequestId
extends GenericId
implements RequestId, Serializable

This identifier is obtained starting from a NestId. This one is converted to a string, and a random value is appended to it.

Author:
Francesco Russo (frusso@cs.unibo.it)
See Also:
Serialized Form

Constructor Summary
RequestId(NestId nestId)
          The defalut constructor
 
Method Summary
 NestId getNestId()
          Returns the ID of the Nest originating this request
 
Methods inherited from class jxtaimpl.ids.GenericId
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestId

public RequestId(NestId nestId)
The defalut constructor

Parameters:
nestId - The ID identifieing the Nest originating this request
Method Detail

getNestId

public NestId getNestId()
Returns the ID of the Nest originating this request

Specified by:
getNestId in interface RequestId