com.sleepycat.je.sync.mobile
Class MobileConnectionConfig
java.lang.Object
com.sleepycat.je.sync.mobile.MobileConnectionConfig
- All Implemented Interfaces:
- Serializable, Cloneable
public class MobileConnectionConfig
- extends Object
- implements Serializable, Cloneable
Connection properties for Mobile Server.
- See Also:
- Serialized Form
MobileConnectionConfig
public MobileConnectionConfig()
setURL
public MobileConnectionConfig setURL(String url)
getURL
public String getURL()
setUserName
public MobileConnectionConfig setUserName(String userName)
getUserName
public String getUserName()
setPassword
public MobileConnectionConfig setPassword(char[] password)
getPassword
public char[] getPassword()
setEncryptionType
public MobileConnectionConfig setEncryptionType(String encryptionType)
getEncryptionType
public String getEncryptionType()
setAllowNewDataSets
public MobileConnectionConfig setAllowNewDataSets(boolean allowNewDataSets)
getAllowNewDataSets
public boolean getAllowNewDataSets()
clone
public MobileConnectionConfig clone()
- Overrides:
clone
in class Object
Copyright (c) 2004-2012 Oracle. All rights reserved.