Methods

The ITPDSExchangeData interface has one method, which is ITPDSExchangeData(java.lang.String ID, java.lang.String Data). This is a public java.lang.String method.

This method is called when the KCM Core server executes the exchange_data(Key, Value, Time-out) function call. This method returns an optionally empty string to the server.

It has two parameters:

  1. Key. The k parameter as passed in the exchange_data function.
  2. Value. The v parameter as passed in the exchange_data function.