|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfabric.store.db.GroupContainer
public final class GroupContainer
Abstracts groups and globs. This class is thread-safe.
Field Summary | |
---|---|
LongSet |
onums
The set of onums for the objects contained in this group. |
Constructor Summary | |
---|---|
GroupContainer(Store store,
java.security.PrivateKey signingKey,
ObjectGroup group)
|
Method Summary | |
---|---|
Glob |
getGlob()
|
ObjectGroup |
getGroup(NodePrincipal principal)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final LongSet onums
Constructor Detail |
---|
public GroupContainer(Store store, java.security.PrivateKey signingKey, ObjectGroup group)
Method Detail |
---|
public ObjectGroup getGroup(NodePrincipal principal)
principal
- The principal accessing the group.
public Glob getGlob()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |