1 package org.jboss.test.cluster.partition;2 3 import org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer;4 import org.jboss.ha.jmx.HAServiceMBean;5 6 public interface HAPartitionStateTransferMBean 7 extends HAServiceMBean, HAPartitionStateTransfer8 {9 Object getTransferredState();10 }11