com.sun.jini.jeri.internal.runtime
Class ObjectTable.DgcServerImpl

java.lang.Object
  extended by com.sun.jini.jeri.internal.runtime.ObjectTable.DgcServerImpl
All Implemented Interfaces:
DgcServer, Remote
Enclosing class:
ObjectTable

private class ObjectTable.DgcServerImpl
extends Object
implements DgcServer


Field Summary
private  DgcRequestDispatcher dgcRequestDispatcher
           
 
Constructor Summary
ObjectTable.DgcServerImpl(DgcRequestDispatcher dgcRequestDispatcher)
           
 
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
 

Field Detail

dgcRequestDispatcher

private final DgcRequestDispatcher dgcRequestDispatcher
Constructor Detail

ObjectTable.DgcServerImpl

ObjectTable.DgcServerImpl(DgcRequestDispatcher dgcRequestDispatcher)
Method Detail

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.