public class JmsConnectionRequestInfo extends Object implements ConnectionRequestInfo
Constructor and Description |
---|
JmsConnectionRequestInfo(boolean transacted,
int acknowledgeMode,
int type)
Create with specified properties.
|
JmsConnectionRequestInfo(JmsMCFProperties prop)
Creats with the MCF configured properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Checks whether this instance is equal to another.
|
int |
getAcknowledgeMode() |
String |
getClientID() |
String |
getPassword() |
int |
getType() |
String |
getUserName() |
int |
hashCode()
Returns the hashCode of the ConnectionRequestInfo.
|
boolean |
isTransacted() |
void |
setClientID(String clientID) |
void |
setDefaults(JmsMCFProperties prop)
Fill in default values if missing.
|
void |
setPassword(String password) |
void |
setUserName(String name) |
public JmsConnectionRequestInfo(JmsMCFProperties prop)
public JmsConnectionRequestInfo(boolean transacted, int acknowledgeMode, int type)
public void setDefaults(JmsMCFProperties prop)
public String getUserName()
public void setUserName(String name)
public String getPassword()
public void setPassword(String password)
public String getClientID()
public void setClientID(String clientID)
public boolean isTransacted()
public int getAcknowledgeMode()
public int getType()
public boolean equals(Object obj)
ConnectionRequestInfo
equals
in interface ConnectionRequestInfo
equals
in class Object
obj
- The other objectpublic int hashCode()
ConnectionRequestInfo
hashCode
in interface ConnectionRequestInfo
hashCode
in class Object
Copyright © 2018 JBoss by Red Hat. All rights reserved.