com.sun.xml.ws.rx.util
Interface TimeSynchronizer

All Known Subinterfaces:
SequenceManager
All Known Implementing Classes:
InVmSequenceManager, PersistentSequenceManager

public interface TimeSynchronizer

This interface can implemented by any class that is able to provide time-related information. Using implementation of this class may especially be usefull in cases when we need to provide synchronized time information in a clustered or otherwise distributed environment.

Author:
Marek Potociar

Method Summary
 long currentTimeInMillis()
           
 

Method Detail

currentTimeInMillis

long currentTimeInMillis()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.