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

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

Uses of Transactable in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement Transactable
(package private)  class ConsumingWatcher
          Subclass of QueryWatcher for takes and transactional reads.
(package private)  class EntryHandle
          This object holds an annotated reference to an EntryRep object.
(package private)  class TakeIfExistsWatcher
          Subclass of QueryWatcher for takeIfExists queries.
(package private)  class TakeMultipleWatcher
          Subclass of QueryWatcher for blocking take multiple queries.
(package private)  class TransactableAvailabilityWatcher
          Subclass of AvailabilityRegistrationWatcher for transactional availability event registrations.
(package private)  class TransactableEventWatcher
          Subclass of EventRegistrationWatcher for transactional event registrations.
(package private)  class TransactableReadIfExistsWatcher
          Subclass of QueryWatcher for and transactional readIfExists queries.
 

Methods in com.sun.jini.outrigger that return Transactable
 Transactable TransactableMgr.add(Transactable t)
          Add a new Transactable object to the list of transactable operations managed by this object.
 Transactable Txn.add(Transactable t)
          Caution: see locking discussion at the class level.
 

Methods in com.sun.jini.outrigger with parameters of type Transactable
 Transactable TransactableMgr.add(Transactable t)
          Add a new Transactable object to the list of transactable operations managed by this object.
 Transactable Txn.add(Transactable t)
          Caution: see locking discussion at the class level.
 



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