WebLogic Integration


com.bea.b2b.security
Interface TimeStampProvider


public interface TimeStampProvider

Secure timestamp service provider interface. A class can implement this interface to get secure timestamp from an external time source. Several WebLogic Collaborate components are instrumented to call methods in this interface when needed.

Classes that implement this interface must have a public no-arg constructor that throws no exceptions.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getTimestamp()
          get timestamp string in UTC
 long getTimestampInMillis()
          get timestamp in UTC in millsec
 

Method Detail

getTimestamp

public java.lang.String getTimestamp()
get timestamp string in UTC

getTimestampInMillis

public long getTimestampInMillis()
get timestamp in UTC in millsec

WebLogic Integration

WebLogic Integration (WLI)