com.sun.jini.jeri.internal.runtime
Class DgcClient.DgcProxyImpl
java.lang.Object
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
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 |
dgcServer
private final DgcServer dgcServer
DgcClient.DgcProxyImpl
DgcClient.DgcProxyImpl(DgcServer dgcServer)
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.