Class BrokerSetFailureInfo

java.lang.Object
COM.activesw.api.client.BrokerSetFailureInfo

public class BrokerSetFailureInfo extends Object
This class is used to report failures from the BrokerAdminClient.setEventTypesAndClientGroups() method.
  • Field Details

    • FAILURE_TYPE_DEPENDENCY

      public static final int FAILURE_TYPE_DEPENDENCY
      See Also:
    • FAILURE_TYPE_PERMISSION

      public static final int FAILURE_TYPE_PERMISSION
      See Also:
    • FAILURE_TYPE_BROKER

      public static final int FAILURE_TYPE_BROKER
      See Also:
    • failure_type

      public int failure_type
      Failure_type can be any of the FAILURE_TYPE_* values.
    • event_type_names_to_destroy

      public String[] event_type_names_to_destroy
      The list of event types which could not be destroyed.
    • client_group_names_to_destroy

      public String[] client_group_names_to_destroy
      The list of client groups which could not be destroyed.
    • event_type_names_to_modify

      public String[] event_type_names_to_modify
      The list of event types which could not be modified.
    • client_group_names_to_modify

      public String[] client_group_names_to_modify
      The list of client groups which could not be modified.
  • Constructor Details

    • BrokerSetFailureInfo

      public BrokerSetFailureInfo()
      Create a failure information object.