protected void multicastAdminEvent(String entityName, String actionCode,
String eventModuleType) {
String instanceName = super.getServerInstanceName();
AdminEvent event;
if (eventModuleType.equals(BaseDeployEvent.APPLICATION)) {
event = new ApplicationDeployEvent(instanceName, entityName,
actionCode);
} else {
event = new ModuleDeployEvent(instanceName, entityName,
eventModuleType, actionCode);
}