| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected TextMap |
description |
protected String |
destinationName |
protected String |
id |
protected String |
interfaceName |
protected String |
name |
protected List<Property> |
property |
protected String |
resourceAdapter |
| Constructor and Description |
|---|
JMSDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
Text[] |
getDescriptions() |
String |
getDestinationName() |
String |
getId() |
String |
getInterfaceName() |
String |
getKey()
Gets the immutable key for this object.
|
String |
getName() |
List<Property> |
getProperty() |
String |
getResourceAdapter() |
JMSDestination |
property(String name,
String value) |
void |
setClassName(String className) |
void |
setDestinationName(String destinationName) |
void |
setId(String value) |
void |
setInterfaceName(String interfaceName) |
void |
setName(String name) |
void |
setResourceAdapter(String resourceAdapter) |
protected TextMap description
protected String name
protected String className
protected String interfaceName
protected String destinationName
protected String resourceAdapter
protected String id
public Text[] getDescriptions()
public JMSDestination property(String name, String value)
public String getResourceAdapter()
public void setResourceAdapter(String resourceAdapter)
public String getDestinationName()
public void setDestinationName(String destinationName)
public String getClassName()
public void setClassName(String className)
public String getInterfaceName()
public void setInterfaceName(String interfaceName)
public String getName()
public void setName(String name)
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.