public class JMSDestinationMetaData extends NamedMetaDataWithDescriptions
| Modifier and Type | Field and Description |
|---|---|
static String |
QUEUE_INTERFACE_NAME |
static String |
TOPIC_INTERFACE_NAME |
| Constructor and Description |
|---|
JMSDestinationMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getDestinationName() |
String |
getInterfaceName() |
PropertiesMetaData |
getProperties() |
String |
getResourceAdapter() |
void |
setClassName(String className) |
void |
setDestinationName(String destinationName) |
void |
setInterfaceName(String interfaceName) |
void |
setProperties(PropertiesMetaData properties) |
void |
setResourceAdapter(String resourceAdapter) |
getDescriptions, setDescriptionsequals, getKey, getName, hashCode, setName, toStringclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetKeypublic static final String QUEUE_INTERFACE_NAME
public static final String TOPIC_INTERFACE_NAME
public String getInterfaceName()
public void setInterfaceName(String interfaceName) throws IllegalArgumentException
interfaceName - IllegalArgumentException - if arg is null or unsupportedpublic String getClassName()
public void setClassName(String className)
className - public String getResourceAdapter()
public void setResourceAdapter(String resourceAdapter)
resourceAdapter - public String getDestinationName()
public void setDestinationName(String destinationName)
destinationName - public PropertiesMetaData getProperties()
public void setProperties(PropertiesMetaData properties)
properties - Copyright © 2017 JBoss by Red Hat. All rights reserved.