com.sun.jini.jeri.internal.runtime
Class AbstractDgcClient.CleanRequest

java.lang.Object
  extended by 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.


Field Summary
(package private)  int connectFailures
          how many times this request has failed with ConnectException
(package private)  Object[] objectIDs
           
(package private)  long sequenceNum
           
(package private)  boolean strong
           
 
Constructor Summary
AbstractDgcClient.CleanRequest(long sequenceNum, Object[] objectIDs, boolean strong)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequenceNum

long sequenceNum

objectIDs

Object[] objectIDs

strong

boolean strong

connectFailures

int connectFailures
how many times this request has failed with ConnectException

Constructor Detail

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.