A B C D E G I K L M N P R S T U W X

A

AUTHENTICATION_BASIC - Static variable in class sync4j.syncclient.spds.SyncManager
 
AUTHENTICATION_CLEAR - Static variable in class sync4j.syncclient.spds.SyncManager
 
AbstractRecovery - class sync4j.syncclient.spds.engine.recovery.AbstractRecovery.
This class defines recovery method to manage recovery database in slowsync status.
AbstractRecovery() - Constructor for class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
 
AuthenticationException - exception sync4j.syncclient.spds.AuthenticationException.
Represents a "not authorized" error usually received from the server.
AuthenticationException(String) - Constructor for class sync4j.syncclient.spds.AuthenticationException
Constructs an instance of UpdateException with the specified detail message.
abortSyncProcess() - Method in interface sync4j.syncclient.spds.SyncListener
 

B

beginSync(int) - Method in interface sync4j.syncclient.spds.engine.SyncSource
Called after SyncManager preparation and initialization just before start the synchronization of the SyncSource.
beginSync(int) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Method implements start sync operations

C

CONFIG_CLASS - Static variable in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_DEFAULT_SYNC - Static variable in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_LAST - Static variable in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_NAME - Static variable in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_SUPPORTED_SYNC_MODES - Static variable in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_TYPE - Static variable in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
CONFIG_URI - Static variable in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
CONFLICT - Static variable in class sync4j.syncclient.spds.engine.SyncOperation
 
CONTEXT_DEVICE - Static variable in class sync4j.syncclient.spdm.DeviceImpl
The management tree where the device information is stored
CONTEXT_SOURCES - Static variable in class sync4j.syncclient.spds.SyncManager
Configuration context for sync sources
CONTEXT_SYNCAGENT - Static variable in class sync4j.syncclient.spds.SyncManager
Configuration context for the SyncML agent
close(int) - Method in class sync4j.syncclient.spds.UpdateProgressBar
 
commitSync() - Method in interface sync4j.syncclient.spds.engine.SyncSource
Called just before committing the synchronization process by the SyncManager.
commitSync() - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Method implements end sync operations

D

DEFAULT_MESSAGETYPE - Static variable in class sync4j.syncclient.spds.SyncManager
 
DEFAULT_PROXYHOST - Static variable in class sync4j.syncclient.spds.SyncManager
 
DEFAULT_PROXYPORT - Static variable in class sync4j.syncclient.spds.SyncManager
 
DELETE - Static variable in class sync4j.syncclient.spds.engine.SyncOperation
 
DELETED - Static variable in class sync4j.syncclient.spds.engine.SyncItemState
A deleted item
DMException - exception sync4j.syncclient.spdm.DMException.
This class represents a device manager error.
DMException() - Constructor for class sync4j.syncclient.spdm.DMException
Creates a new instance of UpdateException without detail message.
DMException(String) - Constructor for class sync4j.syncclient.spdm.DMException
Constructs an instance of DMException with the specified detail message.
DMException(String, Throwable) - Constructor for class sync4j.syncclient.spdm.DMException
Constructs an instance of DMException with the specified detail message and root cause.
Device - interface sync4j.syncclient.spdm.Device.
This interface represents a Device in a generic manner.
DeviceImpl - class sync4j.syncclient.spdm.DeviceImpl.
This is a simple implementation of the Device interface.
DeviceImpl(DeviceManager) - Constructor for class sync4j.syncclient.spdm.DeviceImpl
 
DeviceManager - class sync4j.syncclient.spdm.DeviceManager.
This class represents an abstract device manager.
DeviceManager() - Constructor for class sync4j.syncclient.spdm.DeviceManager
 
Display(String) - Method in class sync4j.syncclient.spds.UpdateProgressBar
 

E

endSync(String) - Method in interface sync4j.syncclient.spds.SyncListener
 
endSyncProcess() - Method in interface sync4j.syncclient.spds.SyncListener
 
equals(Object) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Two SyncItems are equal if their keys are equal.
equals(Object) - Method in class sync4j.syncclient.spds.engine.SyncItemKey
Two keys are equal if their keyValues are equal

G

getAllSyncItems(Principal) - Method in interface sync4j.syncclient.spds.engine.SyncSource
Returns all items in the data store belonging to the given principal.
getAllSyncItems(Principal) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Returns all items in the data store belonging to the given principal.
getBaseDirectory() - Method in interface sync4j.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 sync4j.syncclient.spdm.DeviceImpl
Returns the base directory.
getCause() - Method in class sync4j.syncclient.spdm.DMException
Returns the root cause of this exception
getCause() - Method in class sync4j.syncclient.spds.SyncException
Retrieves the cause of this exception
getChildNode(String) - Method in interface sync4j.syncclient.spdm.ManagementNode
Retrieves the subnode with the given name
getChildNode(String) - Method in class sync4j.syncclient.spdm.NodeImpl
Retrieves the subnode with the given name
getChildren() - Method in interface sync4j.syncclient.spdm.ManagementNode
Retrieves the children subnodes of the current node.
getChildren() - Method in class sync4j.syncclient.spdm.NodeImpl
Retrieves the children subnodes of the current node.
getContext() - Method in interface sync4j.syncclient.spdm.ManagementNode
Returns the node's context
getContext() - Method in class sync4j.syncclient.spdm.NodeImpl
Returns the node's context
getDefaultSync() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getDeletedSyncItems(Principal, Date) - Method in interface sync4j.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 sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Returns all deleted items belonging to the given principal and deleted after the given point in time.
getDevice() - Method in class sync4j.syncclient.spdm.DeviceManager
Returns a Device object representing the device managed by this DeviceManager.
getDevice() - Method in class sync4j.syncclient.spdm.SimpleDeviceManager
 
getDeviceManager() - Static method in class sync4j.syncclient.spdm.DeviceManager
 
getDeviceManager() - Static method in class sync4j.syncclient.spdm.SimpleDeviceManager
Factory for SimpleDeviceManager.
getFullContext() - Method in interface sync4j.syncclient.spdm.ManagementNode
Returns the entire node's context path (concatenation of all parent context paths).
getFullContext() - Method in class sync4j.syncclient.spdm.NodeImpl
Returns the entire node's context path (concatenation of all parent context paths).
getKey() - Method in interface sync4j.syncclient.spds.engine.SyncItem
 
getKey() - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
 
getKeyAsString() - Method in class sync4j.syncclient.spds.engine.SyncItemKey
 
getKeyFieldPosition(RecordMetadata) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
 
getKeyValue() - Method in class sync4j.syncclient.spds.engine.SyncItemKey
 
getLast() - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Getter for property last.
getLastTimestamp() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getManagementTree(String) - Method in class sync4j.syncclient.spdm.DeviceManager
Returns the management tree starting from the given parent node
getManagementTree() - Method in class sync4j.syncclient.spdm.DeviceManager
The same as getManagementTree("")
getManagementTree(String) - Method in class sync4j.syncclient.spdm.SimpleDeviceManager
Return the management tree given its context
getManagementTree() - Method in class sync4j.syncclient.spdm.SimpleDeviceManager
The same as getManagementTree("")
getModificationType(Record) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
 
getModificationTypeFieldPosition(RecordMetadata) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
 
getName() - Method in class sync4j.syncclient.spds.engine.SyncItemProperty
 
getName() - Method in interface sync4j.syncclient.spds.engine.SyncSource
Returns the name of the source
getName() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getNewSyncItems(Principal, Date) - Method in interface sync4j.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 sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Returns all new items belonging to the given principal and created after the given point in time.
getNodeValue(String, String) - Method in interface sync4j.syncclient.spdm.ManagementNode
Retrieves a value from the given management subnode name.
getNodeValue(String, String) - Method in class sync4j.syncclient.spdm.NodeImpl
Retrieves a value from the given management subnode name.
getNodeValues(String) - Method in interface sync4j.syncclient.spdm.ManagementNode
Retrieves all values in the given management subnode name.
getNodeValues(String) - Method in class sync4j.syncclient.spdm.NodeImpl
Provides direct access to a management subtree relative to the node's fullContext.
getNotExistingSyncItem(SyncSource) - Static method in class sync4j.syncclient.spds.engine.SyncItemImpl
Creates and returns a "not-existing" SyncItem.
getNumberOperationFields(Record) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
 
getOperation() - Method in class sync4j.syncclient.spds.engine.SyncOperation
Returns the operation this object represents.
getParent() - Method in interface sync4j.syncclient.spdm.ManagementNode
Retrieves this node's parent.
getParent() - Method in class sync4j.syncclient.spdm.NodeImpl
Retrieves this node's parent.
getPositionModificationTypeField(Record) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
 
getPositionTimestampField(Record) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
 
getProperties() - Method in interface sync4j.syncclient.spds.engine.SyncItem
Returns the properties property.
getProperties() - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Returns the properties property.
getProperties() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getProperty(String) - Method in interface sync4j.syncclient.spds.engine.SyncItem
Returns the property with the given name
getProperty(String) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Returns the property with the given name
getPropertyValue(String) - Method in interface sync4j.syncclient.spds.engine.SyncItem
Returns the value of the property with the given name.
getPropertyValue(String) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Returns the value of the property with the given name.
getSourceClass() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getSourceList() - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Getter for property sourceList.
getSourceURI() - Method in interface sync4j.syncclient.spds.engine.SyncSource
Returns the source URI
getSourceUri() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getState() - Method in interface sync4j.syncclient.spds.engine.SyncItem
 
getState() - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
 
getSupportedSyncModes() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getSyncItem() - Method in class sync4j.syncclient.spds.engine.SyncOperation
Rturns the item associated to the operation
getSyncManager(String) - Static method in class sync4j.syncclient.spds.SyncManager
This is a factory method for SyncManager instances.
getSyncManager(String, Properties) - Static method in class sync4j.syncclient.spds.SyncManager
This is a factory method for SyncManager instances.
getSyncSource() - Method in interface sync4j.syncclient.spds.engine.SyncItem
Getter for property syncSource.
getSyncSource() - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Getter for property syncSource.
getSyncSource(String) - Method in class sync4j.syncclient.spds.engine.SyncSourceFactory
 
getTimestamp(Record) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
 
getType() - Method in class sync4j.syncclient.spds.engine.SyncItemProperty
 
getType() - Method in interface sync4j.syncclient.spds.engine.SyncSource
Returns the type of the source (i.e. text/x-vcard)
getType() - Method in class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
getUpdatedSyncItems(Principal, Date) - Method in interface sync4j.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 sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Returns all updated items belonging to the given principal and modified after the given point in time.
getUri() - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Getter for property uri.
getValue(String) - Method in interface sync4j.syncclient.spdm.ManagementNode
Returns the given config parameter
getValue(String) - Method in class sync4j.syncclient.spdm.NodeImpl
 
getValue() - Method in class sync4j.syncclient.spds.engine.SyncItemProperty
 
getValues() - Method in interface sync4j.syncclient.spdm.ManagementNode
 
getValues() - Method in class sync4j.syncclient.spdm.NodeImpl
 

I

isKey() - Method in class sync4j.syncclient.spds.engine.SyncItemProperty
 

K

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

L

last - Variable in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
 

M

MIMETYPE_SYNCMLDS_WBXML - Static variable in class sync4j.syncclient.spds.SyncManager
 
MIMETYPE_SYNCMLDS_XML - Static variable in class sync4j.syncclient.spds.SyncManager
 
ManagementNode - interface sync4j.syncclient.spdm.ManagementNode.
This interface models a device management node.

N

NEW - Static variable in class sync4j.syncclient.spds.engine.SyncItemState
A new item
NEW - Static variable in class sync4j.syncclient.spds.engine.SyncOperation
 
NOP - Static variable in class sync4j.syncclient.spds.engine.SyncOperation
 
NOT_EXISTING - Static variable in class sync4j.syncclient.spds.engine.SyncItemState
A not existing item
NodeImpl - class sync4j.syncclient.spdm.NodeImpl.
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 sync4j.syncclient.spdm.NodeImpl
Creates a NodeImpl object for the given management context and parent node.

P

PARAM_AUTHENTICATION - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_CLASSPATH - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_DEVICEID - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_FIRST_SYNC_MODE - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_LOG_CONSOLE - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_LOG_FILE - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_LOG_LEVEL - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_MESSAGE_TYPE - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_PASSWORD - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_PROXYHOST - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_PROXYPORT - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_SYNCMLURL - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_SYSTEM_CLASSPATH - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_TARGETLOCALURI - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_USERNAME - Static variable in class sync4j.syncclient.spds.SyncManager
 
PARAM_USERPROXY - Static variable in class sync4j.syncclient.spds.SyncManager
 
PROPERTY_BINARY_CONTENT - Static variable in interface sync4j.syncclient.spds.engine.SyncItem
 
PROPERTY_TIMESTAMP - Static variable in interface sync4j.syncclient.spds.engine.SyncItem
 
PROP_APPLICATION_DISPLAY_NAME - Static variable in class sync4j.syncclient.spds.SyncManager
 
PROP_APPLICATION_SUPPORT_MAIL - Static variable in class sync4j.syncclient.spds.SyncManager
 
PROP_APPLICATION_SUPPORT_URL - Static variable in class sync4j.syncclient.spds.SyncManager
 
PROP_BASE_DIR - Static variable in class sync4j.syncclient.spdm.DeviceImpl
The base directory configuration property
PROP_DM_DIR_BASE - Static variable in class sync4j.syncclient.spdm.SimpleDeviceManager
The system property name for the base directory
printStackTrace() - Method in class sync4j.syncclient.spdm.DMException
Prints the exception and its cause (if any) stack trace
printStackTrace() - Method in class sync4j.syncclient.spds.SyncException
Print exception and cause stack trace to the standard error stream
properties - Variable in class sync4j.syncclient.spds.engine.SyncItemImpl
The SyncItem's properties - read and write

R

recovery(Principal) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
This method manage recovery database in slowsync status
removeNode(String) - Method in interface sync4j.syncclient.spdm.ManagementNode
Remove subnode from configuration three.
removeNode(String) - Method in class sync4j.syncclient.spdm.NodeImpl
Remove subnode from configuration three.
removeSyncItem(Principal, SyncItem) - Method in interface sync4j.syncclient.spds.engine.SyncSource
Removes a SyncItem given its key.
removeSyncItem(Principal, SyncItem) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Removes a SyncItem given its key.

S

STATUS_COMMAND_CHANGE - Static variable in class sync4j.syncclient.spds.SyncManager
 
STATUS_COMMAND_NEW - Static variable in class sync4j.syncclient.spds.SyncManager
 
SYNCHRONIZED - Static variable in class sync4j.syncclient.spds.engine.SyncItemState
An unchanged item
SYNC_NONE - Static variable in class sync4j.syncclient.spds.SyncManager
Synchronization modes
SYNC_ONEWAY - Static variable in class sync4j.syncclient.spds.SyncManager
 
SYNC_REFRESH - Static variable in class sync4j.syncclient.spds.SyncManager
 
SYNC_SLOW - Static variable in class sync4j.syncclient.spds.SyncManager
 
SYNC_TWOWAY - Static variable in class sync4j.syncclient.spds.SyncManager
 
SimpleDeviceManager - class sync4j.syncclient.spdm.SimpleDeviceManager.
This is a simple implementation of DeviceManager that uses the file system to store and read nodes.
SimpleDeviceManager() - Constructor for class sync4j.syncclient.spdm.SimpleDeviceManager
Creates a new SimpleDeviceManager
SyncException - exception sync4j.syncclient.spds.SyncException.
This exception represents the base exception for synchronization engine related error conditions.
SyncException() - Constructor for class sync4j.syncclient.spds.SyncException
Creates a new instance of SyncException without detail message.
SyncException(String) - Constructor for class sync4j.syncclient.spds.SyncException
Constructs an instance of SyncException with the specified detail message.
SyncException(String, Throwable) - Constructor for class sync4j.syncclient.spds.SyncException
Constructs an instance of SyncException with the specified detail message and root cause.
SyncItem - interface sync4j.syncclient.spds.engine.SyncItem.
SyncItem is the indivisible entity that can be exchanged in a synchronization process.
SyncItemImpl - class sync4j.syncclient.spds.engine.SyncItemImpl.
SyncItemImpl is a basic implemenation of a SyncItem.
SyncItemImpl(SyncSource, Object) - Constructor for class sync4j.syncclient.spds.engine.SyncItemImpl
 
SyncItemImpl(SyncSource, Object, char) - Constructor for class sync4j.syncclient.spds.engine.SyncItemImpl
Creates a new SyncItem belonging to the given source.
SyncItemKey - class sync4j.syncclient.spds.engine.SyncItemKey.
This class represents a unique identifier of a SyncItem item in a repository.
SyncItemKey(Object) - Constructor for class sync4j.syncclient.spds.engine.SyncItemKey
 
SyncItemProperty - class sync4j.syncclient.spds.engine.SyncItemProperty.
Represents a property (a piece of information) of a SyncItem.
SyncItemProperty(String, Object) - Constructor for class sync4j.syncclient.spds.engine.SyncItemProperty
 
SyncItemProperty(String, Object, String) - Constructor for class sync4j.syncclient.spds.engine.SyncItemProperty
 
SyncItemState - class sync4j.syncclient.spds.engine.SyncItemState.
It collects the possible states in which a SyncItem can be.
SyncItemState() - Constructor for class sync4j.syncclient.spds.engine.SyncItemState
 
SyncListener - interface sync4j.syncclient.spds.SyncListener.
This class provide methods about Sync Listener $Id: SyncListener.java,v 1.1.1.1.2.1 2005/01/27 11:00:58 fabius Exp $
SyncMLClient - interface sync4j.syncclient.spds.SyncMLClient.
 
SyncManager - class sync4j.syncclient.spds.SyncManager.
The SyncManager is the contact point between a host application and the synchronization engine.
SyncManager(String, Properties) - Constructor for class sync4j.syncclient.spds.SyncManager
Creates a SyncManager bound to a specific application.
SyncManager(String) - Constructor for class sync4j.syncclient.spds.SyncManager
Creates a SyncManager bound to a specific application.
SyncOperation - class sync4j.syncclient.spds.engine.SyncOperation.
This class represents a synchronization operation to perform on a SyncSource.
SyncOperation(SyncItem, char) - Constructor for class sync4j.syncclient.spds.engine.SyncOperation
Creates a new SyncOperation given the SyncItem and the operation.
SyncRecordFunction - class sync4j.syncclient.spds.SyncRecordFunction.
This class provide methods about control timestamp and modificationType $Id: SyncRecordFunction.java,v 1.1.1.1.2.1 2005/01/27 11:00:58 fabius Exp $
SyncRecordFunction() - Constructor for class sync4j.syncclient.spds.SyncRecordFunction
 
SyncSource - interface sync4j.syncclient.spds.engine.SyncSource.
A SyncSource is responsible for storing and retrieving SyncItem objects from/to an external data source.
SyncSourceDefinition - class sync4j.syncclient.spds.engine.SyncSourceDefinition.
This class groups the configuration information of a SyncSource.
SyncSourceDefinition(Hashtable) - Constructor for class sync4j.syncclient.spds.engine.SyncSourceDefinition
 
SyncSourceFactory - class sync4j.syncclient.spds.engine.SyncSourceFactory.
This is a factory for SyncSource objects.
SyncSourceFactory(String, Hashtable) - Constructor for class sync4j.syncclient.spds.engine.SyncSourceFactory
Creates a new SyncSourceFactory reading the sync source implementation classes from the given libDirectory and using the given syncSourcesDefinition.
sendMessage(String) - Method in interface sync4j.syncclient.spds.SyncMLClient
 
sendMessage(String) - Method in class sync4j.syncclient.spds.WBXMLSyncMLClient
 
sendMessage(String) - Method in class sync4j.syncclient.spds.XMLSyncMLClient
 
setBaseDirectory(String) - Method in interface sync4j.syncclient.spdm.Device
Sets the device base directory
setBaseDirectory(String) - Method in class sync4j.syncclient.spdm.DeviceImpl
Sets the device base directory
setKeyValue(Object) - Method in class sync4j.syncclient.spds.engine.SyncItemKey
 
setLast(String) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Setter for property last.
setModificationType(Record, String) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
set modificationType
setName(String) - Method in class sync4j.syncclient.spds.engine.SyncItemProperty
 
setProperties(Hashtable) - Method in interface sync4j.syncclient.spds.engine.SyncItem
Sets the properties property.
setProperties(Hashtable) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Sets the properties property.
setProperty(SyncItemProperty) - Method in interface sync4j.syncclient.spds.engine.SyncItem
Sets/adds the given property to this SyncItem
setProperty(SyncItemProperty) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Sets/adds the given property to this SyncItem
setPropertyValue(String, String) - Method in interface sync4j.syncclient.spds.engine.SyncItem
Sets the value of the property with the given name.
setPropertyValue(String, String) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Sets the value of the property with the given name.
setSourceList(String) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Setter for property sourceList.
setState(char) - Method in interface sync4j.syncclient.spds.engine.SyncItem
 
setState(char) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
 
setSyncItem(Principal, SyncItem) - Method in interface sync4j.syncclient.spds.engine.SyncSource
Replaces an existing SyncItem or adds a new SyncItem if it does not exist.
setSyncItem(Principal, SyncItem) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Replaces an existing SyncItem or adds a new SyncItem if it does not exist.
setSyncSource(SyncSource) - Method in class sync4j.syncclient.spds.engine.SyncItemImpl
Setter for property syncSource.
setTimestamp(Record, String) - Static method in class sync4j.syncclient.spds.SyncRecordFunction
set timestamp
setType(String) - Method in class sync4j.syncclient.spds.engine.SyncItemProperty
 
setUri(String) - Method in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
Setter for property uri.
setValue(String, Object) - Method in interface sync4j.syncclient.spdm.ManagementNode
Sets the node value as a whole object.
setValue(String, String, Object) - Method in interface sync4j.syncclient.spdm.ManagementNode
Sets a subnode specific value.
setValue(String, Object) - Method in class sync4j.syncclient.spdm.NodeImpl
Sets a node value as a whole object.
setValue(String, String, Object) - Method in class sync4j.syncclient.spdm.NodeImpl
Sets a subnode specific value.
setValue(int) - Method in class sync4j.syncclient.spds.UpdateProgressBar
 
setValue(Object) - Method in class sync4j.syncclient.spds.engine.SyncItemProperty
 
sourceList - Variable in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
 
startSync(String) - Method in interface sync4j.syncclient.spds.SyncListener
 
startSyncProcess() - Method in interface sync4j.syncclient.spds.SyncListener
 
state - Variable in class sync4j.syncclient.spds.engine.SyncItemImpl
The state of this SyncItem
sync() - Method in class sync4j.syncclient.spds.SyncManager
Synchronize all registered synchronization sources.
sync4j.syncclient.spdm - package sync4j.syncclient.spdm
This package contains the Sync4j SyncClient Device Management API
sync4j.syncclient.spds - package sync4j.syncclient.spds
This package contains the Sync4j SyncClient Data Synchronization API
sync4j.syncclient.spds.engine - package sync4j.syncclient.spds.engine
This package contains the API to interface the synchronization engine with host applications.
sync4j.syncclient.spds.engine.recovery - package sync4j.syncclient.spds.engine.recovery
This package contains the Sync4j SyncClient Data Synchronization API
syncSource - Variable in class sync4j.syncclient.spds.engine.SyncItemImpl
The SyncSource this item belongs to

T

TAG_ALERT - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_CMD - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_DATA - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_ITEM - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_LOCALURI - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_STATUS - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_SYNCBODY - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_SYNCHDR - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_SYNCML - Static variable in class sync4j.syncclient.spds.SyncManager
 
TAG_TARGET - Static variable in class sync4j.syncclient.spds.SyncManager
 
toString() - Method in class sync4j.syncclient.spds.engine.SyncItemKey
 

U

UNKNOWN - Static variable in class sync4j.syncclient.spds.engine.SyncItemState
State unknown
UPDATE - Static variable in class sync4j.syncclient.spds.engine.SyncOperation
 
UPDATED - Static variable in class sync4j.syncclient.spds.engine.SyncItemState
An updated item
UpdateException - exception sync4j.syncclient.spds.UpdateException.
Represents a "update" error received from the server.
UpdateException(String) - Constructor for class sync4j.syncclient.spds.UpdateException
Constructs an instance of UpdateException with the specified detail message.
UpdateProgressBar - class sync4j.syncclient.spds.UpdateProgressBar.
This class create progress bar to display data update state
UpdateProgressBar(Frame, int, String) - Constructor for class sync4j.syncclient.spds.UpdateProgressBar
 
uri - Variable in class sync4j.syncclient.spds.engine.recovery.AbstractRecovery
 

W

WBXMLSyncMLClient - class sync4j.syncclient.spds.WBXMLSyncMLClient.
Implement send / receive message in WBXML format by HttpConnection The charSet is specified with the system property spds.charset; if DEFAULT value, the default charSet value is taken.
WBXMLSyncMLClient() - Constructor for class sync4j.syncclient.spds.WBXMLSyncMLClient
 
WBXML_SYNCML_CLIENT - Static variable in class sync4j.syncclient.spds.SyncManager
 

X

XMLSyncMLClient - class sync4j.syncclient.spds.XMLSyncMLClient.
Implement send / receive message in XML format by HttpConnection The charSet is specified with the system property spds.charset; if DEFAULT value, the default charSet value is taken.
XMLSyncMLClient() - Constructor for class sync4j.syncclient.spds.XMLSyncMLClient
 
XML_SYNCML_CLIENT - Static variable in class sync4j.syncclient.spds.SyncManager
 

A B C D E G I K L M N P R S T U W X

Copyright © 2003-2005 Sync4j.