org.fossilec.odettej
Class PreferencesUtil
java.lang.Object
org.fossilec.odettej.PreferencesUtil
public class PreferencesUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencesUtil
public PreferencesUtil(java.util.Properties properties)
getInt
public static int getInt(java.util.Properties props,
java.lang.String key)
getBoolean
public static boolean getBoolean(java.util.Properties props,
java.lang.String key)
getBoolean
public boolean getBoolean(java.lang.String key)
getTransferMode
public static TransferMode getTransferMode(java.util.Properties props)
getCalledAddress
public java.lang.String getCalledAddress()
getCallingAddress
public java.lang.String getCallingAddress()
getTransferMode
public TransferMode getTransferMode()
isRestartSupported
public static boolean isRestartSupported(java.util.Properties props)
isRestartSupported
public boolean isRestartSupported()
isUsingStrictFormat
public boolean isUsingStrictFormat()
setTransport
public static void setTransport(java.util.Properties props,
java.lang.String className)
setTransport
public void setTransport(java.lang.String className)
getLocalUser
public java.lang.String getLocalUser()
getLocalPassword
public java.lang.String getLocalPassword()
getBufferSize
public int getBufferSize()
getUserData
public java.lang.String getUserData()
getWindowSize
public int getWindowSize()
hasSpecialLogic
public boolean hasSpecialLogic()
isCompressionSupported
public boolean isCompressionSupported()
getReservedParam
public java.lang.String getReservedParam()
setWindowSize
public void setWindowSize(int window)
setCompressionSupport
public void setCompressionSupport(boolean set)
setRestartSupport
public void setRestartSupport(boolean set)
setTransferMode
public void setTransferMode(TransferMode mode)
setSpecialLogic
public void setSpecialLogic(boolean set)
setBufferSize
public void setBufferSize(int sdeb)
setLocalUser
public static void setLocalUser(java.util.Properties props,
java.lang.String userCode)
setLocalPassword
public static void setLocalPassword(java.util.Properties props,
java.lang.String password)
Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.