Class ChangeMasterBrokerResultInfo
java.lang.Object
com.sun.messaging.jms.management.server.ChangeMasterBrokerResultInfo
- All Implemented Interfaces:
- Serializable
This class contains constants/names for fields in the CompositeData that is returned by the changeMasterBroker
 operation of the Cluster Monitor and Cluster Config MBeans.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDetailMessage of any BrokerException thrown when performing this operationstatic final StringStatusCode of any BrokerException thrown when performing this operationstatic final StringWhether an BrokerException was thrown whilst performing this operation
- 
Method Summary
- 
Field Details- 
SUCCESSWhether an BrokerException was thrown whilst performing this operation- See Also:
 
- 
STATUS_CODEStatusCode of any BrokerException thrown when performing this operation- See Also:
 
- 
DETAIL_MESSAGEDetailMessage of any BrokerException thrown when performing this operation- See Also:
 
 
-