|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteneter.messaging.messagingsystems.messagingsystembase.DuplexChannelEventArgs
public class DuplexChannelEventArgs
Event argument containing parameters of the communication.
| Constructor Summary | |
|---|---|
DuplexChannelEventArgs(java.lang.String channelId,
java.lang.String responseReceiverId,
java.lang.String senderAddress)
Constructs the event argument. |
|
| Method Summary | |
|---|---|
java.lang.String |
getChannelId()
Returns the channel id identifying the receiver of request messages. |
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 DuplexChannelEventArgs(java.lang.String channelId,
java.lang.String responseReceiverId,
java.lang.String senderAddress)
channelId - Identifies the receiver of request messages. (e.g. tcp://127.0.0.1:8090/)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 getChannelId()
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 | |||||||||