All Examples  This Package

Interface examples.security.snoopproof.Syncer

public interface Syncer
extends Remote
Interface Syncer helps two JVMs synchronize their clocks.

Author:
Copyright (c) 1997-1999 by BEA Systems. All Rights Reserved.

Method Index

 o diff(long)
Returns System.currentTimeMillis() - otherMillis.

Methods

 o diff
 public abstract long diff(long otherMillis) throws RemoteException
Returns System.currentTimeMillis() - otherMillis.


All Examples  This Package