org.csapi.jr.se.fw.fw_application.integrity
Interface AppOAM

All Superinterfaces:
CsapiInterface, java.io.Serializable

public interface AppOAM
extends CsapiInterface

The OAM client application interface is used by the Framework to query the application date and time, for synchronisation purposes. This method is invoked by the Framework to interchange the framework and client application date and time.


Method Summary
 java.lang.String systemDateTimeQuery(java.lang.String systemDateAndTime)
          This method is used to query the system date and time.
 

Method Detail

systemDateTimeQuery

public java.lang.String systemDateTimeQuery(java.lang.String systemDateAndTime)
This method is used to query the system date and time. The framework passes in its own date and time to the application. The application responds with its own date and time. Returns : This is the date and time of the client (application).

Parameters:
systemDateAndTime - This is the system date and time of the framework.