org.activemq.ra
Class ActiveMQConnectionRequestInfo

java.lang.Object
  extended by org.activemq.ra.ActiveMQConnectionRequestInfo
All Implemented Interfaces:
Serializable, Cloneable, ConnectionRequestInfo

public class ActiveMQConnectionRequestInfo
extends Object
implements ConnectionRequestInfo, Serializable, Cloneable

Version:
$Revision: 1.1.1.1 $ Must override equals and hashCode (JCA spec 16.4)
See Also:
Serialized Form

Constructor Summary
ActiveMQConnectionRequestInfo()
           
 
Method Summary
 ActiveMQConnectionRequestInfo copy()
           
 boolean equals(Object o)
           
 String getClientid()
           
 String getPassword()
           
 String getServerUrl()
           
 Boolean getUseInboundSession()
           
 String getUserName()
           
 int hashCode()
           
 boolean isUseInboundSessionEnabled()
           
 void setClientid(String clientid)
           
 void setPassword(String password)
           
 void setServerUrl(String url)
           
 void setUseInboundSession(Boolean useInboundSession)
           
 void setUserName(String userid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiveMQConnectionRequestInfo

public ActiveMQConnectionRequestInfo()
Method Detail

copy

public ActiveMQConnectionRequestInfo copy()

hashCode

public int hashCode()
Specified by:
hashCode in interface ConnectionRequestInfo
Overrides:
hashCode in class Object
See Also:
ConnectionRequestInfo.hashCode()

equals

public boolean equals(Object o)
Specified by:
equals in interface ConnectionRequestInfo
Overrides:
equals in class Object
See Also:
ConnectionRequestInfo.equals(java.lang.Object)

getServerUrl

public String getServerUrl()
Returns:
Returns the url.

setServerUrl

public void setServerUrl(String url)
Parameters:
url - The url to set.

getPassword

public String getPassword()
Returns:
Returns the password.

setPassword

public void setPassword(String password)
Parameters:
password - The password to set.

getUserName

public String getUserName()
Returns:
Returns the userid.

setUserName

public void setUserName(String userid)
Parameters:
userid - The userid to set.

getClientid

public String getClientid()
Returns:
Returns the clientid.

setClientid

public void setClientid(String clientid)
Parameters:
clientid - The clientid to set.

toString

public String toString()
Overrides:
toString in class Object

getUseInboundSession

public Boolean getUseInboundSession()

setUseInboundSession

public void setUseInboundSession(Boolean useInboundSession)

isUseInboundSessionEnabled

public boolean isUseInboundSessionEnabled()


Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.