GigaSpaces XAP 10.0.1 API

com.sun.jini.reggie
Class RenewResults

java.lang.Object
  extended by com.sun.jini.reggie.RenewResults
All Implemented Interfaces:
Serializable

public class RenewResults
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 long[] durations
          The granted duration for each lease.
 Exception[] exceptions
          Any exceptions thrown.
 
Constructor Summary
RenewResults(long[] durations, Exception[] exceptions)
          Simple constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

durations

public long[] durations
The granted duration for each lease. The length of this array is the same as the length of the durations parameter to renewLeases, and is in the same order. If a duration is -1, it indicates that an exception was thrown for this lease.


exceptions

public Exception[] exceptions
Any exceptions thrown. The length of this array is the same as the number of -1 elements in durations. The exceptions are in order.

Constructor Detail

RenewResults

public RenewResults(long[] durations,
                    Exception[] exceptions)
Simple constructor


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.