1 22 package org.jboss.ha.framework.server; 23 24 import org.jboss.cache.Cache; 25 26 37 public interface DistributedStateImplMBean 38 extends org.jboss.ha.framework.interfaces.DistributedState 39 { 40 String listContent () throws Exception ; 41 String listXmlContent () throws Exception ; 42 43 Cache getClusteredCache(); 44 void setClusteredCache(Cache cache); 45 } 46 | Popular Tags |