org.mule.module.jca
Class MuleConnectionRequestInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MuleConnectionRequestInfo
public MuleConnectionRequestInfo()
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.