org.apache.webbeans.jms
Class JMSModel

java.lang.Object
  extended by org.apache.webbeans.jms.JMSModel

public class JMSModel
extends java.lang.Object


Nested Class Summary
static class JMSModel.JMSType
           
 
Constructor Summary
JMSModel(JMSModel.JMSType jmsType, java.lang.String jndiName, java.lang.String mappedName)
           
 
Method Summary
 void addBinding(java.lang.annotation.Annotation annotation)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.annotation.Annotation[] getBindings()
           
 JMSModel.JMSType getJmsType()
           
 java.lang.String getJndiName()
           
 java.lang.String getMappedName()
           
 int hashCode()
           
 boolean isJndiNameDefined()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSModel

public JMSModel(JMSModel.JMSType jmsType,
                java.lang.String jndiName,
                java.lang.String mappedName)
Method Detail

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.