public static class SMEVResourceException.DestinationOverflowException.DestinationOverflow extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
destinationName
The Destination name.
|
protected String |
messageBrokerAddress
The Message broker address.
|
Constructor and Description |
---|
DestinationOverflow(String messageBrokerAddress,
String destinationName)
Instantiates a new Destination overflow.
|
Modifier and Type | Method and Description |
---|---|
String |
getDestinationName()
Gets destination name.
|
String |
getMessageBrokerAddress()
Gets message broker address.
|
void |
setDestinationName(String value)
Sets destination name.
|
void |
setMessageBrokerAddress(String value)
Sets message broker address.
|
protected String messageBrokerAddress
protected String destinationName
public String getMessageBrokerAddress()
public void setMessageBrokerAddress(String value)
value
- the valuepublic String getDestinationName()
public void setDestinationName(String value)
value
- the valueCopyright © 2017. All rights reserved.