A B C D E F G H I J K L M N O P R S T U V W X Z

A

AbstractRecovery - Class in com.funambol.syncclient.spds.engine.recovery
This class defines recovery method to manage recovery database in slowsync status.
AbstractRecovery() - Constructor for class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
 
accept(File, String) - Method in class com.funambol.syncclient.common.ExtensionFilter
Accepts: all directories if extension is .* all files if extension is not .* all files ending with extension
accept(Record) - Method in class com.funambol.syncclient.sps.common.FindFilter
This method is about to check is record about criteria in dataStore
accept(Record) - Method in class com.funambol.syncclient.sps.common.RecordFilter
This method is about criteria to find record in dataStore
add(Vector, Vector) - Static method in class com.funambol.syncclient.common.VectorTools
Adds all elements of the second vector to the first vector
add(Vector, Object[]) - Static method in class com.funambol.syncclient.common.VectorTools
Adds all elements of the object array to the first vector
addAsset(Asset) - Method in class com.funambol.syncclient.spap.AssetManager
Adds the given asset.
addDataStoreMetadata(DataStoreMetadata) - Method in class com.funambol.syncclient.spap.Application
Adds a new data store metadata to the metadata vector
addSyncItemListener(SyncItemListener) - Method in class com.funambol.syncclient.spds.SyncManager
Register a new SyncItemListener.
addSyncListener(SyncListener) - Method in class com.funambol.syncclient.spds.SyncManager
Register a new SyncListener.
addSyncSourceListener(SyncSourceListener) - Method in class com.funambol.syncclient.spds.SyncManager
Register a new SyncSourceListener.
addSyncStatusListener(SyncStatusListener) - Method in class com.funambol.syncclient.spds.SyncManager
Register a new SyncStatusListener.
addSyncTransportListener(SyncTransportListener) - Method in class com.funambol.syncclient.spds.SyncManager
Register a new SyncTransportListener.
ALLOWED_SYNC_MODES - Static variable in class com.funambol.syncclient.spap.ApplicationManager
 
Application - Class in com.funambol.syncclient.spap
This class models a SyncClient Conduit application
Application(String) - Constructor for class com.funambol.syncclient.spap.Application
Creates a new instance of Application.
applicationFromADF(String) - Static method in class com.funambol.syncclient.spap.ApplicationManager
Creates an application object from the ADF file.
applicationFromAsset(Asset) - Static method in class com.funambol.syncclient.spap.ApplicationManager
Creates an application object from an asset.
ApplicationManagementException - Exception in com.funambol.syncclient.spap
Application management error condition
ApplicationManagementException(String) - Constructor for exception com.funambol.syncclient.spap.ApplicationManagementException
 
ApplicationManagementException(String, Throwable) - Constructor for exception com.funambol.syncclient.spap.ApplicationManagementException
 
ApplicationManagementException(Throwable) - Constructor for exception com.funambol.syncclient.spap.ApplicationManagementException
 
ApplicationManager - Class in com.funambol.syncclient.spap
This class is responsible for the management of the SyncClient Conduit applications.
ApplicationManager(ManagementNode) - Constructor for class com.funambol.syncclient.spap.ApplicationManager
Creates a new instance of ApplicationManager.
Asset - Class in com.funambol.syncclient.spap
This class represents a asset.
Asset(Map) - Constructor for class com.funambol.syncclient.spap.Asset
Constructs a Asset with the values contained in the given Map
Asset(Map, boolean) - Constructor for class com.funambol.syncclient.spap.Asset
Constructs a Asset with the values contained in the given Map.
AssetDAO - Class in com.funambol.syncclient.spap
This class supplies the methods for use the DM like repository of the information on the present assets on the client.
AssetDAO() - Constructor for class com.funambol.syncclient.spap.AssetDAO
Constructs a new AssetDAO
AssetInstallationException - Exception in com.funambol.syncclient.spap
This exception represents an error during asset installation
AssetInstallationException(String) - Constructor for exception com.funambol.syncclient.spap.AssetInstallationException
Constructs an instance of AssetInstallationException with the specified detail message.
AssetInstallationException(String, Throwable) - Constructor for exception com.funambol.syncclient.spap.AssetInstallationException
Constructs an instance of AssetInstallationException with the specified detail message.
AssetManagementException - Exception in com.funambol.syncclient.spap
This exception represents an error for the asset management.
AssetManagementException(String) - Constructor for exception com.funambol.syncclient.spap.AssetManagementException
Constructs an instance of AssetManagementException with the specified detail message.
AssetManagementException(String, Throwable) - Constructor for exception com.funambol.syncclient.spap.AssetManagementException
Constructs an instance of AssetManagementException with the specified detail message.
AssetManagementException(Asset, String) - Constructor for exception com.funambol.syncclient.spap.AssetManagementException
Constructs an instance of AssetManagementException with the specified Asset and the specified message.
AssetManagementException(Asset, String, Throwable) - Constructor for exception com.funambol.syncclient.spap.AssetManagementException
Constructs an instance of AssetManagementException with the specified Asset and the specified message and the cause.
AssetManagementException(String, String) - Constructor for exception com.funambol.syncclient.spap.AssetManagementException
Constructs an instance of AssetManagementException with the specified idAsset and the specified message
AssetManagementException(String, String, Throwable) - Constructor for exception com.funambol.syncclient.spap.AssetManagementException
Constructs an instance of AssetManagementException with the specified idAsset and the specified message and the cause.
AssetManager - Class in com.funambol.syncclient.spap
This class supplies the methods for the management of the Asset.
AssetSyncSource - Class in com.funambol.syncclient.spap
This class implements a SyncSource that handle the Asset store on a device.
AssetSyncSource() - Constructor for class com.funambol.syncclient.spap.AssetSyncSource
Constructs a AssetSyncSource
AssetVersion - Class in com.funambol.syncclient.spap
Represent a version of a Asset
AssetVersion(Map) - Constructor for class com.funambol.syncclient.spap.AssetVersion
Constructs a AssetVersion with the values contained in the given Map
AUTHENTICATION_BASIC - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
AUTHENTICATION_BASIC - Static variable in class com.funambol.syncclient.spds.SyncManager
 
AUTHENTICATION_CLEAR - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
AUTHENTICATION_CLEAR - Static variable in class com.funambol.syncclient.spds.SyncManager
 
AuthenticationException - Exception in com.funambol.syncclient.spds
Represents a "not authorized" error usually received from the server.
AuthenticationException(String) - Constructor for exception com.funambol.syncclient.spds.AuthenticationException
Constructs an instance of UpdateException with the specified detail message.

B

beginSync(int) - Method in class com.funambol.syncclient.spap.AssetSyncSource
 
beginSync() - Method in class com.funambol.syncclient.spap.AssetSyncSource
 
beginSync(int) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Method implements start sync operations
beginSync(int) - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Called after SyncManager preparation and initialization just before start the synchronization of the SyncSource.
beginSync(int) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
beginSync() - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
beginSync(int) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 

C

close(int) - Method in class com.funambol.syncclient.spds.UpdateProgressBar
 
com.funambol.syncclient.common - package com.funambol.syncclient.common
 
com.funambol.syncclient.common.logging - package com.funambol.syncclient.common.logging
 
com.funambol.syncclient.spap - package com.funambol.syncclient.spap
 
com.funambol.syncclient.spap.installer - package com.funambol.syncclient.spap.installer
 
com.funambol.syncclient.spap.launcher - package com.funambol.syncclient.spap.launcher
 
com.funambol.syncclient.spdm - package com.funambol.syncclient.spdm
This package contains the Funambol Data Management API
com.funambol.syncclient.spds - package com.funambol.syncclient.spds
This package contains the Funambol Data Synchronization API
com.funambol.syncclient.spds.engine - package com.funambol.syncclient.spds.engine
This package contains the API to interface the synchronization engine with host applications.
com.funambol.syncclient.spds.engine.recovery - package com.funambol.syncclient.spds.engine.recovery
This package contains the Funambol Data Synchronization API
com.funambol.syncclient.spds.event - package com.funambol.syncclient.spds.event
This package contains the Funambol Event API
com.funambol.syncclient.spds.source - package com.funambol.syncclient.spds.source
 
com.funambol.syncclient.spds.util - package com.funambol.syncclient.spds.util
 
com.funambol.syncclient.sps.common - package com.funambol.syncclient.sps.common
 
com.funambol.syncclient.sps.common.util - package com.funambol.syncclient.sps.common.util
 
commitDBOperations() - Method in class com.funambol.syncclient.sps.common.DataStore
Method define end DB operations
commitSync() - Method in class com.funambol.syncclient.spap.AssetSyncSource
 
commitSync() - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Method implements end sync operations
commitSync() - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Called just before committing the synchronization process by the SyncManager.
commitSync() - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
commitSync() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
CONFIG_CLASS - Static variable in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_DEFAULT_SYNC - Static variable in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_LAST - Static variable in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_NAME - Static variable in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_SUPPORTED_SYNC_MODES - Static variable in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_TYPE - Static variable in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_URI - Static variable in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
CONFLICT - Static variable in class com.funambol.syncclient.spds.engine.SyncOperation
 
CONTEXT_DEVICE - Static variable in class com.funambol.syncclient.spdm.DeviceImpl
The management tree where the device information is stored
CONTEXT_SOURCES - Static variable in class com.funambol.syncclient.spds.SyncManager
Configuration context for sync sources
CONTEXT_SYNCAGENT - Static variable in class com.funambol.syncclient.spds.SyncManager
Configuration context for the SyncML agent
countElements() - Method in class com.funambol.syncclient.spds.util.StrParser
 
countElements() - Method in class com.funambol.syncclient.sps.common.util.StrParser
 
counter - Variable in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Counter used to create the name of the file created Adding an item
createDeviceID(String, String) - Static method in class com.funambol.syncclient.common.DeviceTools
Creates a device id as prefix + B64(MD5(hostName:hostAddress:userName))
createFile(String, String, byte[]) - Static method in class com.funambol.syncclient.common.FileSystemTools
Create a new file in the specified directory using the given file name and content.
createFile(String, String, ByteArrayOutputStream) - Static method in class com.funambol.syncclient.common.FileSystemTools
Create a new file in the specified directory using the given file name and byteStream.

D

DATA_RECEIVED - Static variable in class com.funambol.syncclient.spds.event.SyncTransportEvent
Engine is receiving data from the server
DataAccessException - Exception in com.funambol.syncclient.sps.common
 
DataAccessException() - Constructor for exception com.funambol.syncclient.sps.common.DataAccessException
Creates a new instance of DataAccessException without detail message.
DataAccessException(String) - Constructor for exception com.funambol.syncclient.sps.common.DataAccessException
Constructs an instance of DataAccessException with the specified detail message.
DATABASE_FILE_NAME - Static variable in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
DATABASE_HEADER - Static variable in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
DatabaseException - Exception in com.funambol.syncclient.sps.common
 
DatabaseException() - Constructor for exception com.funambol.syncclient.sps.common.DatabaseException
Creates a new instance of DatabaseException without detail message.
DatabaseException(String) - Constructor for exception com.funambol.syncclient.sps.common.DatabaseException
Constructs an instance of DatabaseException with the specified detail message.
dataReceived(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.event.SyncTransportAdapter
 
dataReceived(SyncTransportEvent) - Method in interface com.funambol.syncclient.spds.event.SyncTransportListener
Engine has received all data from the server
dataReceived(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.SyncManager
Send syncTransportEvent to syncTransportListeners on dataReceived method.
DataStore - Class in com.funambol.syncclient.sps.common
This class create DataStore and provide method to call new record
DataStore(String, RecordMetadata) - Constructor for class com.funambol.syncclient.sps.common.DataStore
 
DataStoreMetadata - Class in com.funambol.syncclient.sps.common
This class represents metadata information about a DataStore
DataStoreMetadata(String) - Constructor for class com.funambol.syncclient.sps.common.DataStoreMetadata
 
DEBUG - Static variable in class com.funambol.syncclient.common.logging.Logger
 
debug(String) - Static method in class com.funambol.syncclient.common.logging.Logger
Logs a string at debug level.
DEFAULT_LOG_FILE_NAME - Static variable in class com.funambol.syncclient.common.logging.Logger
 
DEFAULT_MAX_ITEMS_PER_MSG - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
DEFAULT_MAX_MSG_SIZE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
DEFAULT_MAX_OBJ_SIZE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
DEFAULT_MESSAGE_ENC - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
DEFAULT_MESSAGE_ENC - Static variable in class com.funambol.syncclient.spds.SyncManager
 
DEFAULT_MESSAGETYPE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
DEFAULT_MESSAGETYPE - Static variable in class com.funambol.syncclient.spds.SyncManager
 
DEFAULT_PROXYHOST - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
DEFAULT_PROXYPORT - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
DELETE - Static variable in class com.funambol.syncclient.spds.engine.SyncOperation
 
DELETED - Static variable in class com.funambol.syncclient.spds.engine.SyncItemState
A deleted item
deleteRecord(Record) - Method in class com.funambol.syncclient.sps.common.DataStore
delete record
Device - Interface in com.funambol.syncclient.spdm
This interface represents a Device in a generic manner.
DeviceImpl - Class in com.funambol.syncclient.spdm
This is a simple implementation of the Device interface.
DeviceImpl(DeviceManager) - Constructor for class com.funambol.syncclient.spdm.DeviceImpl
 
DeviceManager - Class in com.funambol.syncclient.spdm
This class represents an abstract device manager.
DeviceManager() - Constructor for class com.funambol.syncclient.spdm.DeviceManager
 
DeviceTools - Class in com.funambol.syncclient.common
This class supplies a method for the creation of a device id based on host address/name and username.
DeviceTools() - Constructor for class com.funambol.syncclient.common.DeviceTools
 
Display(String) - Method in class com.funambol.syncclient.spds.UpdateProgressBar
 
DMException - Exception in com.funambol.syncclient.spdm
This class represents a device manager error.
DMException() - Constructor for exception com.funambol.syncclient.spdm.DMException
Creates a new instance of UpdateException without detail message.
DMException(String) - Constructor for exception com.funambol.syncclient.spdm.DMException
Constructs an instance of DMException with the specified detail message.
DMException(String, Throwable) - Constructor for exception com.funambol.syncclient.spdm.DMException
Constructs an instance of DMException with the specified detail message and root cause.
downloadPackage(String) - Static method in class com.funambol.syncclient.common.HttpTools
Download file from the given location.
DummySyncSource - Class in com.funambol.syncclient.spds.source
This class implements a dummy SyncSource that just displays the calls to its methods
DummySyncSource() - Constructor for class com.funambol.syncclient.spds.source.DummySyncSource
Creates a new instance of AbstractSyncSource

E

emptyDataStore() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
reset the syncDB removing all items
endSync() - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
endSync() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
equals(Object) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Two SyncItems are equal if their keys are equal.
equals(Object) - Method in class com.funambol.syncclient.spds.engine.SyncItemKey
Two keys are equal if their keyValues are equal
ERROR - Static variable in class com.funambol.syncclient.common.logging.Logger
 
error(String) - Static method in class com.funambol.syncclient.common.logging.Logger
Logs a string only if level is info or debug: this is used for the exception or error messages.
escapeXml(String) - Static method in class com.funambol.syncclient.common.StringTools
Escapes the characters in a String using XML entities.
execute(String, boolean, InstallationContext) - Method in class com.funambol.syncclient.spap.launcher.JavaLauncher
Executes the class with given name.
execute(String, boolean, InstallationContext) - Method in interface com.funambol.syncclient.spap.launcher.Launcher
Executes the specified programName in the given workingDirectory.
execute(String, boolean, InstallationContext) - Method in class com.funambol.syncclient.spap.launcher.Win32Launcher
Executes the win program with given name.
ExtensionFilter - Class in com.funambol.syncclient.common
 
ExtensionFilter(String) - Constructor for class com.funambol.syncclient.common.ExtensionFilter
 
extract(String, byte[]) - Static method in class com.funambol.syncclient.common.ZipTools
Extract the zip file rappresented by the given byte array.

F

FieldMetadata - Class in com.funambol.syncclient.sps.common
This class create FieldMetadata
FieldMetadata(String, String, Hashtable) - Constructor for class com.funambol.syncclient.sps.common.FieldMetadata
 
FieldMetadataImpl - Class in com.funambol.syncclient.sps.common
This class implements FieldMetadata methods
FieldMetadataImpl(String, String, Hashtable) - Constructor for class com.funambol.syncclient.sps.common.FieldMetadataImpl
 
FileSystemSyncSource - Class in com.funambol.syncclient.spds.source
This class implements a file system SyncSource.
FileSystemSyncSource() - Constructor for class com.funambol.syncclient.spds.source.FileSystemSyncSource
Creates a new instance of FileSystemSyncSource
FileSystemTools - Class in com.funambol.syncclient.common
This class supplies some methods of usefullness for the management of files and directories.
FileSystemTools() - Constructor for class com.funambol.syncclient.common.FileSystemTools
 
filterSyncItems(Principal, Date, char) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Filters the SyncItems in the synchronization database (after a refresh) based on the given principal, last sync timestamp and state (see SyncItemState).
filterSyncItems(Principal, Date, char) - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
Filters the SyncItems in the synchronization database (after a refresh) based on the given principal, last sync timestamp and state (see SyncItemState).
filterSyncItems(Principal, Date, char) - Method in class com.funambol.syncclient.spds.source.SIFSyncSource
Filters the SyncItems in the synchronization database (after a refresh) based on the given principal, last sync timestamp and state (see SyncItemState).
findAllRecords() - Method in class com.funambol.syncclient.sps.common.DataStore
return alla records of dataStore
FindFilter - Class in com.funambol.syncclient.sps.common
This interface implements methods about search filter in database
FindFilter(DataStore, Vector, boolean, boolean) - Constructor for class com.funambol.syncclient.sps.common.FindFilter
 
findRecords(char, Date) - Method in class com.funambol.syncclient.sps.common.DataStore
return a Vector of Record found by state, last timestamp
findRecords(RecordFilter) - Method in class com.funambol.syncclient.sps.common.DataStore
return records of dataStore find by spsRecordFilter
FORMAT_BASE64 - Static variable in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 

G

getAlertXML(Object[]) - Method in class com.funambol.syncclient.spds.SyncMessages
Getter for the alert XML message.
getAllAsset() - Method in class com.funambol.syncclient.spap.AssetDAO
Returns the list of all asset
getAllFiles(String, String) - Static method in class com.funambol.syncclient.common.FileSystemTools
Returns all files in the given directory filtering on the given extension.
getAllSyncItems(Principal) - Method in class com.funambol.syncclient.spap.AssetSyncSource
Returns a list of the assets except those with state 'D'
getAllSyncItems(Principal) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Returns all items in the data store belonging to the given principal.
getAllSyncItems(Principal) - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Returns all items in the data store belonging to the given principal.
getAllSyncItems(Principal) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
getAllSyncItems(Principal) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getApplications() - Method in class com.funambol.syncclient.spap.ApplicationManager
Returns the installed applications.
getAsset(String) - Method in class com.funambol.syncclient.spap.AssetDAO
Returns the asset with the given identifier
getAsset(String) - Method in class com.funambol.syncclient.spap.AssetManager
Returns the asset with the given identifier
getAsset() - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 
getAssetId() - Method in class com.funambol.syncclient.spap.Application
 
getAssetManager() - Static method in class com.funambol.syncclient.spap.AssetManager
Method used for obtain a instance of a AssetManager
getAssetState(String) - Method in class com.funambol.syncclient.spap.AssetDAO
Returns the state of the asset identified from the given id
getAssetState(String) - Method in class com.funambol.syncclient.spap.AssetManager
Returns the state of the asset identified from the given id
getAttributes() - Method in class com.funambol.syncclient.sps.common.FieldMetadata
 
getAuthenticationType() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getAuthor() - Method in class com.funambol.syncclient.spap.Application
 
getBaseDirectory() - Method in interface com.funambol.syncclient.spdm.Device
Returns the base directory, so that the common parent directory of the relative paths used in the device manager and other modules.
getBaseDirectory() - Method in class com.funambol.syncclient.spdm.DeviceImpl
Returns the base directory.
getBinDirectory() - Method in class com.funambol.syncclient.spap.AssetManager
Returns property installationDirectory
getBinDirectory() - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 
getCause() - Method in exception com.funambol.syncclient.spap.ApplicationManagementException
 
getCause() - Method in exception com.funambol.syncclient.spdm.DMException
Returns the root cause of this exception
getCause() - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
getCause() - Method in exception com.funambol.syncclient.spds.SyncException
Retrieves the cause of this exception
getCharset() - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
getChildNode(String) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Retrieves the subnode with the given name
getChildNode(String) - Method in class com.funambol.syncclient.spdm.NodeImpl
Retrieves the subnode with the given name
getChildren() - Method in interface com.funambol.syncclient.spdm.ManagementNode
Retrieves the children subnodes of the current node.
getChildren() - Method in class com.funambol.syncclient.spdm.NodeImpl
Retrieves the children subnodes of the current node.
getClasspath() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getClientContentType() - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
getClientInitXML(Object[]) - Method in class com.funambol.syncclient.spds.SyncMessages
Getter for the client init XML message.
getCommand() - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
getContentId() - Method in class com.funambol.syncclient.spap.Application
 
getContentType() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getContext() - Method in interface com.funambol.syncclient.spdm.ManagementNode
Returns the node's context
getContext() - Method in class com.funambol.syncclient.spdm.NodeImpl
Returns the node's context
getCreatorId() - Method in class com.funambol.syncclient.spap.Application
 
getCurrentVersion() - Method in class com.funambol.syncclient.spap.Asset
Returns property currentVersion
getData() - Method in class com.funambol.syncclient.spds.event.SyncTransportEvent
 
getDataStore() - Method in class com.funambol.syncclient.sps.common.Record
return dataStore
getDataStoreName() - Method in class com.funambol.syncclient.sps.common.DataStore
 
getDataStoreProperties() - Method in class com.funambol.syncclient.sps.common.DataStore
Getter for property dataStoreProperties
getDataStoresMetadata() - Method in class com.funambol.syncclient.spap.Application
 
getDataStoreType() - Method in class com.funambol.syncclient.spap.Application
 
getDate() - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
getDate() - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
getDefaultSync() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getDefaultSync() - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
getDeletedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spap.AssetSyncSource
 
getDeletedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Returns all deleted items belonging to the given principal and deleted after the given point in time.
getDeletedSyncItems(Principal, Date) - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Returns all deleted items belonging to the given principal and deleted after the given point in time.
getDeletedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
getDeletedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getDescription() - Method in class com.funambol.syncclient.spap.Application
 
getDescription() - Method in class com.funambol.syncclient.spap.Asset
Returns property description
getDevice() - Method in class com.funambol.syncclient.spdm.DeviceManager
Returns a Device object representing the device managed by this DeviceManager.
getDevice() - Method in class com.funambol.syncclient.spdm.SimpleDeviceManager
 
getDeviceId() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getDeviceManager() - Static method in class com.funambol.syncclient.spdm.DeviceManager
 
getDeviceManager() - Static method in class com.funambol.syncclient.spdm.SimpleDeviceManager
Factory for SimpleDeviceManager.
getDisplayName() - Method in class com.funambol.syncclient.spap.Application
 
getDisplayName() - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
getExistingFiles() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getFieldMetadata() - Method in class com.funambol.syncclient.sps.common.RecordMetadata
 
getFile(String) - Static method in class com.funambol.syncclient.common.FileSystemTools
Returns the content of the file specified.
getFirstSyncMode() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getFixedURI() - Method in class com.funambol.syncclient.spap.Application
Returns the application uri after changing special characters to '_'
getFullContext() - Method in interface com.funambol.syncclient.spdm.ManagementNode
Returns the entire node's context path (concatenation of all parent context paths).
getFullContext() - Method in class com.funambol.syncclient.spdm.NodeImpl
Returns the entire node's context path (concatenation of all parent context paths).
getHandler() - Static method in class com.funambol.syncclient.common.logging.Logger
return the client handler
getId() - Method in class com.funambol.syncclient.spap.Asset
Returns property id
getIgnoreServerInRespURI() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getInstallationDirectory() - Method in class com.funambol.syncclient.spap.AssetManager
Returns property installationDirectory
getInstallProgram() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property installProgram
getInt(int) - Method in class com.funambol.syncclient.sps.common.Record
read int field
getItemKey() - Method in class com.funambol.syncclient.spds.event.SyncItemEvent
 
getItemKey() - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
getKey() - Method in interface com.funambol.syncclient.spds.engine.SyncItem
 
getKey() - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
 
getKey() - Method in class com.funambol.syncclient.sps.common.Record
return key
getKeyAsString() - Method in class com.funambol.syncclient.spds.engine.SyncItemKey
 
getKeyFieldPosition(RecordMetadata) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
 
getKeyValue() - Method in class com.funambol.syncclient.spds.engine.SyncItemKey
 
getLast() - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Getter for property last.
getLastTimestamp() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getLastUpdate() - Method in class com.funambol.syncclient.spap.Asset
Returns property lastUpdate
getLauncher(String) - Static method in class com.funambol.syncclient.spap.launcher.LauncherFactory
Returns an instance of the appropriate Launcher for the given programName
getLength() - Method in class com.funambol.syncclient.sps.common.Record
 
getLibDirectory() - Method in class com.funambol.syncclient.spap.AssetManager
Returns property installationDirectory
getLibDirectory() - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 
getManagementObject(String) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Reads the properties of the given node and creates an object with the values read.
getManagementObject(String) - Method in class com.funambol.syncclient.spdm.NodeImpl
Reads the properties of the given node and creates an object with the values read.
getManagementTree(String) - Method in class com.funambol.syncclient.spdm.DeviceManager
Returns the management tree starting from the given parent node
getManagementTree() - Method in class com.funambol.syncclient.spdm.DeviceManager
The same as getManagementTree("")
getManagementTree(String) - Method in class com.funambol.syncclient.spdm.SimpleDeviceManager
Return the management tree given its context
getManagementTree() - Method in class com.funambol.syncclient.spdm.SimpleDeviceManager
The same as getManagementTree("")
getManufacturer() - Method in class com.funambol.syncclient.spap.Asset
Returns property manufacturer
getMappingXML(Object[]) - Method in class com.funambol.syncclient.spds.SyncMessages
Getter for the mapping XML message.
getMaxItemsPerMsg() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getMaxMsgSize() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getMaxObjSize() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getMessage() - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
getMessageEnc() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getMessageType() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getModificationsXML(Object[]) - Method in class com.funambol.syncclient.spds.SyncMessages
Getter for the modification XML message.
getModificationType(Record) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
 
getModificationTypeFieldPosition(RecordMetadata) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
 
getMsisdnKey() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getMsisdnVal() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getName() - Method in class com.funambol.syncclient.spap.Asset
Returns property name
getName() - Method in class com.funambol.syncclient.spap.AssetSyncSource
Returns property name
getName() - Method in class com.funambol.syncclient.spds.engine.SyncItemProperty
 
getName() - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Returns the name of the source
getName() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getName() - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
getName() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getName() - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
getName() - Method in class com.funambol.syncclient.sps.common.FieldMetadata
 
getNeedUninstallPrev() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property needUninstallPrev
getNewSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spap.AssetSyncSource
 
getNewSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Returns all new items belonging to the given principal and created after the given point in time.
getNewSyncItems(Principal, Date) - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Returns all new items belonging to the given principal and created after the given point in time.
getNewSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
getNewSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getNewVersion() - Method in class com.funambol.syncclient.spap.Asset
Returns property newVersion
getNextKey() - Method in class com.funambol.syncclient.sps.common.DataStore
 
getNodeValue(String, String) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Retrieves a value from the given management subnode name.
getNodeValue(String, String) - Method in class com.funambol.syncclient.spdm.NodeImpl
Retrieves a value from the given management subnode name.
getNodeValues(String) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Retrieves all values in the given management subnode name.
getNodeValues(String) - Method in class com.funambol.syncclient.spdm.NodeImpl
Provides direct access to a management subtree relative to the node's fullContext.
getNotExistingSyncItem(SyncSource) - Static method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Creates and returns a "not-existing" SyncItem.
getNumberOperationFields(Record) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
 
getOperation() - Method in class com.funambol.syncclient.spds.engine.SyncOperation
Returns the operation this object represents.
getParent() - Method in interface com.funambol.syncclient.spdm.ManagementNode
Retrieves this node's parent.
getParent() - Method in class com.funambol.syncclient.spdm.NodeImpl
Retrieves this node's parent.
getPassword() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getPositionKeyField() - Method in class com.funambol.syncclient.sps.common.Record
 
getPositionModificationTypeField(Record) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
 
getPositionTimestampField(Record) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
 
getProperties() - Method in interface com.funambol.syncclient.spds.engine.SyncItem
Returns the properties property.
getProperties() - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Returns the properties property.
getProperties() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getProperty(String) - Method in interface com.funambol.syncclient.spds.engine.SyncItem
Returns the property with the given name
getProperty(String) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Returns the property with the given name
getPropertyValue(String) - Method in interface com.funambol.syncclient.spds.engine.SyncItem
Returns the value of the property with the given name.
getPropertyValue(String) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Returns the value of the property with the given name.
getProxyHost() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getProxyPort() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getRecordField(String) - Method in class com.funambol.syncclient.sps.common.Record
 
getRecordFieldPosition(String) - Method in class com.funambol.syncclient.sps.common.RecordMetadata
 
getRecordMetadata() - Method in class com.funambol.syncclient.sps.common.DataStore
 
getReleaseDate() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property releaseDate
getReleaseNotes() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property releaseNotes
getServerContentType() - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
getSizeContentFile() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property sizeContentFile
getSourceClass() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getSourceDirectory() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getSourceDrive() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getSourceDrive() - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
getSourceList() - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Getter for property sourceList.
getSourceURI() - Method in class com.funambol.syncclient.spap.AssetSyncSource
Returns property sourceURI
getSourceURI() - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Returns the source URI
getSourceUri() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getSourceUri() - Method in class com.funambol.syncclient.spds.event.SyncItemEvent
 
getSourceUri() - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
getSourceUri() - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
getSourceURI() - Method in class com.funambol.syncclient.spds.source.DummySyncSource
Getter for property uri.
getSourceURI() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Getter for property uri.
getState() - Method in class com.funambol.syncclient.spap.Asset
Returns property state
getState() - Method in interface com.funambol.syncclient.spds.engine.SyncItem
 
getState() - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
 
getStatusCode() - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
getStoreManagerPkg() - Method in class com.funambol.syncclient.spap.Application
 
getStoreVolume() - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
getString(int) - Method in class com.funambol.syncclient.sps.common.Record
read String field
getSupportedSyncModes() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getSupportEmail() - Method in class com.funambol.syncclient.spap.Application
 
getSupportUrl() - Method in class com.funambol.syncclient.spap.Application
 
getSyncItem() - Method in class com.funambol.syncclient.spds.engine.SyncOperation
Rturns the item associated to the operation
getSyncManager(String) - Static method in class com.funambol.syncclient.spds.SyncManager
This is a factory method for SyncManager instances.
getSyncManager(String, Properties) - Static method in class com.funambol.syncclient.spds.SyncManager
This is a factory method for SyncManager instances.
getSyncMode() - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
getSyncModes() - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
getSyncSource() - Method in interface com.funambol.syncclient.spds.engine.SyncItem
Getter for property syncSource.
getSyncSource() - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Getter for property syncSource.
getSyncSource(String) - Method in class com.funambol.syncclient.spds.engine.SyncSourceFactory
 
getTargetLocalUri() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getTimestamp(Record) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
 
getType() - Method in class com.funambol.syncclient.spap.AssetSyncSource
Returns property type
getType() - Method in class com.funambol.syncclient.spds.engine.SyncItemProperty
 
getType() - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Returns the type of the source.
getType() - Method in class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
getType() - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
getType() - Method in class com.funambol.syncclient.spds.event.SyncItemEvent
 
getType() - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
getType() - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
getType() - Method in class com.funambol.syncclient.spds.event.SyncTransportEvent
 
getType() - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
getType() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getType() - Method in class com.funambol.syncclient.sps.common.FieldMetadata
 
getUninstallProgram() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property uninstallProgram
getUniqueFileName() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Returns a unique filename created as: "timestamp-counter"
getUpdatedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spap.AssetSyncSource
 
getUpdatedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Returns all updated items belonging to the given principal and modified after the given point in time.
getUpdatedSyncItems(Principal, Date) - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Returns all updated items belonging to the given principal and modified after the given point in time.
getUpdatedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
getUpdatedSyncItems(Principal, Date) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
getUri() - Method in class com.funambol.syncclient.spap.Application
 
getUri() - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Getter for property uri.
getUrl() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property url
getUrl() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getUseProxy() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getUserAgent() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getUsername() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 
getValue(String) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Returns the given config parameter
getValue(String) - Method in class com.funambol.syncclient.spdm.NodeImpl
 
getValue() - Method in class com.funambol.syncclient.spds.engine.SyncItemProperty
 
getValues() - Method in interface com.funambol.syncclient.spdm.ManagementNode
 
getValues() - Method in class com.funambol.syncclient.spdm.NodeImpl
 
getVersion() - Method in class com.funambol.syncclient.spap.Application
 
getVersion() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns property version
getWorkingDirectory() - Method in class com.funambol.syncclient.common.SimpleClassLoader
 
getWorkingDirectory() - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 

H

handleLineDelimiting(String) - Static method in class com.funambol.syncclient.common.SourceUtils
This method is used to replace the String "=\r\n" with the String "\r\n ": This replace is necessary because the are devices that doesn't sent the correct line delimiting for long line.
Handler - Interface in com.funambol.syncclient.common.logging
Define logging output method
hashMapToXml(HashMap) - Static method in class com.funambol.syncclient.common.SourceUtils
Make xml from an HashMap.
hashtable2hashMap(Hashtable) - Static method in class com.funambol.syncclient.common.HashtableTools
Convert the given Hashtable in an HashMap.
HashtableTools - Class in com.funambol.syncclient.common
This class supplies a method for the conversion of one Hashtable in one HashMap.
HashtableTools() - Constructor for class com.funambol.syncclient.common.HashtableTools
 
hasMoreElements() - Method in class com.funambol.syncclient.spds.util.StrParser
Verify if available more elements about this StrParser.
hasMoreElements() - Method in class com.funambol.syncclient.sps.common.util.StrParser
Verify if available more elements about this StrParser.
HttpTools - Class in com.funambol.syncclient.common
This class supplies some methods of usefullness for the management of HTTP connection.
HttpTools() - Constructor for class com.funambol.syncclient.common.HttpTools
 

I

INFO - Static variable in class com.funambol.syncclient.common.logging.Logger
 
info(String) - Static method in class com.funambol.syncclient.common.logging.Logger
Logs a string at info level
install(File) - Method in class com.funambol.syncclient.spap.ApplicationManager
Install an application packaged in a jar/zip file as described in the class description.
install(InstallationContext) - Static method in class com.funambol.syncclient.spap.installer.SPSInstaller
 
installAsset(String) - Method in class com.funambol.syncclient.spap.AssetManager
Starts the installation process of a asset.
InstallationContext - Class in com.funambol.syncclient.spap.installer
This class keeps information about the installation process and provides a way for installation program to interact with the installation engine, without the need of the AssetManager.
InstallationContext() - Constructor for class com.funambol.syncclient.spap.installer.InstallationContext
Creates a new instance of InstallationContext
isCheckPackageSize() - Method in class com.funambol.syncclient.spap.AssetManager
 
isEmpty(String) - Static method in class com.funambol.syncclient.common.StringTools
Returns true if the given string is null or zero-length, false otherwise.
isEncode() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
isEXT3 - Variable in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
isFAT32 - Variable in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
isHTTPURL(String) - Static method in class com.funambol.syncclient.common.HttpTools
Returns true if the given url is a valid http(s) url.
isKey() - Method in class com.funambol.syncclient.spds.engine.SyncItemProperty
 
isLoggable(int) - Static method in class com.funambol.syncclient.common.logging.Logger
check log level
isSoftSort() - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
isSync() - Method in class com.funambol.syncclient.spap.Application
 
ITEM_ADDED_BY_CLIENT - Static variable in class com.funambol.syncclient.spds.event.SyncItemEvent
A new item is added by the client
ITEM_ADDED_BY_SERVER - Static variable in class com.funambol.syncclient.spds.event.SyncItemEvent
A new item is added on the client
ITEM_DELETED_BY_CLIENT - Static variable in class com.funambol.syncclient.spds.event.SyncItemEvent
An item is deleted by the client
ITEM_DELETED_BY_SERVER - Static variable in class com.funambol.syncclient.spds.event.SyncItemEvent
An item is deleted on the client
ITEM_UPDATED_BY_CLIENT - Static variable in class com.funambol.syncclient.spds.event.SyncItemEvent
An item is updated by the client
ITEM_UPDATED_BY_SERVER - Static variable in class com.funambol.syncclient.spds.event.SyncItemEvent
An item is updated on the client
itemAddedByClient(SyncItemEvent) - Method in class com.funambol.syncclient.spds.event.SyncItemAdapter
 
itemAddedByClient(SyncItemEvent) - Method in interface com.funambol.syncclient.spds.event.SyncItemListener
A new item is added by the client
itemAddedByServer(SyncItemEvent) - Method in class com.funambol.syncclient.spds.event.SyncItemAdapter
 
itemAddedByServer(SyncItemEvent) - Method in interface com.funambol.syncclient.spds.event.SyncItemListener
A new item is added on the client
itemDeletedByClient(SyncItemEvent) - Method in class com.funambol.syncclient.spds.event.SyncItemAdapter
 
itemDeletedByClient(SyncItemEvent) - Method in interface com.funambol.syncclient.spds.event.SyncItemListener
An item is deleted by the client
itemDeletedByServer(SyncItemEvent) - Method in class com.funambol.syncclient.spds.event.SyncItemAdapter
 
itemDeletedByServer(SyncItemEvent) - Method in interface com.funambol.syncclient.spds.event.SyncItemListener
An item is deleted on the client
itemUpdatedByClient(SyncItemEvent) - Method in class com.funambol.syncclient.spds.event.SyncItemAdapter
 
itemUpdatedByClient(SyncItemEvent) - Method in interface com.funambol.syncclient.spds.event.SyncItemListener
An item is updated by the client
itemUpdatedByServer(SyncItemEvent) - Method in class com.funambol.syncclient.spds.event.SyncItemAdapter
 
itemUpdatedByServer(SyncItemEvent) - Method in interface com.funambol.syncclient.spds.event.SyncItemListener
An item is updated on the client

J

JavaLauncher - Class in com.funambol.syncclient.spap.launcher
This class represents a Laucher for the execution of java class.
JavaLauncher() - Constructor for class com.funambol.syncclient.spap.launcher.JavaLauncher
 
join(String[]) - Static method in class com.funambol.syncclient.common.StringTools
Joins the given Strin[] in a comma separated String

K

key - Variable in class com.funambol.syncclient.spds.engine.SyncItemImpl
The SyncItem's uique identifier - read only

L

last - Variable in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
 
lastModifiedFromStateString(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
Launcher - Interface in com.funambol.syncclient.spap.launcher
This interface models a generic class to be able to execute a specific programs category.
LauncherFactory - Class in com.funambol.syncclient.spap.launcher
Manages Laucher
LauncherFactory() - Constructor for class com.funambol.syncclient.spap.launcher.LauncherFactory
 
listAsset(String) - Method in class com.funambol.syncclient.spap.AssetDAO
Returns the list of the asset with the given state.
listAssets(String[]) - Method in class com.funambol.syncclient.spap.AssetManager
Returns the list of the asset with the given states
listAssets(String) - Method in class com.funambol.syncclient.spap.AssetManager
Returns the list of the asset with the given state.
listAssetsForInstallation() - Method in class com.funambol.syncclient.spap.AssetManager
Return list of asset that require the installation process
listAssetsForRemoving() - Method in class com.funambol.syncclient.spap.AssetManager
Return list of asset that require the uninstallation process
loadClass(String, boolean) - Method in class com.funambol.syncclient.common.SimpleClassLoader
 
log(String) - Static method in class com.funambol.syncclient.sps.common.util.StaticDataHelper
Logs a string.
Logger - Class in com.funambol.syncclient.common.logging
This class implement log methods
Logger() - Constructor for class com.funambol.syncclient.common.logging.Logger
 

M

main(String[]) - Static method in class com.funambol.syncclient.spds.source.Test
Deprecated.  
makeAsset(Application, File) - Static method in class com.funambol.syncclient.spap.ApplicationManager
Creates an Asset object from an Application and its package.
ManagementNode - Interface in com.funambol.syncclient.spdm
This interface models a device management node.
MIMETYPE_SYNCMLDS_WBXML - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
MIMETYPE_SYNCMLDS_WBXML - Static variable in class com.funambol.syncclient.spds.SyncManager
 
MIMETYPE_SYNCMLDS_XML - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
MIMETYPE_SYNCMLDS_XML - Static variable in class com.funambol.syncclient.spds.SyncManager
 

N

NEW - Static variable in class com.funambol.syncclient.spds.engine.SyncItemState
A new item
NEW - Static variable in class com.funambol.syncclient.spds.engine.SyncOperation
 
newRecord(String) - Method in class com.funambol.syncclient.sps.common.DataStore
create record
nextElement() - Method in class com.funambol.syncclient.spds.util.StrParser
 
nextElement() - Method in class com.funambol.syncclient.sps.common.util.StrParser
 
NodeImpl - Class in com.funambol.syncclient.spdm
This is an implementation of ManagamentNode that uses file system directories for contexts and properties file for leaf nodes.
NodeImpl(ManagementNode, String) - Constructor for class com.funambol.syncclient.spdm.NodeImpl
Creates a NodeImpl object for the given management context and parent node.
NONE - Static variable in class com.funambol.syncclient.common.logging.Logger
 
NOP - Static variable in class com.funambol.syncclient.spds.engine.SyncOperation
 
NOT_EXISTING - Static variable in class com.funambol.syncclient.spds.engine.SyncItemState
A not existing item

O

OutputHandler - Class in com.funambol.syncclient.common.logging
implement default output logging method
OutputHandler() - Constructor for class com.funambol.syncclient.common.logging.OutputHandler
 

P

PARAM_AUTHENTICATION - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_CLASSPATH - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_DEVICEID - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_FIRST_SYNC_MODE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_IGNORE_SERVER_IN_RESPURI - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_LOG_CONSOLE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_LOG_FILE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_LOG_LEVEL - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_MAX_ITEMS_MSG - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_MAX_MSG_SIZE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_MAX_OBJ_SIZE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_MESSAGE_ENC - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_MESSAGE_TYPE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_MSISDN_HDR - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_MSISDN_VAL - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_PASSWORD - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_PROXYHOST - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_PROXYPORT - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_SYNCMLURL - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_SYSTEM_CLASSPATH - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_TARGETLOCALURI - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_USERAGENT - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_USERNAME - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PARAM_USERPROXY - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
printMessage(String) - Method in interface com.funambol.syncclient.common.logging.Handler
 
printMessage(String) - Method in class com.funambol.syncclient.common.logging.OutputHandler
 
printStackTrace() - Method in exception com.funambol.syncclient.spap.ApplicationManagementException
 
printStackTrace(PrintStream) - Method in exception com.funambol.syncclient.spap.ApplicationManagementException
 
printStackTrace(PrintWriter) - Method in exception com.funambol.syncclient.spap.ApplicationManagementException
 
printStackTrace() - Method in exception com.funambol.syncclient.spap.AssetManagementException
Prints the exception and its cause (if any) stack trace
printStackTrace() - Method in exception com.funambol.syncclient.spdm.DMException
Prints the exception and its cause (if any) stack trace
printStackTrace() - Method in exception com.funambol.syncclient.spds.SyncException
Print exception and cause stack trace to the standard error stream
PROP_APPLICATION_DISPLAY_NAME - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PROP_APPLICATION_DISPLAY_NAME - Static variable in class com.funambol.syncclient.spds.SyncManager
 
PROP_APPLICATION_SUPPORT_MAIL - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PROP_APPLICATION_SUPPORT_MAIL - Static variable in class com.funambol.syncclient.spds.SyncManager
 
PROP_APPLICATION_SUPPORT_URL - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
PROP_APPLICATION_SUPPORT_URL - Static variable in class com.funambol.syncclient.spds.SyncManager
 
PROP_BASE_DIR - Static variable in class com.funambol.syncclient.spdm.DeviceImpl
The base directory configuration property
PROP_DEBUG - Static variable in class com.funambol.syncclient.common.logging.Logger
 
PROP_DM_DIR_BASE - Static variable in class com.funambol.syncclient.spdm.SimpleDeviceManager
The system property name for the base directory
PROP_ERROR - Static variable in class com.funambol.syncclient.common.logging.Logger
 
PROP_INFO - Static variable in class com.funambol.syncclient.common.logging.Logger
 
PROP_NONE - Static variable in class com.funambol.syncclient.common.logging.Logger
 
properties - Variable in class com.funambol.syncclient.spds.engine.SyncItemImpl
The SyncItem's properties - read and write
PROPERTY_BINARY_CONTENT - Static variable in interface com.funambol.syncclient.spds.engine.SyncItem
 
PROPERTY_DESCRIPTION - Static variable in class com.funambol.syncclient.spap.Asset
 
PROPERTY_FORMAT - Static variable in interface com.funambol.syncclient.spds.engine.SyncItem
 
PROPERTY_ID - Static variable in class com.funambol.syncclient.spap.Asset
 
PROPERTY_INSTALL_PROGRAM - Static variable in class com.funambol.syncclient.spap.AssetVersion
 
PROPERTY_LAST_UPDATE - Static variable in class com.funambol.syncclient.spap.Asset
 
PROPERTY_MANUFACTURER - Static variable in class com.funambol.syncclient.spap.Asset
 
PROPERTY_NAME - Static variable in class com.funambol.syncclient.spap.Asset
 
PROPERTY_NEED_UNINSTALL_PREV - Static variable in class com.funambol.syncclient.spap.AssetVersion
 
PROPERTY_RELEASE_DATE - Static variable in class com.funambol.syncclient.spap.AssetVersion
 
PROPERTY_RELEASE_NOTES - Static variable in class com.funambol.syncclient.spap.AssetVersion
 
PROPERTY_SIZE_ASSET_FILE - Static variable in class com.funambol.syncclient.spap.AssetVersion
 
PROPERTY_STATE - Static variable in class com.funambol.syncclient.spap.Asset
 
PROPERTY_TIMESTAMP - Static variable in interface com.funambol.syncclient.spds.engine.SyncItem
 
PROPERTY_TYPE - Static variable in interface com.funambol.syncclient.spds.engine.SyncItem
 
PROPERTY_UNINSTALL_PROGRAM - Static variable in class com.funambol.syncclient.spap.AssetVersion
 
PROPERTY_URL - Static variable in class com.funambol.syncclient.spap.AssetVersion
 
PROPERTY_VERSION - Static variable in class com.funambol.syncclient.spap.AssetVersion
 

R

readFileBytes(File) - Static method in class com.funambol.syncclient.common.FileSystemTools
Reads a file into a byte array given its filename
readFileBytes(String) - Static method in class com.funambol.syncclient.common.FileSystemTools
Reads a file into a byte array given its filename
readFileContent(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Reads the content of the given file.
readFileString(File) - Static method in class com.funambol.syncclient.common.FileSystemTools
Reads a file into a String given its filename
readFileString(String) - Static method in class com.funambol.syncclient.common.FileSystemTools
Reads a file into a String given its filename
readFileString(InputStream) - Static method in class com.funambol.syncclient.common.FileSystemTools
Reads a file into a String given an input stream.
readRecord(Record) - Method in class com.funambol.syncclient.sps.common.DataStore
read record
RECEIVE_DATA_BEGIN - Static variable in class com.funambol.syncclient.spds.event.SyncTransportEvent
Engine started to receive data from the server
RECEIVE_DATA_END - Static variable in class com.funambol.syncclient.spds.event.SyncTransportEvent
Engine has received all data from the server
receiveDataBegin(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.event.SyncTransportAdapter
 
receiveDataBegin(SyncTransportEvent) - Method in interface com.funambol.syncclient.spds.event.SyncTransportListener
Engine started to receive data from the server
receiveDataBegin(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.SyncManager
Send syncTransportEvent to syncTransportListeners on receiveDataBegin method.
receiveDataEnd(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.event.SyncTransportAdapter
 
receiveDataEnd(SyncTransportEvent) - Method in interface com.funambol.syncclient.spds.event.SyncTransportListener
Engine is receiving data from the server
receiveDataEnd(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.SyncManager
Send syncTransportEvent to syncTransportListeners on receiveDataEnd method.
Record - Class in com.funambol.syncclient.sps.common
This interface define Record method $Id: Record.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
Record(DataStore, String) - Constructor for class com.funambol.syncclient.sps.common.Record
 
RecordFilter - Class in com.funambol.syncclient.sps.common
This class defines methods about search filter in database $Id: RecordFilter.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
RecordFilter() - Constructor for class com.funambol.syncclient.sps.common.RecordFilter
 
RecordMetadata - Class in com.funambol.syncclient.sps.common
This class create RecordMetadata $Id: RecordMetadata.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
RecordMetadata(FieldMetadata[]) - Constructor for class com.funambol.syncclient.sps.common.RecordMetadata
 
recovery(Principal) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
This method manage recovery database in slowsync status
removeAsset(Asset) - Method in class com.funambol.syncclient.spap.AssetDAO
Remove the asset from DM
removeAsset(String) - Method in class com.funambol.syncclient.spap.AssetManager
Remove a asset.
removeDirectoryTree(String) - Static method in class com.funambol.syncclient.common.FileSystemTools
Delete a directory, his subdirectory and all files.
removeNode(String) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Remove subnode from configuration three.
removeNode(String) - Method in class com.funambol.syncclient.spdm.NodeImpl
Remove subnode from configuration three.
removeState(Principal, String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
removeSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spap.AssetSyncSource
Removes a Asset given its key.
removeSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Removes a SyncItem given its key.
removeSyncItem(Principal, SyncItem) - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Removes a SyncItem given its key.
removeSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
removeSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
removeSyncItemListener(SyncItemListener) - Method in class com.funambol.syncclient.spds.SyncManager
Remove the specified SyncItemListener.
removeSyncListener(SyncListener) - Method in class com.funambol.syncclient.spds.SyncManager
Remove the specified SyncListener.
removeSyncSourceListener(SyncSourceListener) - Method in class com.funambol.syncclient.spds.SyncManager
Remove the specified SyncSourceListener.
removeSyncStatusListener(SyncStatusListener) - Method in class com.funambol.syncclient.spds.SyncManager
Remove the specified SyncStatusListener.
removeSyncTransportListener(SyncTransportListener) - Method in class com.funambol.syncclient.spds.SyncManager
Remove the specified SyncTransportListener.
replaceServer(String, String) - Static method in class com.funambol.syncclient.spds.util.URLTools
Replaces in the respURI the server name specified in the syncmlURL
replaceSpecial(String) - Static method in class com.funambol.syncclient.common.StringTools
Replaces special characters from the given string with an underscore ('_').
restoreSyncDB() - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
remove old deleted files from syncDB
ROOT_NAME - Static variable in class com.funambol.syncclient.common.SourceUtils
 
roundTime(long) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Rounds the given time according to the underlying FS.
roundTimeEXT3(long) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Rounds the given time according to the approximation done by the EXT3 filesystem.
roundTimeFAT32(long) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Rounds the given time according to the approximation done by the FAT32 filesystem.

S

SEND_DATA_BEGIN - Static variable in class com.funambol.syncclient.spds.event.SyncTransportEvent
Engine started to send data to the server
SEND_DATA_END - Static variable in class com.funambol.syncclient.spds.event.SyncTransportEvent
Engine has sent all data to the server
SEND_FINALIZATION - Static variable in class com.funambol.syncclient.spds.event.SyncEvent
Send finalization message
SEND_INITIALIZATION - Static variable in class com.funambol.syncclient.spds.event.SyncEvent
Send initialization message
SEND_MODIFICATION - Static variable in class com.funambol.syncclient.spds.event.SyncEvent
Send modification message
sendDataBegin(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.event.SyncTransportAdapter
 
sendDataBegin(SyncTransportEvent) - Method in interface com.funambol.syncclient.spds.event.SyncTransportListener
Engine started to send data to the server
sendDataBegin(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.SyncManager
Send syncTransportEvent to syncTransportListeners on sendDataBegin method.
sendDataEnd(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.event.SyncTransportAdapter
 
sendDataEnd(SyncTransportEvent) - Method in interface com.funambol.syncclient.spds.event.SyncTransportListener
Engine has sent all data to the server
sendDataEnd(SyncTransportEvent) - Method in class com.funambol.syncclient.spds.SyncManager
Send syncTransportEvent to syncTransportListeners on sendDataEnd method.
sendFinalization(SyncEvent) - Method in class com.funambol.syncclient.spds.event.SyncAdapter
 
sendFinalization(SyncEvent) - Method in interface com.funambol.syncclient.spds.event.SyncListener
Send finalization message
sendInitialization(SyncEvent) - Method in class com.funambol.syncclient.spds.event.SyncAdapter
 
sendInitialization(SyncEvent) - Method in interface com.funambol.syncclient.spds.event.SyncListener
Send initialization message
sendMessage(String) - Method in interface com.funambol.syncclient.spds.SyncMLClient
 
sendMessage(String, String) - Method in interface com.funambol.syncclient.spds.SyncMLClient
 
sendMessage(String) - Method in class com.funambol.syncclient.spds.WBXMLSyncMLClient
 
sendMessage(String, String) - Method in class com.funambol.syncclient.spds.WBXMLSyncMLClient
 
sendMessage(String) - Method in class com.funambol.syncclient.spds.XMLSyncMLClient
 
sendMessage(String, String) - Method in class com.funambol.syncclient.spds.XMLSyncMLClient
 
sendModification(SyncEvent) - Method in class com.funambol.syncclient.spds.event.SyncAdapter
 
sendModification(SyncEvent) - Method in interface com.funambol.syncclient.spds.event.SyncListener
Send modification message
SESSION_ID - Static variable in class com.funambol.syncclient.spds.SyncManager
 
setAsset(Asset, Timestamp) - Method in class com.funambol.syncclient.spap.AssetDAO
Save the asset.
setAsset(Asset) - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 
setAssetAsNotValid(Asset, Throwable) - Method in class com.funambol.syncclient.spap.AssetDAO
Sets the asset as NOT VALID
setAssetAsNotWanted(String) - Method in class com.funambol.syncclient.spap.AssetManager
Sets asset's state to Asset.STATE_NEW_VERSION_NOT_WISHED
setAssetId(String) - Method in class com.funambol.syncclient.spap.Application
 
setAssetState(String, String) - Method in class com.funambol.syncclient.spap.AssetDAO
Sets the state of the asset identified from the given idAsset
setAssetState(Asset, String) - Method in class com.funambol.syncclient.spap.AssetDAO
Sets the state of the asset.
setAssetState(Asset, String) - Method in class com.funambol.syncclient.spap.AssetManager
Set the state of the given asset.
setAssetVersion(String, String, AssetVersion, boolean) - Method in class com.funambol.syncclient.spap.AssetDAO
Saving the given AssetVersion for the asset identified from the specified manufacturer and name.
setAuthor(String) - Method in class com.funambol.syncclient.spap.Application
 
setBaseDirectory(String) - Method in interface com.funambol.syncclient.spdm.Device
Sets the device base directory
setBaseDirectory(String) - Method in class com.funambol.syncclient.spdm.DeviceImpl
Sets the device base directory
setBinDirectory(String) - Method in class com.funambol.syncclient.spap.AssetManager
Sets property
setBinDirectory(String) - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 
setCause(Throwable) - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
setCharset(String) - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
setCheckPackageSize(boolean) - Method in class com.funambol.syncclient.spap.AssetManager
 
setClientContentType(String) - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
setCommand(String) - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
setContentId(String) - Method in class com.funambol.syncclient.spap.Application
 
setCreatorId(String) - Method in class com.funambol.syncclient.spap.Application
 
setCurrentVersion(AssetVersion) - Method in class com.funambol.syncclient.spap.Asset
Sets property
setCurrentVersion(Map) - Method in class com.funambol.syncclient.spap.Asset
Sets the current version using the given Map
setData(int) - Method in class com.funambol.syncclient.spds.event.SyncTransportEvent
 
setDataStore(DataStore) - Method in class com.funambol.syncclient.sps.common.Record
set dataStore
setDataStoreProperties(Hashtable) - Method in class com.funambol.syncclient.sps.common.DataStore
Setter for property dataStoreProperties.
setDataStoresMetadata(Vector) - Method in class com.funambol.syncclient.spap.Application
 
setDataStoreType(String) - Method in class com.funambol.syncclient.spap.Application
 
setDate(Date) - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
setDate(Date) - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
setDefaultEnableConsole() - Static method in class com.funambol.syncclient.common.logging.Logger
set default enable console
setDefaultLevel() - Static method in class com.funambol.syncclient.common.logging.Logger
set default logger level
setDefaultLogFile() - Static method in class com.funambol.syncclient.common.logging.Logger
set default log file name
setDefaultSync(String) - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
setDescription(String) - Method in class com.funambol.syncclient.spap.Application
 
setDescription(String) - Method in class com.funambol.syncclient.spap.Asset
Sets property
setDisplayName(String) - Method in class com.funambol.syncclient.spap.Application
 
setDisplayName(String) - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
setEnableConsole(boolean) - Static method in class com.funambol.syncclient.common.logging.Logger
set enable / disable log console
setEncode(boolean) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setEncode(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setExtension(String) - Method in class com.funambol.syncclient.common.ExtensionFilter
 
setField(int, String) - Method in class com.funambol.syncclient.sps.common.Record
set record field
setHandler(Handler) - Static method in class com.funambol.syncclient.common.logging.Logger
set handler
setId(String) - Method in class com.funambol.syncclient.spap.Asset
Sets property id
setInstallationDirectory(String) - Method in class com.funambol.syncclient.spap.AssetManager
Sets property
setInstallProgram(String) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property BooleanProperty
setItemKey(SyncItemKey) - Method in class com.funambol.syncclient.spds.event.SyncItemEvent
 
setItemKey(SyncItemKey) - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
setKey(String) - Method in class com.funambol.syncclient.sps.common.Record
set key
setKeyValue(Object) - Method in class com.funambol.syncclient.spds.engine.SyncItemKey
 
setLast(String) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Setter for property last.
setLastUpdate(Timestamp) - Method in class com.funambol.syncclient.spap.Asset
Sets property
setLevel(int) - Static method in class com.funambol.syncclient.common.logging.Logger
set logger level
setLevel(String) - Static method in class com.funambol.syncclient.common.logging.Logger
set logger level
setLibDirectory(String) - Method in class com.funambol.syncclient.spap.AssetManager
Sets property
setLibDirectory(String) - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 
setLogFile(String) - Static method in class com.funambol.syncclient.common.logging.Logger
set log file
setManufacturer(String) - Method in class com.funambol.syncclient.spap.Asset
Sets property
setMessage(String) - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
setModificationType(Record, String) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
set modificationType
setName(String) - Method in class com.funambol.syncclient.spap.Asset
Sets property
setName(String) - Method in class com.funambol.syncclient.spap.AssetSyncSource
Sets property name
setName(String) - Method in class com.funambol.syncclient.spds.engine.SyncItemProperty
 
setName(String) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
setName(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setName(String) - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
setNeedUninstallPrev(String) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property
setNewVersion(AssetVersion) - Method in class com.funambol.syncclient.spap.Asset
Sets property
setNewVersion(Map) - Method in class com.funambol.syncclient.spap.Asset
Sets the new version using the given Map
setParam1(String) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
Some other initialization parameter
setProperties(Hashtable) - Method in interface com.funambol.syncclient.spds.engine.SyncItem
Sets the properties property.
setProperties(Hashtable) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Sets the properties property.
setProperty(SyncItemProperty) - Method in interface com.funambol.syncclient.spds.engine.SyncItem
Sets/adds the given property to this SyncItem
setProperty(SyncItemProperty) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Sets/adds the given property to this SyncItem
setPropertyValue(String, String) - Method in interface com.funambol.syncclient.spds.engine.SyncItem
Sets the value of the property with the given name.
setPropertyValue(String, String) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Sets the value of the property with the given name.
setRecordField(String, Vector) - Method in class com.funambol.syncclient.sps.common.Record
 
setReleaseDate(String) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property
setReleaseNotes(String) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property
setServerContentType(String) - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
setSizeContentFile(int) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property
setSoftSort(boolean) - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
setSourceDirectory(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setSourceDirectory(String) - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
setSourceDrive(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setSourceDrive(String) - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
setSourceList(String) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Setter for property sourceList.
setSourceURI(String) - Method in class com.funambol.syncclient.spap.AssetSyncSource
Sets property sourceURI
setSourceUri(String) - Method in class com.funambol.syncclient.spds.event.SyncItemEvent
 
setSourceUri(String) - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
setSourceUri(String) - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
setSourceURI(String) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
Setter for property uri.
setSourceURI(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
Setter for property uri.
setState(String) - Method in class com.funambol.syncclient.spap.Asset
Sets property
setState(char) - Method in interface com.funambol.syncclient.spds.engine.SyncItem
 
setState(char) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
 
setState(Principal, String, char, long) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setStatusCode(int) - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
setStoreManagerPkg(String) - Method in class com.funambol.syncclient.spap.Application
 
setStoreVolume(String) - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
setSupportEmail(String) - Method in class com.funambol.syncclient.spap.Application
 
setSupportUrl(String) - Method in class com.funambol.syncclient.spap.Application
 
setSync(boolean) - Method in class com.funambol.syncclient.spap.Application
 
setSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spap.AssetSyncSource
Replaces an existing Asset or adds a new Asset if it does not exist.
setSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Replaces an existing SyncItem or adds a new SyncItem if it does not exist.
setSyncItem(Principal, SyncItem) - Method in interface com.funambol.syncclient.spds.engine.SyncSource
Replaces an existing SyncItem or adds a new SyncItem if it does not exist.
setSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
setSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
 
setSyncItem(Principal, SyncItem) - Method in class com.funambol.syncclient.spds.source.SIFSyncSource
 
setSyncMode(int) - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
setSyncModes(String[]) - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
 
setSyncSource(SyncSource) - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Setter for property syncSource.
setTimestamp(Record, String) - Static method in class com.funambol.syncclient.spds.SyncRecordFunction
set timestamp
setType(String) - Method in class com.funambol.syncclient.spap.AssetSyncSource
Sets property type
setType(String) - Method in class com.funambol.syncclient.spds.engine.SyncItemProperty
 
setType(int) - Method in class com.funambol.syncclient.spds.event.SyncEvent
 
setType(int) - Method in class com.funambol.syncclient.spds.event.SyncItemEvent
 
setType(int) - Method in class com.funambol.syncclient.spds.event.SyncSourceEvent
 
setType(int) - Method in class com.funambol.syncclient.spds.event.SyncStatusEvent
 
setType(int) - Method in class com.funambol.syncclient.spds.event.SyncTransportEvent
 
setType(String) - Method in class com.funambol.syncclient.spds.source.DummySyncSource
 
setType(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
setUninstallProgram(String) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property BooleanProperty
setUri(String) - Method in class com.funambol.syncclient.spap.Application
 
setUri(String) - Method in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
Setter for property uri.
setUrl(String) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property
setValue(String, Object) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Sets the node value as a whole object.
setValue(String, String, Object) - Method in interface com.funambol.syncclient.spdm.ManagementNode
Sets a subnode specific value.
setValue(String, Object) - Method in class com.funambol.syncclient.spdm.NodeImpl
Sets a node value as a whole object.
setValue(String, String, Object) - Method in class com.funambol.syncclient.spdm.NodeImpl
Sets a subnode specific value.
setValue(Object) - Method in class com.funambol.syncclient.spds.engine.SyncItemProperty
 
setValue(int) - Method in class com.funambol.syncclient.spds.UpdateProgressBar
 
setVersion(String) - Method in class com.funambol.syncclient.spap.Application
 
setVersion(String) - Method in class com.funambol.syncclient.spap.AssetVersion
Sets property
setWorkingDirectory(String) - Method in class com.funambol.syncclient.spap.installer.InstallationContext
 
SIFFileSystemSyncSource - Class in com.funambol.syncclient.spds.source
This class implements a SyncSource that extends a FileSystemSyncSource and it's able to receive and send items in the following formats: SIF-C SIF-E text vCard vCalendar The clientContentType and the serverContentType specify the format of which the client and the server send the items and would receive the returned.
SIFFileSystemSyncSource() - Constructor for class com.funambol.syncclient.spds.source.SIFFileSystemSyncSource
Creates a new instance of AbstractSyncSource
SIFSyncSource - Class in com.funambol.syncclient.spds.source
This class implements a dummy SyncSource that just displays the calls to its methods
SIFSyncSource() - Constructor for class com.funambol.syncclient.spds.source.SIFSyncSource
Creates a new instance of AbstractSyncSource
SimpleClassLoader - Class in com.funambol.syncclient.common
Simple classLoader for the loading of java class.
SimpleClassLoader(String) - Constructor for class com.funambol.syncclient.common.SimpleClassLoader
Creates a new SimpleClassLoader with the given workingDirectory.
SimpleDeviceManager - Class in com.funambol.syncclient.spdm
This is a simple implementation of DeviceManager that uses the file system to store and read nodes.
SimpleDeviceManager() - Constructor for class com.funambol.syncclient.spdm.SimpleDeviceManager
Creates a new SimpleDeviceManager
sourceList - Variable in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
 
SourceUtils - Class in com.funambol.syncclient.common
Provide methods to convert XML to HashMap and HashMap to XML
SourceUtils() - Constructor for class com.funambol.syncclient.common.SourceUtils
 
split(String) - Static method in class com.funambol.syncclient.common.StringTools
Splits a comma separated values string into an array of strings.
SPSInstaller - Class in com.funambol.syncclient.spap.installer
This is the installer class for SPS applications.
SPSInstaller() - Constructor for class com.funambol.syncclient.spap.installer.SPSInstaller
 
startDBOperations() - Method in class com.funambol.syncclient.sps.common.DataStore
Method define start DB operations
state - Variable in class com.funambol.syncclient.spds.engine.SyncItemImpl
The state of this SyncItem
STATE_ASSET_INSTALLED - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_DELETE - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_FILE_DOWNLOAD - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_FILE_EXTRACTED - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_NEW - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_NEW_VERSION_NOT_WANTED - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_NOT_VALID - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_PREVIOUS_VERSION_UNINSTALLED - Static variable in class com.funambol.syncclient.spap.Asset
 
STATE_UPDATE - Static variable in class com.funambol.syncclient.spap.Asset
 
stateFromStateString(String) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
 
StaticDataHelper - Class in com.funambol.syncclient.sps.common.util
This class supports statics data and static methods available from all MIDlet package.
StaticDataHelper() - Constructor for class com.funambol.syncclient.sps.common.util.StaticDataHelper
 
STATUS_COMMAND_CHANGE - Static variable in class com.funambol.syncclient.spds.SyncManager
 
STATUS_COMMAND_NEW - Static variable in class com.funambol.syncclient.spds.SyncManager
 
STATUS_RECEIVED - Static variable in class com.funambol.syncclient.spds.event.SyncStatusEvent
Received status from the server
STATUS_TO_SEND - Static variable in class com.funambol.syncclient.spds.event.SyncStatusEvent
Create status to send to the server
statusReceived(SyncStatusEvent) - Method in class com.funambol.syncclient.spds.event.SyncStatusAdapter
 
statusReceived(SyncStatusEvent) - Method in interface com.funambol.syncclient.spds.event.SyncStatusListener
Status received
statusToSend(SyncStatusEvent) - Method in class com.funambol.syncclient.spds.event.SyncStatusAdapter
 
statusToSend(SyncStatusEvent) - Method in interface com.funambol.syncclient.spds.event.SyncStatusListener
 
storeRecord(Record) - Method in class com.funambol.syncclient.sps.common.DataStore
store record
StringTools - Class in com.funambol.syncclient.common
Utility class that groups string manipulation functions.
StringTools() - Constructor for class com.funambol.syncclient.common.StringTools
 
StrParser - Class in com.funambol.syncclient.spds.util
This class implements string parser by parserDelimiter.
StrParser(String, String) - Constructor for class com.funambol.syncclient.spds.util.StrParser
Constructs a string parser for the specified string by parserDelimiter.
StrParser - Class in com.funambol.syncclient.sps.common.util
This class implements string parser by parserDelimiter.
StrParser(String, String) - Constructor for class com.funambol.syncclient.sps.common.util.StrParser
Constructs a string parser for the specified string by parserDelimiter.
sync() - Method in class com.funambol.syncclient.spds.SyncManager
Synchronize all registered synchronization sources.
SYNC_BEGIN - Static variable in class com.funambol.syncclient.spds.event.SyncEvent
The synchronization process start
SYNC_BEGIN - Static variable in class com.funambol.syncclient.spds.event.SyncSourceEvent
SyncSource Synchronization begin
SYNC_END - Static variable in class com.funambol.syncclient.spds.event.SyncEvent
The synchronization process end
SYNC_END - Static variable in class com.funambol.syncclient.spds.event.SyncSourceEvent
SyncSource Synchronization end
SYNC_ERROR - Static variable in class com.funambol.syncclient.spds.event.SyncEvent
A no blocking error occours
SYNC_NONE - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
Synchronization modes
SYNC_NONE - Static variable in class com.funambol.syncclient.spds.SyncManager
Synchronization modes
SYNC_ONEWAY - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
SYNC_ONEWAY - Static variable in class com.funambol.syncclient.spds.SyncManager
 
SYNC_ONEWAYCLIENT - Static variable in class com.funambol.syncclient.spds.SyncManager
 
SYNC_REFRESH - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
SYNC_REFRESH - Static variable in class com.funambol.syncclient.spds.SyncManager
 
SYNC_REFRESHCLIENT - Static variable in class com.funambol.syncclient.spds.SyncManager
 
SYNC_SLOW - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
SYNC_SLOW - Static variable in class com.funambol.syncclient.spds.SyncManager
 
SYNC_TWOWAY - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
SYNC_TWOWAY - Static variable in class com.funambol.syncclient.spds.SyncManager
 
SyncAdapter - Class in com.funambol.syncclient.spds.event
Provide empty implementation of SyncListener methods
SyncAdapter() - Constructor for class com.funambol.syncclient.spds.event.SyncAdapter
 
syncBegin(SyncEvent) - Method in class com.funambol.syncclient.spds.event.SyncAdapter
 
syncBegin(SyncEvent) - Method in interface com.funambol.syncclient.spds.event.SyncListener
The synchronization process start
syncBegin(SyncSourceEvent) - Method in class com.funambol.syncclient.spds.event.SyncSourceAdapter
 
syncBegin(SyncSourceEvent) - Method in interface com.funambol.syncclient.spds.event.SyncSourceListener
SyncSource Synchronization begin
SyncConfiguration - Class in com.funambol.syncclient.spds
 
SyncConfiguration(Hashtable, Properties) - Constructor for class com.funambol.syncclient.spds.SyncConfiguration
SyncConfiguration constructor
syncEnd(SyncEvent) - Method in class com.funambol.syncclient.spds.event.SyncAdapter
 
syncEnd(SyncEvent) - Method in interface com.funambol.syncclient.spds.event.SyncListener
The synchronization process end
syncEnd(SyncSourceEvent) - Method in class com.funambol.syncclient.spds.event.SyncSourceAdapter
 
syncEnd(SyncSourceEvent) - Method in interface com.funambol.syncclient.spds.event.SyncSourceListener
SyncSource Synchronization end
syncError(SyncEvent) - Method in class com.funambol.syncclient.spds.event.SyncAdapter
 
syncError(SyncEvent) - Method in interface com.funambol.syncclient.spds.event.SyncListener
A no blocking error occours
SyncEvent - Class in com.funambol.syncclient.spds.event
Is used to notify the listeners for the principal states.
SyncEvent(int, long) - Constructor for class com.funambol.syncclient.spds.event.SyncEvent
Creates a SyncEvent
SyncEvent(int, long, String, Throwable) - Constructor for class com.funambol.syncclient.spds.event.SyncEvent
Creates a SyncEvent
SyncException - Exception in com.funambol.syncclient.spds
This exception represents the base exception for synchronization engine related error conditions.
SyncException() - Constructor for exception com.funambol.syncclient.spds.SyncException
Creates a new instance of SyncException without detail message.
SyncException(String) - Constructor for exception com.funambol.syncclient.spds.SyncException
Constructs an instance of SyncException with the specified detail message.
SyncException(String, Throwable) - Constructor for exception com.funambol.syncclient.spds.SyncException
Constructs an instance of SyncException with the specified detail message and root cause.
SYNCHRONIZED - Static variable in class com.funambol.syncclient.spds.engine.SyncItemState
An unchanged item
SyncItem - Interface in com.funambol.syncclient.spds.engine
SyncItem is the indivisible entity that can be exchanged in a synchronization process.
SyncItemAdapter - Class in com.funambol.syncclient.spds.event
Provide empty implementation of SyncItemListener methods
SyncItemAdapter() - Constructor for class com.funambol.syncclient.spds.event.SyncItemAdapter
 
SyncItemEvent - Class in com.funambol.syncclient.spds.event
Is used to notify the listeners when a item is added / updated / deleted by a command received from the server or when a item is added / updated / deleted on by the client
SyncItemEvent(int, String, SyncItemKey) - Constructor for class com.funambol.syncclient.spds.event.SyncItemEvent
Creates a SyncItemEvent
SyncItemImpl - Class in com.funambol.syncclient.spds.engine
SyncItemImpl is a basic implemenation of a SyncItem.
SyncItemImpl(SyncSource, Object) - Constructor for class com.funambol.syncclient.spds.engine.SyncItemImpl
 
SyncItemImpl(SyncSource, Object, char) - Constructor for class com.funambol.syncclient.spds.engine.SyncItemImpl
Creates a new SyncItem belonging to the given source.
SyncItemKey - Class in com.funambol.syncclient.spds.engine
This class represents a unique identifier of a SyncItem item in a repository.
SyncItemKey(Object) - Constructor for class com.funambol.syncclient.spds.engine.SyncItemKey
 
SyncItemListener - Interface in com.funambol.syncclient.spds.event
Is used to notify when a item is added / updated / deleted by a command received from the server or when a item is added / updated / deleted on by the client
SyncItemProperty - Class in com.funambol.syncclient.spds.engine
Represents a property (a piece of information) of a SyncItem.
SyncItemProperty(String, Object) - Constructor for class com.funambol.syncclient.spds.engine.SyncItemProperty
 
SyncItemProperty(String, Object, String) - Constructor for class com.funambol.syncclient.spds.engine.SyncItemProperty
 
SyncItemState - Class in com.funambol.syncclient.spds.engine
It collects the possible states in which a SyncItem can be.
SyncItemState() - Constructor for class com.funambol.syncclient.spds.engine.SyncItemState
 
SyncListener - Interface in com.funambol.syncclient.spds.event
Is used to notify for the principal states.
SyncManager - Class in com.funambol.syncclient.spds
The SyncManager is the contact point between a host application and the synchronization engine.
SyncManager(String, Properties) - Constructor for class com.funambol.syncclient.spds.SyncManager
Creates a SyncManager bound to a specific application.
SyncManager(String) - Constructor for class com.funambol.syncclient.spds.SyncManager
Creates a SyncManager bound to a specific application.
SyncMessages - Class in com.funambol.syncclient.spds
 
SyncMessages() - Constructor for class com.funambol.syncclient.spds.SyncMessages
Creates the SyncMessages.
SyncMLClient - Interface in com.funambol.syncclient.spds
 
SyncOperation - Class in com.funambol.syncclient.spds.engine
This class represents a synchronization operation to perform on a SyncSource.
SyncOperation(SyncItem, char) - Constructor for class com.funambol.syncclient.spds.engine.SyncOperation
Creates a new SyncOperation given the SyncItem and the operation.
SyncRecordFunction - Class in com.funambol.syncclient.spds
This class provide methods about control timestamp and modificationType $Id: SyncRecordFunction.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
SyncRecordFunction() - Constructor for class com.funambol.syncclient.spds.SyncRecordFunction
 
syncSource - Variable in class com.funambol.syncclient.spds.engine.SyncItemImpl
The SyncSource this item belongs to
SyncSource - Interface in com.funambol.syncclient.spds.engine
A SyncSource is responsible for storing and retrieving SyncItem objects from/to an external data source.
SyncSourceAdapter - Class in com.funambol.syncclient.spds.event
Provide empty implementation of SyncSourceListener methods
SyncSourceAdapter() - Constructor for class com.funambol.syncclient.spds.event.SyncSourceAdapter
 
SyncSourceDefinition - Class in com.funambol.syncclient.spds.engine
This class groups the configuration information of a SyncSource.
SyncSourceDefinition(Hashtable) - Constructor for class com.funambol.syncclient.spds.engine.SyncSourceDefinition
 
SyncSourceEvent - Class in com.funambol.syncclient.spds.event
Is used to notify the listeners of the beginning and the end of the synchronization of a particolar syncsource.
SyncSourceEvent(int, String, int, long) - Constructor for class com.funambol.syncclient.spds.event.SyncSourceEvent
Creates a SyncSourceEvent
SyncSourceFactory - Class in com.funambol.syncclient.spds.engine
This is a factory for SyncSource objects.
SyncSourceFactory(String, Hashtable) - Constructor for class com.funambol.syncclient.spds.engine.SyncSourceFactory
Creates a new SyncSourceFactory reading the sync source implementation classes from the given libDirectory and using the given syncSourcesDefinition.
SyncSourceListener - Interface in com.funambol.syncclient.spds.event
Is used to notify of the beginning and the end of the synchronization of a particolar syncsource.
SyncStatusAdapter - Class in com.funambol.syncclient.spds.event
Provide empty implementation of SyncStatusListener methods
SyncStatusAdapter() - Constructor for class com.funambol.syncclient.spds.event.SyncStatusAdapter
 
SyncStatusEvent - Class in com.funambol.syncclient.spds.event
Is used to notify the listeners received a status command.
SyncStatusEvent(int, String, int, SyncItemKey, String) - Constructor for class com.funambol.syncclient.spds.event.SyncStatusEvent
Creates a SyncStatusEvent
SyncStatusListener - Interface in com.funambol.syncclient.spds.event
Is used to notify received a status command.
SyncTransportAdapter - Class in com.funambol.syncclient.spds.event
Provide empty implementation of SyncTransportListener methods
SyncTransportAdapter() - Constructor for class com.funambol.syncclient.spds.event.SyncTransportAdapter
 
SyncTransportEvent - Class in com.funambol.syncclient.spds.event
Is used to notify the listeners of the sending of data to the server and of the reception of data from the server.
SyncTransportEvent(int, int) - Constructor for class com.funambol.syncclient.spds.event.SyncTransportEvent
Creates a SyncTransportEvent
SyncTransportListener - Interface in com.funambol.syncclient.spds.event
Is used to notify of the sending of data to the server and of the reception of data from the server.

T

TAG_ALERT - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_CMD - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_DATA - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_ITEM - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_LOCALURI - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_STATUS - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_SYNCBODY - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_SYNCHDR - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_SYNCML - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_TARGET - Static variable in class com.funambol.syncclient.spds.SyncManager
 
TAG_XML_VERSION - Static variable in class com.funambol.syncclient.common.SourceUtils
 
Test - Class in com.funambol.syncclient.spds.source
Deprecated. Use com.funambol.syncclient.cl.Main in funambol:cl-plugin
Test() - Constructor for class com.funambol.syncclient.spds.source.Test
Deprecated.  
toMap(String) - Static method in class com.funambol.syncclient.common.XMLHashMapParser
Converts a xml in HashMap
toMap() - Method in class com.funambol.syncclient.spap.Asset
Returns a representation of a Asset in Map
toMap() - Method in class com.funambol.syncclient.spap.AssetVersion
Returns a representation of a AssetVersion in Map
toString() - Method in class com.funambol.syncclient.spap.Application
Returns the display name
toString() - Method in class com.funambol.syncclient.spap.Asset
 
toString() - Method in exception com.funambol.syncclient.spap.AssetManagementException
 
toString() - Method in class com.funambol.syncclient.spap.AssetVersion
 
toString() - Method in class com.funambol.syncclient.spds.engine.SyncItemImpl
Constructs a string of the SyncItem
toString() - Method in class com.funambol.syncclient.spds.engine.SyncItemKey
 
toString() - Method in class com.funambol.syncclient.spds.source.DummySyncSource
Returns a string representation of this object.
toString() - Method in class com.funambol.syncclient.sps.common.DataStoreMetadata
Returns the display name
toStringArray(Vector) - Static method in class com.funambol.syncclient.common.VectorTools
Returns the content of the given vector as an array of String
toXML(Map) - Static method in class com.funambol.syncclient.common.XMLHashMapParser
Converts a HashMap in xml

U

unescapeXml(String) - Static method in class com.funambol.syncclient.common.StringTools
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
uninstall(Application) - Method in class com.funambol.syncclient.spap.ApplicationManager
Uninstall the application ideintified by the given application URI.
uninstall(InstallationContext) - Static method in class com.funambol.syncclient.spap.installer.SPSInstaller
 
UNKNOWN - Static variable in class com.funambol.syncclient.spds.engine.SyncItemState
State unknown
UPDATE - Static variable in class com.funambol.syncclient.spds.engine.SyncOperation
 
UPDATED - Static variable in class com.funambol.syncclient.spds.engine.SyncItemState
An updated item
UpdateException - Exception in com.funambol.syncclient.spds
Represents a "update" error received from the server.
UpdateException(String) - Constructor for exception com.funambol.syncclient.spds.UpdateException
Constructs an instance of UpdateException with the specified detail message.
UpdateProgressBar - Class in com.funambol.syncclient.spds
This class create progress bar to display data update state $Id: UpdateProgressBar.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
UpdateProgressBar(Frame, int, String) - Constructor for class com.funambol.syncclient.spds.UpdateProgressBar
 
updateSyncDatabase(Principal, long) - Method in class com.funambol.syncclient.spds.source.FileSystemSyncSource
The synchronization database is stored in a file whose name is given by the value of the constant DATABASE_FILE_NAME prefixed by the user name and the device id.
uri - Variable in class com.funambol.syncclient.spds.engine.recovery.AbstractRecovery
 
URLTools - Class in com.funambol.syncclient.spds.util
 
URLTools() - Constructor for class com.funambol.syncclient.spds.util.URLTools
 
useMsisdn() - Method in class com.funambol.syncclient.spds.SyncConfiguration
 

V

validateAttributes(String, String, Hashtable) - Method in class com.funambol.syncclient.sps.common.FieldMetadata
validate fieldAttributes
validateAttributes(String, String, Hashtable) - Method in class com.funambol.syncclient.sps.common.FieldMetadataImpl
validate fieldAttributes
VectorTools - Class in com.funambol.syncclient.common
 
VectorTools() - Constructor for class com.funambol.syncclient.common.VectorTools
 
verifyZip(byte[]) - Static method in class com.funambol.syncclient.common.ZipTools
Verify if the given byte array represents a valid zip file.

W

WBXML_SYNCML_CLIENT - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
WBXML_SYNCML_CLIENT - Static variable in class com.funambol.syncclient.spds.SyncManager
 
WBXMLSyncMLClient - Class in com.funambol.syncclient.spds
Implement send / receive message in WBXML format by HttpConnection.
WBXMLSyncMLClient() - Constructor for class com.funambol.syncclient.spds.WBXMLSyncMLClient
 
Win32Launcher - Class in com.funambol.syncclient.spap.launcher
This class represents a Laucher for the execution of the win program.
Win32Launcher() - Constructor for class com.funambol.syncclient.spap.launcher.Win32Launcher
 
writeFile(String, File) - Static method in class com.funambol.syncclient.common.FileSystemTools
Writes the given string to the file with the given name
writeFile(String, String) - Static method in class com.funambol.syncclient.common.FileSystemTools
Writes the given string to the file with the given name
writeFile(byte[], String) - Static method in class com.funambol.syncclient.common.FileSystemTools
Writes the given bytes to the file with the given name
writeFile(byte[], File) - Static method in class com.funambol.syncclient.common.FileSystemTools
Writes the given bytes to the file with the given name
writeTextFile(File, String, boolean) - Static method in class com.funambol.syncclient.common.FileSystemTools
Write the given text in the given file appending to or rewriting it accordingly to append.

X

XML_SYNCML_CLIENT - Static variable in class com.funambol.syncclient.spds.SyncConfiguration
 
XML_SYNCML_CLIENT - Static variable in class com.funambol.syncclient.spds.SyncManager
 
XMLHashMapParser - Class in com.funambol.syncclient.common
It supplies the methods for the marshall and unmarshall of a HashMap in xml.
XMLHashMapParser() - Constructor for class com.funambol.syncclient.common.XMLHashMapParser
 
XMLSyncMLClient - Class in com.funambol.syncclient.spds
Implement send / receive message in XML format by HttpConnection.
XMLSyncMLClient() - Constructor for class com.funambol.syncclient.spds.XMLSyncMLClient
 
xmlToHashMap(String) - Static method in class com.funambol.syncclient.common.SourceUtils
Make a HashMap of fieldName - fieldValue tagName -> key tagValue -> value
xmlToHashMap(InputStream) - Static method in class com.funambol.syncclient.common.SourceUtils
Make a HashMap of fieldName - fieldValue tagName -> key tagValue -> value

Z

ZipTools - Class in com.funambol.syncclient.common
This class supplies some methods of usefullness for the management of zip file.
ZipTools() - Constructor for class com.funambol.syncclient.common.ZipTools
 

A B C D E F G H I J K L M N O P R S T U V W X Z

Copyright © 2010 Funambol. All Rights Reserved.