AIMSEvent

An AIMSEvent object implements a public getter method for each of the attributes listed in the following table (for more details, see the com.activcard.aims.event.AIMSEventAdapter abstract class).

AIMSEvent Object Attributes

Attribute

Type

Description

EventID

Integer

Unique event identifier.

Description

String

Description of an event.

Status

Integer

Status of the corresponding event:

  • 0 = success

  • 1 = failure

StatusDescription

String

Description of the status (detailed error).

ClientID

String

Identifier of the device (card serial number) for that particular event (null if N/A).

OperatorID

String

Identifier of the operator (subject of the certificate of the operator used to authenticate with the ActivID CMS server).

AdditionalInfoNum1

Integer

Additional numeric information for the particular event.

AdditionalInfoChar1

String

Additional string information for the particular event.

AdditionalInfoNum2

Integer

Additional numeric information for the particular event.

AdditionalInfoChar21

String

Additional string information for the particular event.

AdditionalInfoChar3

String

Additional string information for the particular event.

Events lists the contents of the AIMSEvent object for each of the individual events.