org.apache.webbeans.jms
Class JMSModel
java.lang.Object
org.apache.webbeans.jms.JMSModel
public class JMSModel
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JMSModel
public JMSModel(JMSModel.JMSType jmsType,
java.lang.String jndiName,
java.lang.String mappedName)
addBinding
public void addBinding(java.lang.annotation.Annotation annotation)
getBindings
public java.lang.annotation.Annotation[] getBindings()
getJmsType
public JMSModel.JMSType getJmsType()
- Returns:
- the jmsType
getJndiName
public java.lang.String getJndiName()
- Returns:
- the jndiName
getMappedName
public java.lang.String getMappedName()
- Returns:
- the mappedName
isJndiNameDefined
public boolean isJndiNameDefined()
- Returns:
- the isJndiNameDefined
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.