|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.messagingsystems.messagingsystembase.ResponseReceiverEventArgs
public final class ResponseReceiverEventArgs
Event argument used by the input channel to indicate the output channel was connected or disconnected. The event is used for the communication between the duplex output channel and duplex input channel to identify where to send response messages.
Constructor Summary | |
---|---|
ResponseReceiverEventArgs(java.lang.String responseReceiverId,
java.lang.String senderAddress)
Constructs the event from the input parameters. |
Method Summary | |
---|---|
java.lang.String |
getResponseReceiverId()
Returns the unique logical id identifying the receiver of response messages. |
java.lang.String |
getSenderAddress()
Returns the address where the sender of the message is located. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseReceiverEventArgs(java.lang.String responseReceiverId, java.lang.String senderAddress)
responseReceiverId
- Unique logical id identifying the receiver of response messages.senderAddress
- Address where the sender of the request message is located. (e.g. IP address of the client)Method Detail |
---|
public java.lang.String getResponseReceiverId()
public java.lang.String getSenderAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |