The method creates a SystemAccoutingMessage and sends it to the D4science MessageBroker configured in the given scope
This method is intended to be executed by clients using client GHN libraries
The class implements the System Accounting
System accounting give the possibility to account custom information
There is a restrictions on the type of the Parameters to send
- java.lang.String
- java.math.BigDecimal
- java.lang.Boolean
- java.lang.Integer
- java.lang.Long
- java.lang.Float
- java.lang.Double
- byte[]
- java.sql.Date
- java.sql.Time
- java.sql.Timestamp
- java.sql.Clob
- java.sql.Blob
- java.sql.Array
- java.sql.Struct
- java.sql.Ref