public class MessageInfoPair extends Object
| Modifier and Type | Field and Description |
|---|---|
static MessageInfoPair[] |
EMPTY_ARRAY
An empty array of class instances.
|
| Constructor and Description |
|---|
MessageInfoPair(MessageInfo srcInfo,
MessageInfo dstInfo)
Creates a new meta-information holder from the given component
holders.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
MessageInfo |
getDstInfo()
Returns the receiver's destination meta-information.
|
MessageInfo |
getSrcInfo()
Returns the receiver's source meta-information.
|
int |
hashCode() |
public static final MessageInfoPair[] EMPTY_ARRAY
public MessageInfoPair(MessageInfo srcInfo, MessageInfo dstInfo)
srcInfo - The source meta-information.dstInfo - The destination meta-information.public MessageInfo getSrcInfo()
public MessageInfo getDstInfo()
Copyright © 2015. All Rights Reserved.