com.sun.jini.jeri.internal.runtime
Interface AbstractDgcClient.DgcProxy

All Known Implementing Classes:
DgcClient.DgcProxyImpl
Enclosing class:
AbstractDgcClient

protected static interface AbstractDgcClient.DgcProxy

A DgcProxy is a proxy for invoking DGC operations on a server-side DGC implementation at a particular endpoint. A DgcProxy instance for a given endpoint is obtained from concrete class (using the getDgcProxy method) and used by the abstract implementation.


Method Summary
 void clean(long sequenceNum, Object[] ids, boolean strong)
           
 long dirty(long sequenceNum, Object[] ids, long duration)
           
 

Method Detail

dirty

long dirty(long sequenceNum,
           Object[] ids,
           long duration)
           throws RemoteException
Throws:
RemoteException

clean

void clean(long sequenceNum,
           Object[] ids,
           boolean strong)
           throws RemoteException
Throws:
RemoteException


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