com.highdeal.cnd.message
Interface IExternalDataSettable

All Known Subinterfaces:
ISessionStartChargingAsyncOperation, ISessionStartChargingOperation, ISessionUpdateChargingAsyncOperation, ISessionUpdateChargingOperation
All Known Implementing Classes:
SessionChargingOperation

public interface IExternalDataSettable

This Java interface defines the method for setting up or changing the external data that are included in the renew reservation notifications.

Implementation in Your Client Application

Prerequisites


Method Summary
 void setExternalData(byte[] externalData)
          Sets the external data that is included in the renew reservation notifications by the connected SAP CC system.
 

Method Detail

setExternalData

void setExternalData(byte[] externalData)
                     throws java.lang.IllegalArgumentException
Sets the external data that is included in the renew reservation notifications by the connected SAP CC system. The external data is a byte array. The size of this array must be lower than or equal to 1,023 bytes.

Note

External data must not be null but it can be empty.

Parameters:
externalData - The external data
Throws:
java.lang.IllegalArgumentException - When one of these two cases occur:
  • The externalData argument is null
  • The size of the byte array externalData exceeds 1,023 bytes

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)