Package org.apache.webbeans.jms
Class JMSModel
- java.lang.Object
-
- org.apache.webbeans.jms.JMSModel
-
public class JMSModel extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJMSModel.JMSType
-
Constructor Summary
Constructors Constructor Description JMSModel(JMSModel.JMSType jmsType, String jndiName, String mappedName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBinding(Annotation annotation)booleanequals(Object obj)Annotation[]getBindings()JMSModel.JMSTypegetJmsType()StringgetJndiName()StringgetMappedName()inthashCode()booleanisJndiNameDefined()
-
-
-
Constructor Detail
-
JMSModel
public JMSModel(JMSModel.JMSType jmsType, String jndiName, String mappedName)
-
-
Method Detail
-
addBinding
public void addBinding(Annotation annotation)
-
getBindings
public Annotation[] getBindings()
-
getJmsType
public JMSModel.JMSType getJmsType()
- Returns:
- the jmsType
-
getJndiName
public String getJndiName()
- Returns:
- the jndiName
-
getMappedName
public String getMappedName()
- Returns:
- the mappedName
-
isJndiNameDefined
public boolean isJndiNameDefined()
- Returns:
- the isJndiNameDefined
-
-