org.csapi.jr.se.fw.fw_service.integrity
Interface SvcOAM

All Superinterfaces:
CsapiInterface, java.io.Serializable

public interface SvcOAM
extends CsapiInterface

This interface and the systemDateTimeQuery() method are optional.


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

Method Detail

systemDateTimeQuery

public java.lang.String systemDateTimeQuery(java.lang.String systemDateAndTime)
                                     throws CommonException,
                                            InvalidTimeAndDateFormatException
This method is used by the framework to send the system date and time to the service. The service responds with its own date and time. Returns : This is the date and time of the client (service).

Parameters:
systemDateAndTime - This is the system date and time of the framework. The error code P_INVALID_DATE_TIME_FORMAT is returned if the format of the parameter is invalid.
Throws:
CommonException - Defines the structure of the exception class which is applicable to all methods.
InvalidTimeAndDateFormatException - Invalid date and time format provided.