org.mule.ra
Class MuleConnectionRequestInfo
java.lang.Object
org.mule.ra.MuleConnectionRequestInfo
- All Implemented Interfaces:
- Cloneable, ConnectionRequestInfo, Serializable
- public class MuleConnectionRequestInfo
- extends Object
- implements ConnectionRequestInfo, Cloneable, Serializable
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)
getManager
public UMOManager getManager()
setManager
public void setManager(UMOManager manager)
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface ConnectionRequestInfo
hashCode
public int hashCode()
- Specified by:
hashCode
in interface ConnectionRequestInfo
clone
protected Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.