org.apache.webbeans.jms
Class JMSModel

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

public class JMSModel
extends Object


Nested Class Summary
static class JMSModel.JMSType
           
 
Constructor Summary
JMSModel(JMSModel.JMSType jmsType, String jndiName, String mappedName)
           
 
Method Summary
 void addBinding(Annotation annotation)
           
 boolean equals(Object obj)
           
 Annotation[] getBindings()
           
 JMSModel.JMSType getJmsType()
           
 String getJndiName()
           
 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,
                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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.