com.sun.jini.jeri.internal.runtime
Class AbstractDgcClient.CleanRequest
java.lang.Object
com.sun.jini.jeri.internal.runtime.AbstractDgcClient.CleanRequest
- Enclosing class:
- AbstractDgcClient
private static class AbstractDgcClient.CleanRequest
- extends Object
CleanRequest holds the data for the arguments of a clean call
that needs to be made.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sequenceNum
long sequenceNum
objectIDs
Object[] objectIDs
strong
boolean strong
connectFailures
int connectFailures
- how many times this request has failed with ConnectException
AbstractDgcClient.CleanRequest
AbstractDgcClient.CleanRequest(long sequenceNum,
Object[] objectIDs,
boolean strong)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.