public class JMSDestinationInfo extends Object implements Serializable
information on one JMS destination
created by the JMS provider.| Constructor and Description |
|---|
JMSDestinationInfo(String destName,
String destType) |
JMSDestinationInfo(String destName,
String destType,
Properties attrs) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getAttrs() |
String |
getDestinationName() |
String |
getDestinationType() |
String |
toString() |
public JMSDestinationInfo(String destName, String destType, Properties attrs)
Copyright © 2019. All rights reserved.