com.atlassian.crowd.integration.atlassianuser
Class SnapshotFetchingInfo

java.lang.Object
  extended by com.atlassian.crowd.integration.atlassianuser.SnapshotFetchingInfo

public class SnapshotFetchingInfo
extends java.lang.Object


Constructor Summary
SnapshotFetchingInfo(long fetchStart, long fetchDuration)
           
 
Method Summary
 long getFetchDurationMillis()
           
 java.util.Date getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotFetchingInfo

public SnapshotFetchingInfo(long fetchStart,
                            long fetchDuration)
Parameters:
fetchStart - milliseconds since the epoch
fetchDuration - milliseconds that the fetch took
Method Detail

getStart

public java.util.Date getStart()

getFetchDurationMillis

public long getFetchDurationMillis()


Copyright © 2011 Atlassian. All Rights Reserved.