1 23 package org.objectweb.joram.mom.proxies; 24 25 import fr.dyade.aaa.agent.AgentId; 26 import fr.dyade.aaa.agent.Notification; 27 import org.objectweb.joram.shared.client.AbstractJmsReply; 28 29 30 37 public interface ProxyAgentItf { 38 39 public AgentId getId(); 40 41 42 public void sendNot(AgentId to, Notification not); 43 44 50 public void sendToClient(int id, AbstractJmsReply reply); 51 52 public void setNoSave(); 53 public void setSave(); 54 } 55 | Popular Tags |