public abstract class AbstractDestination extends Object implements Destination, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the destination name specified at object creation time.
|
String |
getVirtualRouterName() |
int |
hashCode() |
void |
initIfRequired() |
boolean |
isTemporary()
A flag indicating whether this is a temporary destination.
|
String |
toString() |
public String getName()
getName in interface Destinationpublic void initIfRequired()
public boolean isTemporary()
DestinationisTemporary in interface Destinationtrue if this destination is marked as temporary,
false otherwise.public String getVirtualRouterName()
Copyright 2004-2020 Solace Corporation. All rights reserved.