|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DMException | |
---|---|
com.funambol.syncclient.spap | |
com.funambol.syncclient.spdm | This package contains the Funambol Data Management API |
com.funambol.syncclient.spds | This package contains the Funambol Data Synchronization API |
Uses of DMException in com.funambol.syncclient.spap |
---|
Methods in com.funambol.syncclient.spap that throw DMException | |
---|---|
protected void |
AssetDAO.setAssetVersion(java.lang.String manufacturer,
java.lang.String name,
AssetVersion assetVersion,
boolean isNewVersion)
Saving the given AssetVersion for the asset identified from the specified manufacturer and name. |
Uses of DMException in com.funambol.syncclient.spdm |
---|
Methods in com.funambol.syncclient.spdm that throw DMException | |
---|---|
java.lang.String |
DeviceImpl.getBaseDirectory()
Returns the base directory. |
java.lang.String |
Device.getBaseDirectory()
Returns the base directory, so that the common parent directory of the relative paths used in the device manager and other modules. |
ManagementNode |
NodeImpl.getChildNode(java.lang.String subcontext)
Retrieves the subnode with the given name |
ManagementNode |
ManagementNode.getChildNode(java.lang.String context)
Retrieves the subnode with the given name |
ManagementNode[] |
NodeImpl.getChildren()
Retrieves the children subnodes of the current node. |
ManagementNode[] |
ManagementNode.getChildren()
Retrieves the children subnodes of the current node. |
java.lang.Object |
NodeImpl.getManagementObject(java.lang.String node)
Reads the properties of the given node and creates an object with the values read. |
java.lang.Object |
ManagementNode.getManagementObject(java.lang.String node)
Reads the properties of the given node and creates an object with the values read. |
java.lang.Object |
NodeImpl.getNodeValue(java.lang.String node,
java.lang.String name)
Retrieves a value from the given management subnode name. |
java.lang.Object |
ManagementNode.getNodeValue(java.lang.String node,
java.lang.String name)
Retrieves a value from the given management subnode name. |
java.util.Hashtable |
NodeImpl.getNodeValues(java.lang.String node)
Provides direct access to a management subtree relative to the node's fullContext. |
java.util.Hashtable |
ManagementNode.getNodeValues(java.lang.String node)
Retrieves all values in the given management subnode name. |
ManagementNode |
ManagementNode.getParent()
Retrieves this node's parent. |
java.lang.Object |
NodeImpl.getValue(java.lang.String name)
|
java.lang.Object |
ManagementNode.getValue(java.lang.String name)
Returns the given config parameter |
java.util.Hashtable |
NodeImpl.getValues()
|
java.util.Hashtable |
ManagementNode.getValues()
|
void |
NodeImpl.removeNode(java.lang.String node)
Remove subnode from configuration three. |
void |
ManagementNode.removeNode(java.lang.String node)
Remove subnode from configuration three. |
void |
DeviceImpl.setBaseDirectory(java.lang.String baseDir)
Sets the device base directory |
void |
Device.setBaseDirectory(java.lang.String baseDir)
Sets the device base directory |
void |
NodeImpl.setValue(java.lang.String name,
java.lang.Object value)
Sets a node value as a whole object. |
void |
ManagementNode.setValue(java.lang.String name,
java.lang.Object value)
Sets the node value as a whole object. |
void |
NodeImpl.setValue(java.lang.String node,
java.lang.String name,
java.lang.Object value)
Sets a subnode specific value. |
void |
ManagementNode.setValue(java.lang.String node,
java.lang.String name,
java.lang.Object value)
Sets a subnode specific value. |
Uses of DMException in com.funambol.syncclient.spds |
---|
Methods in com.funambol.syncclient.spds that throw DMException | |
---|---|
static SyncManager |
SyncManager.getSyncManager(java.lang.String appURI)
This is a factory method for SyncManager instances. |
static SyncManager |
SyncManager.getSyncManager(java.lang.String appURI,
java.util.Properties runtimeProperties)
This is a factory method for SyncManager instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |