jxtaimpl.ids
Class AntId

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

public class AntId
extends GenericId
implements AntId, Serializable

The AntId has the same logic of the RequestId, and is generated starting from it.

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

Constructor Summary
AntId(RequestId requestId)
          The default constructor
 
Method Summary
 RequestId getRequestId()
          Returns the requestId associated with this antId
 
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

AntId

public AntId(RequestId requestId)
The default constructor

Parameters:
requestId - the ID of the request performed by the ant identified by this AntId
Method Detail

getRequestId

public RequestId getRequestId()
Returns the requestId associated with this antId