Package org.objectweb.joram.mom.proxies
Interface ProxyAgentItf
-
- All Known Implementing Classes:
UserAgent
public interface ProxyAgentItfTheProxyAgentItfinterface defines the methods which must be provided by a user agent instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentIdgetId()Returns the proxy'sAgentIdidentifier.voidmodifiedClient(ClientContext cc)voidmodifiedSubscription(ClientSubscription cs)voidsendNot(AgentId to, Notification not)Sends a notification to a given agent.
-
-
-
Method Detail
-
getId
AgentId getId()
Returns the proxy'sAgentIdidentifier.
-
sendNot
void sendNot(AgentId to, Notification not)
Sends a notification to a given agent.
-
modifiedClient
void modifiedClient(ClientContext cc)
-
modifiedSubscription
void modifiedSubscription(ClientSubscription cs)
-
-