org.mule.ra
Class MuleConnectionRequestInfo
java.lang.Object
org.mule.ra.MuleConnectionRequestInfo
- All Implemented Interfaces:
- Cloneable, Serializable
- public class MuleConnectionRequestInfo
- extends Object
- implements 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)
hashCode
public int hashCode()
clone
protected Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.