net.jini.jeri
Class BasicObjectEndpoint.DgcBatchContext
java.lang.Object
net.jini.jeri.BasicObjectEndpoint.DgcBatchContext
- All Implemented Interfaces:
- ObjectInputValidation
- Enclosing class:
- BasicObjectEndpoint
private static class BasicObjectEndpoint.DgcBatchContext
- extends Object
- implements ObjectInputValidation
Collects live references to be registered with the local
client-side DGC implementation and registers them in
Endpoint-specific batches.
REMIND: lack of thread safety OK?
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
endpointTable
private final Map endpointTable
- maps Endpoint to List
BasicObjectEndpoint.DgcBatchContext
BasicObjectEndpoint.DgcBatchContext()
addLiveRef
void addLiveRef(BasicObjectEndpoint ref)
validateObject
public void validateObject()
- Specified by:
validateObject
in interface ObjectInputValidation
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.