public interface JmsDestinationBean extends PropertyBean
Type | Property and Description |
---|---|
JavaEEPropertyBean |
create |
Modifier and Type | Method and Description |
---|---|
JavaEEPropertyBean |
createProperty() |
void |
destroyProperty(JavaEEPropertyBean property) |
java.lang.String |
getClassName()
Fully-qualified name of the JMS destination implementation
class.
|
java.lang.String |
getDescription()
Description of this JMS Destination.
|
java.lang.String |
getDestinationName()
Name of the queue or topic.
|
java.lang.String |
getId() |
java.lang.String |
getInterfaceName()
Fully-qualified name of the JMS destination interface.
|
java.lang.String |
getName()
The name element specifies the JNDI name of the
JMS destination being defined.
|
JavaEEPropertyBean[] |
getProperties()
JMS Destination property.
|
java.lang.String |
getResourceAdapter()
Resource adapter name.
|
JavaEEPropertyBean |
lookupProperty(java.lang.String name) |
void |
setClassName(java.lang.String className) |
void |
setDescription(java.lang.String description) |
void |
setDestinationName(java.lang.String destinationName) |
void |
setId(java.lang.String id) |
void |
setInterfaceName(java.lang.String interfaceName) |
void |
setName(java.lang.String name) |
void |
setResourceAdapter(java.lang.String resourceAdapter) |
JavaEEPropertyBean createProperty
createProperty
in interface PropertyBean
java.lang.String getDescription()
void setDescription(java.lang.String description)
java.lang.String getName()
void setName(java.lang.String name)
java.lang.String getInterfaceName()
void setInterfaceName(java.lang.String interfaceName)
java.lang.String getClassName()
void setClassName(java.lang.String className)
java.lang.String getResourceAdapter()
void setResourceAdapter(java.lang.String resourceAdapter)
java.lang.String getDestinationName()
void setDestinationName(java.lang.String destinationName)
JavaEEPropertyBean[] getProperties()
getProperties
in interface PropertyBean
JavaEEPropertyBean lookupProperty(java.lang.String name)
lookupProperty
in interface PropertyBean
JavaEEPropertyBean createProperty()
createProperty
in interface PropertyBean
void destroyProperty(JavaEEPropertyBean property)
destroyProperty
in interface PropertyBean
java.lang.String getId()
void setId(java.lang.String id)