org.mule.module.jca
Class MuleConnectionRequestInfo

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

public class MuleConnectionRequestInfo
extends Object
implements ConnectionRequestInfo, Cloneable, Serializable

MuleConnectionRequestInfo TODO

See Also:
Serialized Form

Constructor Summary
MuleConnectionRequestInfo()
           
 
Method Summary
protected  Object clone()
           
 boolean equals(Object obj)
           
 String getPassword()
           
 String getUserName()
           
 int hashCode()
           
 void setPassword(String password)
           
 void setUserName(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 String getUserName()

setUserName

public void setUserName(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

hashCode

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

equals

public boolean equals(Object obj)
Specified by:
equals in interface ConnectionRequestInfo
Overrides:
equals in class Object

clone

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


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