|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.adapter.jms.JmsConnectionRequestInfo
Request information used in pooling Created: Thu Mar 29 16:29:55 2001
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
public int hashCode()
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |