public class JmsConnectionRequestInfo extends Object implements javax.resource.spi.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) |
int |
getAcknowledgeMode() |
String |
getClientID() |
char[] |
getPassword() |
int |
getType() |
String |
getUserName() |
int |
hashCode() |
boolean |
isTransacted() |
void |
setClientID(String clientID) |
void |
setDefaults(JmsMCFProperties prop)
Fill in default values if missing.
|
void |
setPassword(char[] password) |
void |
setPassword(String password) |
void |
setUserName(String name) |
String |
toString() |
public JmsConnectionRequestInfo(JmsMCFProperties prop)
prop
- public JmsConnectionRequestInfo(boolean transacted, int acknowledgeMode, int type)
public void setDefaults(JmsMCFProperties prop)
public String getUserName()
public void setUserName(String name)
public char[] getPassword()
public void setPassword(char[] password)
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)
public int hashCode()
Copyright © 2021 JBoss by Red Hat. All rights reserved.