Uses of Interface
com.funambol.syncclient.spdm.ManagementNode

Packages that use ManagementNode
com.funambol.syncclient.spap   
com.funambol.syncclient.spdm This package contains the Funambol Data Management API 
 

Uses of ManagementNode in com.funambol.syncclient.spap
 

Constructors in com.funambol.syncclient.spap with parameters of type ManagementNode
ApplicationManager(ManagementNode applicationConfigNode)
          Creates a new instance of ApplicationManager.
 

Uses of ManagementNode in com.funambol.syncclient.spdm
 

Classes in com.funambol.syncclient.spdm that implement ManagementNode
 class NodeImpl
          This is an implementation of ManagamentNode that uses file system directories for contexts and properties file for leaf nodes.
 

Methods in com.funambol.syncclient.spdm that return ManagementNode
 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.
abstract  ManagementNode DeviceManager.getManagementTree()
          The same as getManagementTree("")
 ManagementNode SimpleDeviceManager.getManagementTree()
          The same as getManagementTree("")
abstract  ManagementNode DeviceManager.getManagementTree(java.lang.String parent)
          Returns the management tree starting from the given parent node
 ManagementNode SimpleDeviceManager.getManagementTree(java.lang.String context)
          Return the management tree given its context
 ManagementNode NodeImpl.getParent()
          Retrieves this node's parent.
 ManagementNode ManagementNode.getParent()
          Retrieves this node's parent.
 

Constructors in com.funambol.syncclient.spdm with parameters of type ManagementNode
NodeImpl(ManagementNode parent, java.lang.String context)
          Creates a NodeImpl object for the given management context and parent node.
 



Copyright © 2010 Funambol. All Rights Reserved.