org.apache.webbeans.jms
Class JMSModel
java.lang.Object
org.apache.webbeans.jms.JMSModel
public class JMSModel
- extends Object
JMSModel
public JMSModel(JMSModel.JMSType jmsType,
String jndiName,
String mappedName)
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
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.