org.objectweb.joram.mom.proxies
Interface ProxyAgentItf
- UserAgent
public interface ProxyAgentItf
The ProxyAgentItf
interface defines the methods which must be
provided by a proxy agent hosting a ProxyImpl
instance.
org.objectweb.joram.shared.tcp.JmsProxy
, org.objectweb.joram.shared.soap.SoapProxy
getAgentId
public AgentId getAgentId()
Returns the proxy's AgentId
identifier.
sendToClient
public void sendToClient(int id,
AbstractJmsReply reply)
Sends an AbstractJmsReply
to a given client.
id
- Identifies the context within which the sending occurs.reply
- The reply to send to the client.
Copyright B) 2004 Scalagent - All rights reserved