/************************************************************
* BEGIN impl of BrokerAdmin specific abstract methods
***********************************************************/
public CommonCmdStatusEvent newCommonCmdStatusEvent(int type) {
return new BrokerCmdStatusEvent(this, this, type);
}