public interface ProxyAgentItf
ProxyAgentItf
interface defines the methods which must be
provided by a user agent instance.Modifier and Type | Method and Description |
---|---|
AgentId |
getId()
Returns the proxy's
AgentId identifier. |
void |
modifiedClient(ClientContext cc) |
void |
modifiedSubscription(ClientSubscription cs) |
void |
sendNot(AgentId to,
Notification not)
Sends a notification to a given agent.
|
AgentId getId()
AgentId
identifier.void sendNot(AgentId to, Notification not)
void modifiedClient(ClientContext cc)
void modifiedSubscription(ClientSubscription cs)
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.