com.sun.jini.outrigger
Interface RepEnum

All Known Implementing Classes:
EntryHolder.SimpleRepEnum, OutriggerServerImpl.AllReps

interface RepEnum

An internal interface for enumerating through EntryRep objects inside a JavaSpace server.

Author:
Sun Microsystems, Inc.
See Also:
EntryHolder.contents

Method Summary
 EntryRep nextRep()
          Return the next EntryRep object, or null if there is none.
 

Method Detail

nextRep

EntryRep nextRep()
Return the next EntryRep object, or null if there is none. Repeated calls at the end simply continue to return null.



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