public class DestinationImpl extends Object implements Destination
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHostId() |
String |
getName()
Gets the destination name specified at creation time.
|
String |
getNormalizedName() |
int |
hashCode() |
boolean |
isTemporary()
A flag indicating whether this is a temporary destination.
|
boolean |
isWildcarded() |
String |
toString() |
public String getName()
DestinationgetName in interface Destinationpublic String getNormalizedName()
public boolean isWildcarded()
public boolean isTemporary()
DestinationisTemporary in interface Destinationtrue if this destination is marked as temporary,
false otherwise.public String getHostId()
Copyright 2004-2021 Solace Corporation. All rights reserved.