com.sun.jini.jeri.internal.runtime
Interface DgcServer
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- ObjectTable.DgcServerImpl
interface DgcServer
- extends Remote
Remote interface for Jini ERI server-side DGC implementation.
- Author:
- Sun Microsystems, Inc.
Method Summary |
void |
clean(Uuid clientID,
long sequenceNum,
Uuid[] ids,
boolean strong)
|
long |
dirty(Uuid clientID,
long sequenceNum,
Uuid[] ids)
|
dirty
long dirty(Uuid clientID,
long sequenceNum,
Uuid[] ids)
throws RemoteException
- Throws:
RemoteException
clean
void clean(Uuid clientID,
long sequenceNum,
Uuid[] 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.