Serialized Form


Package com.funambol.exchange

Class com.funambol.exchange.AuthenticationException extends java.lang.Exception implements Serializable

Class com.funambol.exchange.DataAccessException extends java.lang.Exception implements Serializable

Class com.funambol.exchange.ExchangeAccessException extends java.lang.Exception implements Serializable


Package com.funambol.exchange.admin

Class com.funambol.exchange.admin.ExchangeConnectorConfigPanel extends com.funambol.admin.ui.ConnectorManagementPanel implements Serializable

Serialized Fields

seccServerValue

javax.swing.JTextField seccServerValue

seccPortValue

javax.swing.JTextField seccPortValue

exchangeServerValue

javax.swing.JTextField exchangeServerValue

useSSLValue

javax.swing.JCheckBox useSSLValue

keyStoreFileNameLabel

javax.swing.JLabel keyStoreFileNameLabel

keyStoreFileNameValue

javax.swing.JTextField keyStoreFileNameValue

keyStorePasswordLabel

javax.swing.JLabel keyStorePasswordLabel

keyStorePasswordValue

javax.swing.JTextField keyStorePasswordValue

confirmButton

javax.swing.JButton confirmButton

Class com.funambol.exchange.admin.ExchangeSyncSourceConfigPanel extends com.funambol.admin.ui.SourceManagementPanel implements Serializable

Serialized Fields

panelName

javax.swing.JLabel panelName
label for the panel's name


nameLabel

javax.swing.JLabel nameLabel

nameValue

javax.swing.JTextField nameValue

sourceUriLabel

javax.swing.JLabel sourceUriLabel

sourceUriValue

javax.swing.JTextField sourceUriValue

exchangeFolderLabel

javax.swing.JLabel exchangeFolderLabel

exchangeFolderValue

javax.swing.JTextField exchangeFolderValue

conversionTypeLabel

javax.swing.JLabel conversionTypeLabel

conversionValue

javax.swing.JComboBox conversionValue

dtEncryptLabel

javax.swing.JLabel dtEncryptLabel

dtEncryptValue

javax.swing.JCheckBox dtEncryptValue

dtEncodeLabel

javax.swing.JLabel dtEncodeLabel

dtEncodeValue

javax.swing.JCheckBox dtEncodeValue

confirmButton

javax.swing.JButton confirmButton


Package com.funambol.exchange.engine.cache

Class com.funambol.exchange.engine.cache.ExchangeCachedSyncSource extends com.funambol.framework.engine.source.AbstractSyncSource implements Serializable

Serialized Fields

im

ItemManager im

newItems

Item[] newItems

deleteItems

Item[] deleteItems

updateItems

Item[] updateItems

exchangeItemsKeys

java.util.ArrayList exchangeItemsKeys

cacheSyncItems

java.util.ArrayList cacheSyncItems

syncNewItems

java.util.ArrayList syncNewItems

syncUpdateItems

java.util.ArrayList syncUpdateItems

syncRemoveItems

java.util.ArrayList syncRemoveItems

syncErrorNewItems

java.util.ArrayList syncErrorNewItems

syncErrorUpdateItems

java.util.ArrayList syncErrorUpdateItems

syncErrorRemoveItems

java.util.ArrayList syncErrorRemoveItems

log

java.util.logging.Logger log

principalId

long principalId

username

java.lang.String username

credentials

java.lang.String credentials

syncMode

int syncMode

exchangeFolder

java.lang.String exchangeFolder
Property exchange folder


host

java.lang.String host
Property SECC host


port

int port
Property SECC Port


exchangeHost

java.lang.String exchangeHost
Property Exchange host


Package com.funambol.exchange.engine.source

Class com.funambol.exchange.engine.source.ExchangeCalendarSyncSource extends ExchangeSyncSource implements Serializable

Serialized Fields

cm

CalendarManager cm

Class com.funambol.exchange.engine.source.ExchangeContactSyncSource extends ExchangeSyncSource implements Serializable

Serialized Fields

cm

ContactManager cm

Class com.funambol.exchange.engine.source.ExchangeNoteSyncSource extends ExchangeSyncSource implements Serializable

Serialized Fields

nm

NoteManager nm

Class com.funambol.exchange.engine.source.ExchangeSyncSource extends ExchangeCachedSyncSource implements Serializable

Serialized Fields

deviceTimeZoneDescr

java.lang.String deviceTimeZoneDescr

deviceTimeZone

java.util.TimeZone deviceTimeZone

deviceCharset

java.lang.String deviceCharset

conflictResolution

int conflictResolution

schedule

java.lang.String schedule
Property schedule


scheduleEnabled

boolean scheduleEnabled
Property scheduleEnabled

Class com.funambol.exchange.engine.source.ExchangeTaskSyncSource extends ExchangeSyncSource implements Serializable

Serialized Fields

tm

TaskManager tm


Package com.funambol.exchange.exception

Class com.funambol.exchange.exception.ExchangeConfigException extends java.lang.Exception implements Serializable


Package com.funambol.exchange.items.note

Class com.funambol.exchange.items.note.NoteParseException extends java.lang.Exception implements Serializable


Package com.funambol.exchange.items.task

Class com.funambol.exchange.items.task.TaskParseException extends java.lang.Exception implements Serializable


Package com.funambol.exchange.security

Class com.funambol.exchange.security.ExchangeOfficer extends java.lang.Object implements Serializable

Serialized Fields

log

java.util.logging.Logger log

ps

com.funambol.framework.server.store.PersistentStore ps

userManager

com.funambol.server.admin.UserManager userManager

loginFailed

boolean loginFailed
Has the last login failed for incorrect login/password?


loginExpired

boolean loginExpired
Has the last login failed for expired temporary login?


clientAuth

java.lang.String clientAuth
Which type of authetication does impose the server?


serverAuth

java.lang.String serverAuth
Which type of authetication use the server to send his credential?


exchangeRoot

java.lang.String exchangeRoot
Exchange server name


Package com.funambol.exchange.xml

Class com.funambol.exchange.xml.XmlParseException extends java.lang.Exception implements Serializable



Copyright © 2003-2006 Funambol.