com.sun.jini.outrigger
Class OutriggerQueryCookie
java.lang.Object
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 . |
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
OutriggerQueryCookie
OutriggerQueryCookie(long startTime)
- Create a new
OutriggerQueryCookie
with
the specified value for the startTime
.
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.