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, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
public 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 © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.