Deprecated List

Member org::objectweb::proactive::core::group::ProActiveGroup.newGroupBuiltWithMultithreading (String className, Object[][] params)
use newGroupInParallel Creates an object representing a group (a typed group) and creates members on the default node.
Parameters:
className the name of the (upper) class of the group's member.
params the array that contain the parameters used to build the group's member. If params is null, builds an empty group.
Returns:
a typed group with its members.
Exceptions:
ActiveObjectCreationException if a problem occur while creating the stub or the body
ClassNotFoundException if the Class corresponding to className can't be found.
ClassNotReifiableException if the Class corresponding to className can't be reify.
NodeException if the node was null and that the DefaultNode cannot be created

Member org::objectweb::proactive::core::group::ProActiveGroup.newGroupBuiltWithMultithreading (String className, Object[][] params, Node[] nodeList)
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.
Parameters:
className the name of the (upper) class of the group's member.
params the array that contain the parameters used to build the group's member.
nodeList the nodes where the members are created.
Returns:
a typed group with its members.
Exceptions:
ActiveObjectCreationException if a problem occur while creating the stub or the body
ClassNotFoundException if the Class corresponding to className can't be found.
ClassNotReifiableException if the Class corresponding to className can't be reify.
NodeException if the node was null and that the DefaultNode cannot be created

Member org::objectweb::proactive::core::group::ProActiveGroup.newGroupBuiltWithMultithreading (String className, Object[][] params, String[] nodeList)
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.
Parameters:
className the name of the (upper) class of the group's member.
params the array that contain the parameters used to build the group's member. If params is null, builds an empty group.
nodeList the names of the nodes where the members are created.
Returns:
a typed group with its members.
Exceptions:
ActiveObjectCreationException if a problem occur while creating the stub or the body
ClassNotFoundException if the Class corresponding to className can't be found.
ClassNotReifiableException if the Class corresponding to className can't be reify.
NodeException if the node was null and that the DefaultNode cannot be created

Member org::objectweb::proactive::core::group::ProActiveGroup.newGroupBuiltWithMultithreading (String className, Object[][] params, VirtualNode 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.
Parameters:
className the name of the (upper) class of the group's member.
params the array that contain the parameters used to build the group's member. If params is null, builds an empty group.
virtualNode the virtual node where the members are created.
Returns:
a typed group with its members.
Exceptions:
ActiveObjectCreationException if a problem occur while creating the stub or the body
ClassNotFoundException if the Class corresponding to className can't be found.
ClassNotReifiableException if the Class corresponding to className can't be reify.
NodeException if the node was null and that the DefaultNode cannot be created

Member org::objectweb::proactive::core::group::ProActiveGroup.newGroupBuiltWithMultithreading (String className, Object[] params, String[] nodeList)
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.
Parameters:
className the name of the (upper) class of the group's members.
params the parameters used to build all the group's members. If params is null, builds an empty group.
nodeList the names of the nodes where the members are created.
Returns:
a typed group with its members.
Exceptions:
ActiveObjectCreationException if a problem occur while creating the stub or the body
ClassNotFoundException if the Class corresponding to className can't be found.
ClassNotReifiableException if the Class corresponding to className can't be reify.
NodeException if the node was null and that the DefaultNode cannot be created

Member org::objectweb::proactive::core::group::ProActiveGroup.newGroupBuiltWithMultithreading (String className, Object[] params, Node[] nodeList)
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.
Parameters:
className the name of the (upper) class of the group's member.
params the parameters used to build all the group's member.
nodeList the nodes where the members are created.
Returns:
a typed group with its members.
Exceptions:
ActiveObjectCreationException if a problem occur while creating the stub or the body
ClassNotFoundException if the Class corresponding to className can't be found.
ClassNotReifiableException if the Class corresponding to className can't be reify.
NodeException if the node was null and that the DefaultNode cannot be created

Member org::objectweb::proactive::core::group::ProActiveGroup.newGroupBuiltWithMultithreading (String className, Object[] params, VirtualNode 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.
Parameters:
className the name of the (upper) class of the group's member.
params the parameters used to build all the group's member. If params is null, builds an empty group.
virtualNode the virtual node where the members are created.
Returns:
a typed group with its members.
Exceptions:
ActiveObjectCreationException if a problem occur while creating the stub or the body
ClassNotFoundException if the Class corresponding to className can't be found.
ClassNotReifiableException if the Class corresponding to className can't be reify.
NodeException if the node was null and that the DefaultNode cannot be created

Member org::objectweb::proactive::benchmarks::timit::util::TimItManager.finalizeStats ()

Member org::objectweb::proactive::core::descriptor::data::VirtualNode.createdNodeCount ()
use getNumberOfCurrentlyCreatedNodes() or getNumberOfCreatedNodesAfterDeployment() instead

Member org::objectweb::proactive::core::descriptor::data::VirtualNode.getNode (int index)
use getNode() or getNodes() instead

Member org::objectweb::proactive::core::descriptor::data::VirtualNodeImpl.createdNodeCount ()
use getNumberOfCurrentlyCreatedNodes() or getNumberOfCreatedNodesAfterDeployment() instead

Member org::objectweb::proactive::core::descriptor::data::VirtualNodeLookup.createdNodeCount ()
use getNumberOfCurrentlyCreatedNodes() or getNumberOfCreatedNodesAfterDeployment() instead

Generated on Mon Jan 22 15:16:12 2007 for ProActive by  doxygen 1.5.1