org.mule.module.jca
Class MuleConnectionRequestInfo

java.lang.Object
  extended by org.mule.module.jca.MuleConnectionRequestInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.resource.spi.ConnectionRequestInfo

public class MuleConnectionRequestInfo
extends java.lang.Object
implements javax.resource.spi.ConnectionRequestInfo, java.lang.Cloneable, java.io.Serializable

MuleConnectionRequestInfo TODO

See Also:
Serialized Form

Constructor Summary
MuleConnectionRequestInfo()
           
 
Method Summary
protected  java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 int hashCode()
           
 void setPassword(java.lang.String password)
           
 void setUserName(java.lang.String username)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleConnectionRequestInfo

public MuleConnectionRequestInfo()
Method Detail

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String username)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
equals in class java.lang.Object

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.