com.sun.jini.jeri.internal.runtime
Class DgcClient.DgcProxyImpl

java.lang.Object
  extended by com.sun.jini.jeri.internal.runtime.DgcClient.DgcProxyImpl
All Implemented Interfaces:
AbstractDgcClient.DgcProxy
Enclosing class:
DgcClient

private class DgcClient.DgcProxyImpl
extends Object
implements AbstractDgcClient.DgcProxy


Field Summary
private  DgcServer dgcServer
           
 
Constructor Summary
DgcClient.DgcProxyImpl(DgcServer dgcServer)
           
 
Method Summary
 void clean(long sequenceNum, Object[] ids, boolean strong)
           
 long dirty(long sequenceNum, Object[] ids, long duration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dgcServer

private final DgcServer dgcServer
Constructor Detail

DgcClient.DgcProxyImpl

DgcClient.DgcProxyImpl(DgcServer dgcServer)
Method Detail

dirty

public long dirty(long sequenceNum,
                  Object[] ids,
                  long duration)
           throws RemoteException
Specified by:
dirty in interface AbstractDgcClient.DgcProxy
Throws:
RemoteException

clean

public void clean(long sequenceNum,
                  Object[] ids,
                  boolean strong)
           throws RemoteException
Specified by:
clean in interface AbstractDgcClient.DgcProxy
Throws:
RemoteException


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.