|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resource.adapter.jms.JmsConnectionRequestInfo
public class JmsConnectionRequestInfo
Request information used in pooling
Constructor Summary | |
---|---|
JmsConnectionRequestInfo(boolean transacted,
int acknowledgeMode,
int type)
Create with specified properties. |
|
JmsConnectionRequestInfo(JmsMCFProperties prop)
Creats with the MCF configured properties. |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmsConnectionRequestInfo(JmsMCFProperties prop)
public JmsConnectionRequestInfo(boolean transacted, int acknowledgeMode, int type)
Method Detail |
---|
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)
equals
in interface javax.resource.spi.ConnectionRequestInfo
equals
in class Object
public int hashCode()
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |