1 22 package org.jboss.ha.framework.interfaces; 23 24 25 import java.util.Hashtable ; 26 import org.jboss.invocation.MarshalledInvocation; 27 28 40 41 public interface HARMIServer extends java.rmi.Remote  42 { 43 public static Hashtable rmiServers = new Hashtable (); 44 45 48 public HARMIResponse invoke (long tag, MarshalledInvocation mi) throws Exception ; 49 50 53 public java.util.List getReplicants () throws Exception ; 54 55 58 public Object getLocal() throws Exception ; 59 } 60 | Popular Tags |