com.sleepycat.je.sync.mobile
Class MobileConnectionConfig

java.lang.Object
  extended by 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

Constructor Summary
MobileConnectionConfig()
           
 
Method Summary
 MobileConnectionConfig clone()
           
 boolean getAllowNewDataSets()
           
 String getEncryptionType()
           
 char[] getPassword()
           
 String getURL()
           
 String getUserName()
           
 MobileConnectionConfig setAllowNewDataSets(boolean allowNewDataSets)
           
 MobileConnectionConfig setEncryptionType(String encryptionType)
           
 MobileConnectionConfig setPassword(char[] password)
           
 MobileConnectionConfig setURL(String url)
           
 MobileConnectionConfig setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileConnectionConfig

public MobileConnectionConfig()
Method Detail

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.