at the jms-ds.xml
- Version:
- $Revision: $
- Author:
- Adrian Brock, Jesper Pedersen, Clebert Suconic
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
strConnectionParameters
public java.lang.String strConnectionParameters
JBMMCFProperties
public JBMMCFProperties()
- Constructor
getType
public int getType()
- Get the connection type
- Returns:
- The type
getConnectionParameters
public java.lang.String getConnectionParameters()
- Returns:
- the connectionParameters
getParsedConnectionParameters
public java.util.Map<java.lang.String,java.lang.Object> getParsedConnectionParameters()
setConnectionParameters
public void setConnectionParameters(java.lang.String configuration)
getConnectorClassName
public java.lang.String getConnectorClassName()
- Returns:
- the transportType
setConnectorClassName
public void setConnectorClassName(java.lang.String value)
setSessionDefaultType
public void setSessionDefaultType(java.lang.String defaultType)
- Set the default session type.
- Parameters:
defaultType
- either javax.jms.Topic or javax.jms.Queue
getSessionDefaultType
public java.lang.String getSessionDefaultType()
- Get the default session type.
- Returns:
- The default session type
getUseTryLock
public java.lang.Integer getUseTryLock()
- Get the useTryLock.
- Returns:
- the useTryLock.
setUseTryLock
public void setUseTryLock(java.lang.Integer useTryLock)
- Set the useTryLock.
- Parameters:
useTryLock
- the useTryLock.
equals
public boolean equals(java.lang.Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals
in class java.lang.Object
- Parameters:
obj
- Object with which to compare
- Returns:
- True if this object is the same as the obj argument; false otherwise.
hashCode
public int hashCode()
- Return the hash code for the object
- Overrides:
hashCode
in class java.lang.Object
- Returns:
- The hash code
Copyright © 2006 JBoss Inc. All Rights Reserved.