com.sun.jini.outrigger
Class OutriggerQueryCookie

java.lang.Object
  extended by com.sun.jini.outrigger.OutriggerQueryCookie
All Implemented Interfaces:
OutriggerServer.QueryCookie, Serializable

 class OutriggerQueryCookie
extends Object
implements OutriggerServer.QueryCookie, Serializable

Object OutriggerServerImpl uses to pass context between related sub-queries.


Field Summary
private static long serialVersionUID
           
(package private)  long startTime
          The time the first sub-query in a given series was started
 
Constructor Summary
OutriggerQueryCookie(long startTime)
          Create a new OutriggerQueryCookie with the specified value for the startTime.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

startTime

final long startTime
The time the first sub-query in a given series was started

Constructor Detail

OutriggerQueryCookie

OutriggerQueryCookie(long startTime)
Create a new OutriggerQueryCookie with the specified value for the startTime.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.