private static class DgcClient.DgcProxyImpl extends Object implements AbstractDgcClient.DgcProxy
| Constructor and Description |
|---|
DgcProxyImpl(DgcServer dgcServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean(long sequenceNum,
Object[] ids,
boolean strong) |
long |
dirty(long sequenceNum,
Object[] ids,
long duration) |
private final DgcServer dgcServer
DgcProxyImpl(DgcServer dgcServer)
public long dirty(long sequenceNum,
Object[] ids,
long duration)
throws RemoteException
dirty in interface AbstractDgcClient.DgcProxyRemoteExceptionpublic void clean(long sequenceNum,
Object[] ids,
boolean strong)
throws RemoteException
clean in interface AbstractDgcClient.DgcProxyRemoteExceptionCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.