Package com.sun.jini.reggie
Class RenewResults
java.lang.Object
com.sun.jini.reggie.RenewResults
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong[]The granted duration for each lease.Any exceptions thrown. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
durations
public long[] durationsThe 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
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 Details
-
RenewResults
Simple constructor
-