com.sun.jini.jeri.internal.runtime
Class ObjectTable.DgcServerImpl
java.lang.Object
com.sun.jini.jeri.internal.runtime.ObjectTable.DgcServerImpl
- All Implemented Interfaces:
- DgcServer, Remote
- Enclosing class:
- ObjectTable
private class ObjectTable.DgcServerImpl
- extends Object
- implements DgcServer
Method Summary |
void |
clean(Uuid clientID,
long sequenceNum,
Uuid[] ids,
boolean strong)
|
long |
dirty(Uuid clientID,
long sequenceNum,
Uuid[] ids)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dgcRequestDispatcher
private final DgcRequestDispatcher dgcRequestDispatcher
ObjectTable.DgcServerImpl
ObjectTable.DgcServerImpl(DgcRequestDispatcher dgcRequestDispatcher)
dirty
public long dirty(Uuid clientID,
long sequenceNum,
Uuid[] ids)
- Specified by:
dirty
in interface DgcServer
clean
public void clean(Uuid clientID,
long sequenceNum,
Uuid[] ids,
boolean strong)
- Specified by:
clean
in interface DgcServer
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.