org.mule.module.jca
Class MuleConnectionRequestInfo
java.lang.Object
org.mule.module.jca.MuleConnectionRequestInfo
- All Implemented Interfaces:
- Serializable, Cloneable, ConnectionRequestInfo, MuleContextAware
public class MuleConnectionRequestInfo
- extends Object
- implements ConnectionRequestInfo, Cloneable, Serializable, MuleContextAware
MuleConnectionRequestInfo TODO
- See Also:
- Serialized Form
MuleConnectionRequestInfo
public MuleConnectionRequestInfo()
getConfigurationBuilder
public String getConfigurationBuilder()
setConfigurationBuilder
public void setConfigurationBuilder(String configurationBuilder)
getConfigurations
public String getConfigurations()
getConfigurationsAsArray
public String[] getConfigurationsAsArray()
setConfigurations
public void setConfigurations(String configurations)
getUserName
public String getUserName()
setUserName
public void setUserName(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getMuleContext
public MuleContext getMuleContext()
setMuleContext
public void setMuleContext(MuleContext context)
- Specified by:
setMuleContext in interface MuleContextAware
equals
public boolean equals(Object obj)
- Specified by:
equals in interface ConnectionRequestInfo- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface ConnectionRequestInfo- Overrides:
hashCode in class Object
clone
protected Object clone()
throws CloneNotSupportedException
- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.