com.sun.n1.sps.model.component
Interface CompStatus

All Known Subinterfaces:
CompCancelled, CompComplete, CompError, CompPending, CompWasRedundant

public interface CompStatus

Component status during a checkin.


Method Summary
 long getEndTime()
          Returns the time that the related CheckInJob transitioned out of the "CompPending" state.
 

Method Detail

getEndTime

long getEndTime()
Returns the time that the related CheckInJob transitioned out of the "CompPending" state.

Returns:
0 for the CompPending state.