Package org.apache.openejb.jee
Class JMSDestination
- java.lang.Object
-
- org.apache.openejb.jee.JMSDestination
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassNameprotected TextMapdescriptionprotected StringdestinationNameprotected Stringidprotected StringinterfaceNameprotected Stringnameprotected List<Property>propertyprotected StringresourceAdapter
-
Constructor Summary
Constructors Constructor Description JMSDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()Text[]getDescriptions()StringgetDestinationName()StringgetId()StringgetInterfaceName()StringgetKey()Gets the immutable key for this object.StringgetName()List<Property>getProperty()StringgetResourceAdapter()JMSDestinationproperty(String name, String value)voidsetClassName(String className)voidsetDestinationName(String destinationName)voidsetId(String value)voidsetInterfaceName(String interfaceName)voidsetName(String name)voidsetResourceAdapter(String resourceAdapter)
-
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
property
public JMSDestination property(String name, String value)
-
getResourceAdapter
public String getResourceAdapter()
-
setResourceAdapter
public void setResourceAdapter(String resourceAdapter)
-
getDestinationName
public String getDestinationName()
-
setDestinationName
public void setDestinationName(String destinationName)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getInterfaceName
public String getInterfaceName()
-
setInterfaceName
public void setInterfaceName(String interfaceName)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
-
setId
public void setId(String value)
-
-