Uses of Interface
com.sun.jini.outrigger.AdminIterator

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

Uses of AdminIterator in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement AdminIterator
(package private)  class ConstrainableIteratorProxy
          Constrainable subclass of IteratorProxy
(package private)  class IteratorProxy
          The iterator that is returned to the client.
 

Methods in com.sun.jini.outrigger that return AdminIterator
 AdminIterator AdminProxy.contents(Entry tmpl, Transaction tr)
           
 AdminIterator JavaSpaceAdmin.contents(Entry tmpl, Transaction txn)
          Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
 AdminIterator ConstrainableJavaSpaceAdmin.contents(Entry tmpl, Transaction txn)
          Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
 AdminIterator AdminProxy.contents(Entry tmpl, Transaction tr, int fetchSize)
           
 AdminIterator ConstrainableAdminProxy.contents(Entry tmpl, Transaction tr, int fetchSize)
          Override super class to create secure IteratorProxys
 AdminIterator JavaSpaceAdmin.contents(Entry tmpl, Transaction txn, int fetchSize)
          Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
 AdminIterator ConstrainableJavaSpaceAdmin.contents(Entry tmpl, Transaction txn, int fetchSize)
          Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
 AdminIterator ConstrainableAdminProxy.contents(Entry tmpl, Transaction txn, int fetchSize, MethodConstraints constraints)
           
 AdminIterator ConstrainableJavaSpaceAdmin.contents(Entry tmpl, Transaction txn, int fetchSize, MethodConstraints constrains)
          Deprecated. Return an AdminIterator that will iterate over all the entries in the space that match the given template and are visible under the given transaction.
 



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