org.objectweb.joram.mom.proxies
Interface ProxyAgentItf

All Known Implementing Classes:
UserAgent

public interface ProxyAgentItf

The ProxyAgentItf interface defines the methods which must be provided by a user agent instance.


Method Summary
 AgentId getId()
          Returns the proxy's AgentId identifier.
 void sendNot(AgentId to, Notification not)
          Sends a notification to a given agent.
 void setNoSave()
           
 void setSave()
           
 

Method Detail

getId

AgentId getId()
Returns the proxy's AgentId identifier.


sendNot

void sendNot(AgentId to,
             Notification not)
Sends a notification to a given agent.


setNoSave

void setNoSave()

setSave

void setSave()


Copyright © 2011 ScalAgent D.T.. All Rights Reserved.