public class DefaultJmsDestination extends Object implements JmsDestination
Destination that contains it's identifier name and kind of Destination| Constructor and Description |
|---|
DefaultJmsDestination() |
DefaultJmsDestination(String name,
DestinationType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
DestinationTypeDescriptor |
getDestinationType() |
void |
setDestination(String destination) |
void |
setDestinationType(DestinationType destinationType) |
public DefaultJmsDestination()
public DefaultJmsDestination(String name, DestinationType type)
public String getDestination()
getDestination in interface JmsDestinationpublic DestinationTypeDescriptor getDestinationType()
getDestinationType in interface JmsDestinationpublic void setDestination(String destination)
public void setDestinationType(DestinationType destinationType)
Copyright © 2024. All rights reserved.