Uses of Interface
com.sun.jini.outrigger.OutriggerServer.QueryCookie

Packages that use OutriggerServer.QueryCookie
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Uses of OutriggerServer.QueryCookie in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement OutriggerServer.QueryCookie
(package private)  class OutriggerQueryCookie
          Object OutriggerServerImpl uses to pass context between related sub-queries.
 

Methods in com.sun.jini.outrigger with parameters of type OutriggerServer.QueryCookie
private  Object OutriggerServerImpl.getMatch(EntryRep tmpl, Transaction tr, long timeout, boolean takeIt, boolean ifExists, OutriggerServer.QueryCookie queryCookieFromClient)
          Do the heavy lifting for queries.
private  void SpaceProxy2.logQuery(String op, long serverTimeout, OutriggerServer.QueryCookie cookie, long remaining)
          Log query call to server
 Object OutriggerServer.read(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
          Find an entry in the space that matches the passed template and is visible to the passed transaction.
 Object OutriggerServerWrapper.read(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServerImpl.read(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServer.readIfExists(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
          Find an entry in the space that matches the passed template and is visible to the passed transaction.
 Object OutriggerServerWrapper.readIfExists(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServerImpl.readIfExists(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServer.take(EntryRep[] tmpls, Transaction tr, long timeout, int limit, OutriggerServer.QueryCookie cookie)
          Find and remove up to limit entries in the space that match one or more of the passed templates and are visible to the passed transaction.
 Object OutriggerServerWrapper.take(EntryRep[] tmpls, Transaction tr, long timeout, int limit, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServerImpl.take(EntryRep[] tmpls, Transaction tr, long timeout, int limit, OutriggerServer.QueryCookie queryCookieFromClient)
           
 Object OutriggerServer.take(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
          Find and remove an entry in the space that matches the passed template and is visible to the passed transaction.
 Object OutriggerServerWrapper.take(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServerImpl.take(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServer.takeIfExists(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
          Find and remove an entry in the space that matches the passed template and is visible to the passed transaction.
 Object OutriggerServerWrapper.takeIfExists(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 Object OutriggerServerImpl.takeIfExists(EntryRep tmpl, Transaction txn, long timeout, OutriggerServer.QueryCookie cookie)
           
 



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