getSystemConnectionTime() method

This is called by the Agentry server to find out what time the Java system connection thinks it is right now.

Syntax

public GregorianCalendar getSystemConnectionTime () throws AgentryException

Returns

The current date and time from the remote system's perspective.

Exceptions

Usage

Implementations that are communicating with remote servers should override this method to return the time on the remote server, if possible, in order to help Agentry calculate the difference between the time on the client and the time on the remote system. If you override the Server#getTimeZone method or set the Java system connection's time zone explicitly in Agentry.ini, then you should override this method to return the current time in the same time zone that that method is reporting.