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

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

Uses of WrittenEntry in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as WrittenEntry
private  WrittenEntry WrittenEntry.next
          The next node in the list.
 

Methods in com.sun.jini.outrigger that return WrittenEntry
(package private)  WrittenEntry WrittenEntry.add(EntryRep rep)
          Add a new entry after this one.
(package private)  WrittenEntry WrittenEntry.next()
          Return the next object in the list.
(package private) static WrittenEntry WrittenEntry.startNode()
          Return the node which is the head of the list.
 



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