/* * Generated file - Do not edit! */ package org.jboss.mq.server.jmx; /** * MBean interface. */ public interface BridgedTopicMBean extends DestinationMBean { /** * Name of the underlying partition that determine the cluster to use. */ String getPartitionName(); void setPartitionName(String partitionName); /** * Enable local delivery. */ boolean getDeliverLocal(); void setDeliverLocal(boolean deliverLocal); }