public class JmsMCFProperties extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
QUEUE_TYPE |
static String |
TOPIC_TYPE |
Constructor and Description |
---|
JmsMCFProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Test for equality.
|
String |
getClientID()
Get client id, may be null.
|
String |
getConnectionFactory() |
String |
getJndiParameters() |
String |
getPassword()
Get password, may be null.
|
String |
getSessionDefaultType() |
int |
getType()
Type of the JMS Session.
|
String |
getUserName()
Get userName, may be null.
|
int |
hashCode()
Simple hashCode of all attributes.
|
void |
setClientID(String clientID)
Set client id, null by default.
|
void |
setConnectionFactory(String connectionFactory) |
void |
setJndiParameters(String jndiParameters) |
void |
setPassword(String password)
Set password, null by default.
|
void |
setSessionDefaultType(String type)
Helper method to set the default session type.
|
void |
setType(int type)
Set the default session type.
|
void |
setUserName(String userName)
Set userName, null by default.
|
public static final String QUEUE_TYPE
public static final String TOPIC_TYPE
public void setUserName(String userName)
public String getUserName()
public void setPassword(String password)
public String getPassword()
public String getClientID()
public void setClientID(String clientID)
public int getType()
public void setType(int type)
public String getConnectionFactory()
public void setConnectionFactory(String connectionFactory)
public String getJndiParameters()
public void setJndiParameters(String jndiParameters)
public void setSessionDefaultType(String type) throws ResourceException
type
- either javax.jms.Topic or javax.jms.QueueResourceException
- if type was not a valid type.public String getSessionDefaultType()
Copyright © 2018 JBoss by Red Hat. All rights reserved.