org.codehaus.activemq.ra
Class ActiveMQConnectionRequestInfo

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

public class ActiveMQConnectionRequestInfo
extends Object
implements ConnectionRequestInfo, Serializable, Cloneable

Version:
$Revision: 1.3 $ 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()
           
 String getUserName()
           
 int hashCode()
           
 void setClientid(String clientid)
           
 void setPassword(String password)
           
 void setServerUrl(String url)
           
 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
See Also:
ConnectionRequestInfo.hashCode()

equals

public boolean equals(Object o)
Specified by:
equals in interface ConnectionRequestInfo
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()


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