|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerSetFailureInfo
public class BrokerSetFailureInfo
This class is used to report failures from the BrokerAdminClient.setEventTypesAndClientGroups() method.
Field Summary | |
---|---|
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 Summary | |
---|---|
BrokerSetFailureInfo()
Create a failure information object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public BrokerSetFailureInfo()
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |