public class JMSModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JMSModel.JMSType |
Constructor and Description |
---|
JMSModel(JMSModel.JMSType jmsType,
String jndiName,
String mappedName) |
Modifier and Type | Method and Description |
---|---|
void |
addBinding(Annotation annotation) |
boolean |
equals(Object obj) |
Annotation[] |
getBindings() |
JMSModel.JMSType |
getJmsType() |
String |
getJndiName() |
String |
getMappedName() |
int |
hashCode() |
boolean |
isJndiNameDefined() |
public JMSModel(JMSModel.JMSType jmsType, String jndiName, String mappedName)
public void addBinding(Annotation annotation)
public Annotation[] getBindings()
public JMSModel.JMSType getJmsType()
public String getJndiName()
public String getMappedName()
public boolean isJndiNameDefined()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.