|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProxyAgentItf
The ProxyAgentItf interface defines the methods which must be
provided by a proxy agent hosting a ProxyImpl instance.
| Method Summary | |
|---|---|
fr.dyade.aaa.agent.AgentId |
getId()
Returns the proxy's AgentId identifier. |
java.lang.String |
getName()
|
void |
sendNot(fr.dyade.aaa.agent.AgentId to,
fr.dyade.aaa.agent.Notification not)
Sends a notification to a given agent. |
void |
sendToClient(int id,
AbstractJmsReply reply)
Sends an AbstractJmsReply to a given client. |
void |
setNoSave()
|
void |
setSave()
|
| Method Detail |
|---|
fr.dyade.aaa.agent.AgentId getId()
AgentId identifier.
void sendNot(fr.dyade.aaa.agent.AgentId to,
fr.dyade.aaa.agent.Notification not)
void sendToClient(int id,
AbstractJmsReply reply)
AbstractJmsReply to a given client.
id - Identifies the context within which the sending occurs.reply - The reply to send to the client.void setNoSave()
void setSave()
java.lang.String getName()
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||