|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.adapter.jms.JmsMCFProperties
The MCF default properties, settable in ra.xml or in deployer. Created: Thu Sep 27 10:01:25 2001
Field Summary | |
static String |
QUEUE_TYPE
|
static String |
TOPIC_TYPE
|
Constructor Summary | |
JmsMCFProperties()
|
Method Summary | |
boolean |
equals(Object obj)
Test for equality of all attributes. |
String |
getClientID()
Get client id, may be null. |
String |
getPassword()
Get password, may be null. |
String |
getProviderJNDI()
Get providerJNDI. |
String |
getSessionDefaultType()
|
int |
getType()
Type of the JMS Session. |
String |
getUserName()
Get userName, may be null. |
int |
hashCode()
Simple hashCode of all attributes. |
void |
setClientID(String clientID)
Set client id, null by default. |
void |
setPassword(String password)
Set password, null by default. |
void |
setProviderJNDI(String providerJNDI)
Set providerJNDI, the JMS provider adapter to use. |
void |
setSessionDefaultType(String type)
Helper method to set the default session type. |
void |
setType(int type)
Set the default session type. |
void |
setUserName(String userName)
Set userName, null by default. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String QUEUE_TYPE
public static final String TOPIC_TYPE
Constructor Detail |
public JmsMCFProperties()
Method Detail |
public void setUserName(String userName)
public String getUserName()
public void setPassword(String password)
public String getPassword()
public String getClientID()
public void setClientID(String clientID)
public void setProviderJNDI(String providerJNDI)
Defaults to java:DefaultJMSProvider.
public String getProviderJNDI()
public int getType()
public void setType(int type)
public void setSessionDefaultType(String type) throws javax.resource.ResourceException
type
- either javax.jms.Topic or javax.jms.Queue
javax.resource.ResourceException
- if type was not a valid type.public String getSessionDefaultType()
public boolean equals(Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |