Uses of Class
com.sun.jini.outrigger.EntryHolder.ContinuingQuery

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

Uses of EntryHolder.ContinuingQuery in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as EntryHolder.ContinuingQuery
private  EntryHolder.ContinuingQuery OutriggerServerImpl.ContentsQuery.currentQuery
          The current ContinuingQuery
 

Methods in com.sun.jini.outrigger that return EntryHolder.ContinuingQuery
(package private)  EntryHolder.ContinuingQuery EntryHolder.continuingQuery(EntryRep[] tmpls, TransactableMgr txn, boolean takeThem, long now)
          Return an object that can be used to perform a query that can return multiple matches and be restarted in another thread.
private  EntryHolder.ContinuingQuery OutriggerServerImpl.createQuery(EntryRep[] tmpls, String clazz, Txn txn, boolean takeIt, long now)
          Crerate a ContinuingQuery for the holder of the specified class.
 



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