Deprecated API


Contents
Deprecated Methods
org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup.createdNodeCount()
          use VirtualNodeLookup.getNumberOfCurrentlyCreatedNodes() or VirtualNodeLookup.getNumberOfCreatedNodesAfterDeployment() instead 
org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl.createdNodeCount()
          use VirtualNodeImpl.getNumberOfCurrentlyCreatedNodes() or VirtualNodeImpl.getNumberOfCreatedNodesAfterDeployment() instead 
org.objectweb.proactive.core.descriptor.data.VirtualNode.createdNodeCount()
          use VirtualNode.getNumberOfCurrentlyCreatedNodes() or VirtualNode.getNumberOfCreatedNodesAfterDeployment() instead 
org.objectweb.proactive.benchmarks.timit.util.TimItManager.finalizeStats()
            
org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup.getNode(int)
           
org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl.getNode(int)
           
org.objectweb.proactive.core.descriptor.data.VirtualNode.getNode(int)
          use VirtualNode.getNode() or VirtualNode.getNodes() instead 
org.objectweb.proactive.core.group.ProActiveGroup.newGroupBuiltWithMultithreading(String, Object[][])
          use newGroupInParallel Creates an object representing a group (a typed group) and creates members on the default node. 
org.objectweb.proactive.core.group.ProActiveGroup.newGroupBuiltWithMultithreading(String, Object[][], Node[])
          use newGroupInParallel Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created. 
org.objectweb.proactive.core.group.ProActiveGroup.newGroupBuiltWithMultithreading(String, Object[][], String[])
          use newGroupInParallel Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created. 
org.objectweb.proactive.core.group.ProActiveGroup.newGroupBuiltWithMultithreading(String, Object[][], VirtualNode)
          use newGroupInParallel Creates an object representing a group (a typed group) and creates members with params cycling on the nodes of the vitual node. Threads are used to build the group's members. This methods returns when all members were created. 
org.objectweb.proactive.core.group.ProActiveGroup.newGroupBuiltWithMultithreading(String, Object[], Node[])
          use newGroupInParallel Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created. 
org.objectweb.proactive.core.group.ProActiveGroup.newGroupBuiltWithMultithreading(String, Object[], String[])
          use newGroupInParallel Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created. 
org.objectweb.proactive.core.group.ProActiveGroup.newGroupBuiltWithMultithreading(String, Object[], VirtualNode)
          use newGroupInParallel Creates an object representing a group (a typed group) and creates members with the same params cycling on the nodes of the vitual node. Threads are used to build the group's members. This methods returns when all members were created. 
 



Copyright 2001-2007 INRIA All Rights Reserved.