org.apache.james.remotemanager
Class RemoteManagerTestConfiguration

java.lang.Object
  extended by org.apache.avalon.framework.configuration.AbstractConfiguration
      extended by org.apache.avalon.framework.configuration.DefaultConfiguration
          extended by org.apache.james.remotemanager.RemoteManagerTestConfiguration
All Implemented Interfaces:
java.io.Serializable, org.apache.avalon.framework.configuration.Configuration, org.apache.avalon.framework.configuration.MutableConfiguration

public class RemoteManagerTestConfiguration
extends org.apache.avalon.framework.configuration.DefaultConfiguration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.avalon.framework.configuration.DefaultConfiguration
EMPTY_ARRAY
 
Constructor Summary
RemoteManagerTestConfiguration(int smtpListenerPort)
           
 
Method Summary
 java.lang.String getLoginName()
           
 java.lang.String getLoginPassword()
           
 void init()
           
 void setConnectionLimit(int iConnectionLimit)
           
 void setLoginName(java.lang.String loginName)
           
 void setLoginPassword(java.lang.String loginPassword)
           
 
Methods inherited from class org.apache.avalon.framework.configuration.DefaultConfiguration
addAll, addAll, addAllAttributes, addAllChildren, addAllChildren, addAttribute, addChild, appendValueData, checkWriteable, equals, getAttribute, getAttributeNames, getChild, getChildCount, getChildren, getChildren, getLocation, getMutableChild, getMutableChild, getMutableChildren, getMutableChildren, getName, getNamespace, getPrefix, getValue, getValue, hashCode, isReadOnly, makeReadOnly, removeChild, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setValue, setValue, setValue, setValue, setValue, setValue
 
Methods inherited from class org.apache.avalon.framework.configuration.AbstractConfiguration
getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsInteger, getAttributeAsLong, getAttributeAsLong, getChild, getValueAsBoolean, getValueAsBoolean, getValueAsDouble, getValueAsDouble, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.avalon.framework.configuration.Configuration
getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsInteger, getAttributeAsLong, getAttributeAsLong, getChild, getValueAsBoolean, getValueAsBoolean, getValueAsDouble, getValueAsDouble, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong
 

Constructor Detail

RemoteManagerTestConfiguration

public RemoteManagerTestConfiguration(int smtpListenerPort)
Method Detail

setConnectionLimit

public void setConnectionLimit(int iConnectionLimit)

getLoginName

public java.lang.String getLoginName()

setLoginName

public void setLoginName(java.lang.String loginName)

getLoginPassword

public java.lang.String getLoginPassword()

setLoginPassword

public void setLoginPassword(java.lang.String loginPassword)

init

public void init()


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.