public class BrokerSetFailureInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
client_group_names_to_destroy
The list of client groups which could not be destroyed.
|
java.lang.String[] |
client_group_names_to_modify
The list of client groups which could not be modified.
|
java.lang.String[] |
event_type_names_to_destroy
The list of event types which could not be destroyed.
|
java.lang.String[] |
event_type_names_to_modify
The list of event types which could not be modified.
|
int |
failure_type
Failure_type can be any of the FAILURE_TYPE_* values.
|
static int |
FAILURE_TYPE_BROKER |
static int |
FAILURE_TYPE_DEPENDENCY |
static int |
FAILURE_TYPE_PERMISSION |
Constructor and Description |
---|
BrokerSetFailureInfo()
Create a failure information object.
|
public static final int FAILURE_TYPE_DEPENDENCY
public static final int FAILURE_TYPE_PERMISSION
public static final int FAILURE_TYPE_BROKER
public int failure_type
public java.lang.String[] event_type_names_to_destroy
public java.lang.String[] client_group_names_to_destroy
public java.lang.String[] event_type_names_to_modify
public java.lang.String[] client_group_names_to_modify
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.