|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemm.database.memory.ClientRefIFImpl
public class ClientRefIFImpl
Constructor Summary | |
---|---|
ClientRefIFImpl()
|
Method Summary | |
---|---|
void |
clearReference(ClientId clientId,
ID id)
|
boolean |
hasReference(ClientId clientId,
ID id)
|
boolean |
recordReference(ClientId clientId,
ID id)
|
java.util.Iterator<ID> |
referenceIterator(ClientId clientId)
|
void |
removeAllRefs(ClientId clientId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientRefIFImpl()
Method Detail |
---|
public boolean recordReference(ClientId clientId, ID id)
recordReference
in interface StorageEngineClientRefIF
public void clearReference(ClientId clientId, ID id)
clearReference
in interface StorageEngineClientRefIF
public boolean hasReference(ClientId clientId, ID id)
hasReference
in interface StorageEngineClientRefIF
public java.util.Iterator<ID> referenceIterator(ClientId clientId)
referenceIterator
in interface StorageEngineClientRefIF
public void removeAllRefs(ClientId clientId)
removeAllRefs
in interface StorageEngineClientRefIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |