Package COM.activesw.api.client
Class BrokerSetFailureInfo
java.lang.Object
COM.activesw.api.client.BrokerSetFailureInfo
This class is used to report failures from the BrokerAdminClient.setEventTypesAndClientGroups() method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
The list of client groups which could not be destroyed.String[]
The list of client groups which could not be modified.String[]
The list of event types which could not be destroyed.String[]
The list of event types which could not be modified.int
Failure_type can be any of the FAILURE_TYPE_* values.static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
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_typeFailure_type can be any of the FAILURE_TYPE_* values. -
event_type_names_to_destroy
The list of event types which could not be destroyed. -
client_group_names_to_destroy
The list of client groups which could not be destroyed. -
event_type_names_to_modify
The list of event types which could not be modified. -
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.
-