|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.outrigger.EntryHolderSet
class EntryHolderSet
A set of EntryHolder
objects for a given space.
EntryHolder
,
OutriggerServerImpl
Field Summary | |
---|---|
private Map |
holders
|
private Hashtable |
idMap
|
private OutriggerServerImpl |
space
|
Constructor Summary | |
---|---|
EntryHolderSet(OutriggerServerImpl space)
|
Method Summary | |
---|---|
(package private) LeasedResource |
getLeasedResource(Uuid cookie)
|
(package private) EntryHandle |
handleFor(Object cookie)
Given an entry ID, return the handle associated with it. |
(package private) EntryHolder |
holderFor(EntryRep rep)
Return the EntryHolder object for the exact class
of the Entry object held in bits . |
(package private) EntryHolder |
holderFor(String className)
Return the EntryHolder object for the exact class
with the given ID. |
(package private) void |
reap()
Force all of the holders to reap their FastList s |
(package private) void |
remove(EntryHandle handle)
Remove the passed handle and associated entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final Map holders
private final Hashtable idMap
private final OutriggerServerImpl space
Constructor Detail |
---|
EntryHolderSet(OutriggerServerImpl space)
Method Detail |
---|
EntryHolder holderFor(EntryRep rep)
EntryHolder
object for the exact class
of the Entry
object held in bits
. If
one doesn't yet exist, it will be created.
holderFor(java.lang.String)
EntryHolder holderFor(String className)
EntryHolder
object for the exact class
with the given ID. If one doesn't yet exist, it will be created.
holderFor(EntryRep)
LeasedResource getLeasedResource(Uuid cookie)
EntryHandle handleFor(Object cookie)
void remove(EntryHandle handle)
void reap()
FastList
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |