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() |
String |
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(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)
Copyright © 2017 JBoss by Red Hat. All rights reserved.