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

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

Uses of EntryHolder in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as EntryHolder
private  EntryHolder TxnState.holder
          The holder the handle which owns this object is in
 

Methods in com.sun.jini.outrigger that return EntryHolder
(package private)  EntryHolder EntryHolderSet.holderFor(EntryRep rep)
          Return the EntryHolder object for the exact class of the Entry object held in bits.
(package private)  EntryHolder EntryHolderSet.holderFor(String className)
          Return the EntryHolder object for the exact class with the given ID.
 

Methods in com.sun.jini.outrigger with parameters of type EntryHolder
(package private)  void EntryHandle.add(TransactableMgr mgr, int op, EntryHolder holder)
          Add mgr to the list of known managers, setting the the type of lock on this entry to op.
private  void OutriggerServerImpl.addWrittenRep(EntryHandle handle, EntryHolder holder, Txn txn)
          Add the written rep to the relevant data structures.
(package private) static void OutriggerServerImpl.dump(EntryHolder holder, String name, EntryRep rep)
          Debug method: Dump out the bucket for the given holder, for an operation using the given rep.
 

Constructors in com.sun.jini.outrigger with parameters of type EntryHolder
EntryHandle(EntryRep rep, TransactableMgr mgr, EntryHolder holder)
          Create a new handle, calculating the hash for the object.
TxnState(TransactableMgr mgr, int state, EntryHolder holder)
          Create a new TxnState.
 



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