|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeException | |
org.objectweb.proactive | Provides the main classes for creating active objects and futures. |
org.objectweb.proactive.branchnbound | The Branch and Bound (API) package. |
org.objectweb.proactive.core.descriptor | Provides all classes needed for using XML Deployment Descriptors |
org.objectweb.proactive.core.descriptor.data | Provides all classes needed to create java objects related to XML Deployment Descriptor. |
org.objectweb.proactive.core.group | Provides all classes needed to use group communications in ProActive. |
org.objectweb.proactive.core.group.spmd | Provides classes needed to use SPMD model in ProActive. |
org.objectweb.proactive.core.node | Defines the generic Nodes used in ProActive. |
org.objectweb.proactive.core.runtime | Defines all classes needed to build a ProActiveRuntime. |
org.objectweb.proactive.core.runtime.http | HTTP implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.ibis | Ibis implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.jini | JINI implementation of ProActiveRuntime. |
org.objectweb.proactive.core.runtime.rmi | RMI implementation of ProActiveRuntime |
Uses of NodeException in org.objectweb.proactive |
Methods in org.objectweb.proactive that throw NodeException | |
static java.lang.Object |
ProActive.newActive(java.lang.String classname,
java.lang.Object[] constructorParameters)
Creates a new ActiveObject based on classname attached to a default node in the local JVM. |
static java.lang.Object |
ProActive.newActive(java.lang.String classname,
java.lang.Object[] constructorParameters,
java.lang.String nodeURL)
Creates a new ActiveObject based on classname attached to the node of the given URL. |
static java.lang.Object |
ProActive.newActive(java.lang.String classname,
java.lang.Object[] constructorParameters,
Node node)
Creates a new ActiveObject based on classname attached to the given node or on a default node in the local JVM if the given node is null. |
static java.lang.Object |
ProActive.newActive(java.lang.String classname,
java.lang.Object[] constructorParameters,
Node node,
Active activity,
MetaObjectFactory factory)
Creates a new ActiveObject based on classname attached to the given node or on a default node in the local JVM if the given node is null. |
static java.lang.Object[] |
ProActive.newActiveInParallel(java.lang.String className,
java.lang.Object[] constructorParameters,
VirtualNode virtualNode)
Create a set of identical active objects on a given virtual node. |
static java.lang.Object |
ProActive.newActiveAsGroup(java.lang.String classname,
java.lang.Object[] constructorParameters,
VirtualNode virtualnode)
Creates a new group of Active Objects. |
static java.lang.Object |
ProActive.newActiveAsGroup(java.lang.String classname,
java.lang.Object[] constructorParameters,
VirtualNode virtualnode,
Active activity,
MetaObjectFactory factory)
Creates a new group of Active Objects. |
static Component |
ProActive.newActiveComponent(java.lang.String classname,
java.lang.Object[] constructorParameters,
Node node,
Active activity,
MetaObjectFactory factory,
ComponentParameters componentParameters)
Creates a new ProActive component over the specified base class, according to the given component parameters, and returns a reference on the component of type Component. |
static Component |
ProActive.newActiveComponent(java.lang.String className,
java.lang.Object[] constructorParameters,
VirtualNode vn,
ComponentParameters componentParameters)
Creates a new ProActive component over the specified base class, according to the given component parameters, and returns a reference on the component of type Component. |
static java.lang.Object |
ProActive.turnActive(java.lang.Object target)
Turns the target object into an ActiveObject attached to a default node in the local JVM. |
static java.lang.Object |
ProActive.turnActive(java.lang.Object target,
java.lang.String nodeURL)
Turns the target object into an Active Object and send it to the Node identified by the given url. |
static java.lang.Object |
ProActive.turnActive(java.lang.Object target,
Node node)
Turns the target object into an Active Object and send it to the given Node or to a default node in the local JVM if the given node is null. |
static java.lang.Object |
ProActive.turnActive(java.lang.Object target,
Node node,
Active activity,
MetaObjectFactory factory)
Turns the target object into an Active Object and send it to the given Node or to a default node in the local JVM if the given node is null. |
static java.lang.Object |
ProActive.turnActive(java.lang.Object target,
java.lang.String nameOfTargetType,
Node node)
Turns a Java object into an Active Object and send it to a remote Node or to a local node if the given node is null. |
static java.lang.Object |
ProActive.turnActive(java.lang.Object target,
java.lang.String nameOfTargetType,
Node node,
Active activity,
MetaObjectFactory factory)
Turns a Java object into an Active Object and send it to a remote Node or to a local node if the given node is null. |
static java.lang.Object |
ProActive.turnActiveAsGroup(java.lang.Object target,
java.lang.String nameOfTargetType,
VirtualNode virtualnode)
Turns a Java object into a group of Active Objects and sends the elements of the group to remote Nodes mapped to the given virtualnode in the XML deployment descriptor. |
Uses of NodeException in org.objectweb.proactive.branchnbound |
Methods in org.objectweb.proactive.branchnbound that throw NodeException | |
static Manager |
ProActiveBranchNBound.newBnB(Task root,
Node managerNode,
Node[] nodes,
java.lang.String queueType)
Create a new activate Manager with the given root task. |
static Manager |
ProActiveBranchNBound.newBnB(Task root,
VirtualNode virtualNode,
java.lang.String queueType)
Create a new activate Manager with the given root task. |
static Manager |
ProActiveBranchNBound.newBnB(Task root,
Node managerNode,
Node[][] nodes,
java.lang.String queueType)
Create a new activate Manager with the given root task. |
static Manager |
ProActiveBranchNBound.newBnB(Task root,
VirtualNode[] virtualNodes,
java.lang.String queueType)
Create a new activate Manager with the given root task. |
Uses of NodeException in org.objectweb.proactive.core.descriptor |
Methods in org.objectweb.proactive.core.descriptor that throw NodeException | |
void |
Launcher.activate()
activate all main nodes and launch the main classes |
Constructors in org.objectweb.proactive.core.descriptor that throw NodeException | |
Launcher(java.lang.String fileDescriptorPath)
Conctructor for a launcher parse a xml pad url |
Uses of NodeException in org.objectweb.proactive.core.descriptor.data |
Methods in org.objectweb.proactive.core.descriptor.data that throw NodeException | |
Node |
VirtualNodeLookup.getNode()
|
Node |
VirtualNodeLookup.getNode(int index)
|
java.lang.String[] |
VirtualNodeLookup.getNodesURL()
|
Node[] |
VirtualNodeLookup.getNodes()
|
Node |
VirtualNodeLookup.getNode(java.lang.String url)
|
Node |
VirtualNodeImpl.getNode()
Returns the first Node created among Nodes mapped to this VirtualNode in the XML Descriptor Another call to this method will return the following created node if any. |
Node |
VirtualNodeImpl.getNode(int index)
|
java.lang.String[] |
VirtualNodeImpl.getNodesURL()
|
Node[] |
VirtualNodeImpl.getNodes()
|
Node |
VirtualNodeImpl.getNode(java.lang.String url)
|
void |
VirtualNodeImpl.waitForAllNodesCreation()
Waits until all Nodes mapped to this VirtualNode in the XML Descriptor are created |
Node |
VirtualNode.getNode()
Returns the first Node created among Nodes mapped to this VirtualNode in the XML Descriptor Another call to this method will return the following created node if any. |
Node |
VirtualNode.getNode(int index)
Returns the Node mapped to this VirtualNode with the specified index. |
java.lang.String[] |
VirtualNode.getNodesURL()
Returns all nodes url mapped to this VirualNode |
Node[] |
VirtualNode.getNodes()
Returns all nodes mapped to this VirtualNode |
Node |
VirtualNode.getNode(java.lang.String url)
Returns the node of the given url among nodes mapped to this VirtualNode in the xml descriptor or null if such node does not exist. |
Uses of NodeException in org.objectweb.proactive.core.group |
Methods in org.objectweb.proactive.core.group that throw NodeException | |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[][] params)
Creates an object representing a group (a typed group) and creates members on the default node. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[][] params,
java.lang.String nodeName)
Creates an object representing a group (a typed group) and creates all members with params on the node. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[][] params,
java.lang.String[] nodeListString)
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[][] params,
Node node)
Creates an object representing a group (a typed group) and creates all members with params on the node. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[][] params,
Node[] nodeList)
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[][] params,
VirtualNode virtualNode)
Creates an object representing a group (a typed group) and creates members with params cycling on the nodes of the virtual node. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[] params,
Node[] nodeList)
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[] params,
VirtualNode virtualNode)
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[] params,
Node node)
Creates an object representing a group (a typed group) and creates all members with the same params on the node. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[] params,
java.lang.String nodeName)
Creates an object representing a group (a typed group) and creates all members with the same params on the node. |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Object[] params,
java.lang.String[] nodeListString)
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.turnActiveGroup(java.lang.Object ogroup)
Turns the target object (a typed group) into an ActiveObject (an active typed group) attached to a default node in the local JVM. |
static java.lang.Object |
ProActiveGroup.turnActiveGroup(java.lang.Object ogroup,
Node node)
Turns the target object (a typed group) into an ActiveObject (an active typed group) attached to a specified node. |
static java.lang.Object |
ProActiveGroup.turnActiveGroup(java.lang.Object ogroup,
java.lang.String nodeName)
Turns the target object (a typed group) into an ActiveObject (an active typed group) attached to a specified node. |
static java.lang.Object |
ProActiveGroup.newGroupBuiltWithMultithreading(java.lang.String className,
java.lang.Object[][] params)
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members on the default node. |
static java.lang.Object |
ProActiveGroup.newGroupBuiltWithMultithreading(java.lang.String className,
java.lang.Object[][] params,
Node[] nodeList)
Deprecated. 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. |
static java.lang.Object |
ProActiveGroup.newGroupBuiltWithMultithreading(java.lang.String className,
java.lang.Object[][] params,
java.lang.String[] nodeList)
Deprecated. 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. |
static java.lang.Object |
ProActiveGroup.newGroupBuiltWithMultithreading(java.lang.String className,
java.lang.Object[][] params,
VirtualNode virtualNode)
Deprecated. 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. |
static java.lang.Object |
ProActiveGroup.newGroupBuiltWithMultithreading(java.lang.String className,
java.lang.Object[] params,
java.lang.String[] nodeList)
Deprecated. 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. |
static java.lang.Object |
ProActiveGroup.newGroupBuiltWithMultithreading(java.lang.String className,
java.lang.Object[] params,
Node[] nodeList)
Deprecated. 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. |
static java.lang.Object |
ProActiveGroup.newGroupBuiltWithMultithreading(java.lang.String className,
java.lang.Object[] params,
VirtualNode virtualNode)
Deprecated. 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. |
static java.lang.Object |
ProActiveGroup.newGroupInParallel(java.lang.String className,
java.lang.Object[][] params)
Creates an object representing a group (a typed group) and creates members on the default node. |
static java.lang.Object |
ProActiveGroup.newGroupInParallel(java.lang.String className,
java.lang.Object[][] params,
Node[] nodeList)
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroupInParallel(java.lang.String className,
java.lang.Object[][] params,
java.lang.String[] nodeList)
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroupInParallel(java.lang.String className,
java.lang.Object[][] params,
VirtualNode virtualNode)
Creates an object representing a group (a typed group) and creates members with params cycling on the nodes of the vitual node. |
static java.lang.Object |
ProActiveGroup.newGroupInParallel(java.lang.String className,
java.lang.Object[] params,
java.lang.String[] nodeList)
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroupInParallel(java.lang.String className,
java.lang.Object[] params,
Node[] nodeList)
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. |
static java.lang.Object |
ProActiveGroup.newGroupInParallel(java.lang.String className,
java.lang.Object[] params,
VirtualNode virtualNode)
Creates an object representing a group (a typed group) and creates members with the same params cycling on the nodes of the vitual node. |
Uses of NodeException in org.objectweb.proactive.core.group.spmd |
Methods in org.objectweb.proactive.core.group.spmd that throw NodeException | |
static java.lang.Object |
ProSPMD.newSPMDGroup(java.lang.String className,
java.lang.Object[][] params,
java.lang.String nodeName)
Creates an object representing a spmd group (a typed group) and creates all members with params on the node. |
static java.lang.Object |
ProSPMD.newSPMDGroup(java.lang.String className,
java.lang.Object[][] params,
java.lang.String[] nodeListString)
Creates an object representing a spmd group (a typed group) and creates members with params cycling on nodeList. |
static java.lang.Object |
ProSPMD.newSPMDGroup(java.lang.String className,
java.lang.Object[][] params,
Node node)
Creates an object representing a spmd group (a typed group) and creates all members with params on the node. |
static java.lang.Object |
ProSPMD.newSPMDGroup(java.lang.String className,
java.lang.Object[][] params,
Node[] nodeList)
Creates an object representing a spmd group (a typed group) and creates members with params cycling on nodeList. |
static java.lang.Object |
ProSPMD.newSPMDGroup(java.lang.String className,
java.lang.Object[][] params,
VirtualNode virtualNode)
Creates an object representing a spmd group (a typed group) and creates members with params cycling on the nodes of the virtual node. |
Uses of NodeException in org.objectweb.proactive.core.node |
Methods in org.objectweb.proactive.core.node that throw NodeException | |
protected void |
StartNode.createNode(java.lang.String nodeURL,
boolean noRebind)
**For internal use only** Creates the node at the given URL with the rebind option |
protected void |
StartNode.run()
**For internal use only** Run the complete creation of the node step by step by invoking the other helper methods |
java.lang.Object[] |
NodeImpl.getActiveObjects()
|
int |
NodeImpl.getNumberOfActiveObjects()
|
java.lang.Object[] |
NodeImpl.getActiveObjects(java.lang.String className)
|
void |
NodeImpl.killAllActiveObjects()
|
static Node |
NodeFactory.getDefaultNode()
Returns the reference to the default node associated to the current JVM If no default node yet exists, it creates a new one. |
static Node |
NodeFactory.createNode(java.lang.String nodeURL)
Creates a new node on the local machine. |
static Node |
NodeFactory.createNode(java.lang.String url,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnname)
Creates a new node on the local machine. |
static Node |
NodeFactory.getNode(java.lang.String nodeURL)
Returns the reference to the node located at the given url. |
static void |
NodeFactory.killNode(java.lang.String nodeURL)
Kills the node of the given url |
java.lang.Object[] |
Node.getActiveObjects()
Returns all activeObjects deployed on this Node |
java.lang.Object[] |
Node.getActiveObjects(java.lang.String className)
Returns all activeObjects with the given name deployed on this Node or null if such objects do not exist |
int |
Node.getNumberOfActiveObjects()
|
void |
Node.killAllActiveObjects()
Terminate body of all node's active objects. |
Uses of NodeException in org.objectweb.proactive.core.runtime |
Methods in org.objectweb.proactive.core.runtime that throw NodeException | |
java.lang.String |
ProActiveRuntimeForwarderImpl.createLocalNode(UniqueRuntimeID urid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntimeForwarder.createLocalNode(UniqueRuntimeID urid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntimeAdapterImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager policyServer,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String VNname,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntimeForwarder.createLocalNode(UniqueRuntimeID ruid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String VNname,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntimeAdapterForwarderImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager nodeSecurityManager,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager nodeSecurityManager,
java.lang.String vnName,
java.lang.String jobId)
Creates a new Node in the same VM as this ProActiveRuntime |
Uses of NodeException in org.objectweb.proactive.core.runtime.http |
Methods in org.objectweb.proactive.core.runtime.http that throw NodeException | |
java.lang.String |
HttpProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String vname,
java.lang.String jobId)
|
Uses of NodeException in org.objectweb.proactive.core.runtime.ibis |
Methods in org.objectweb.proactive.core.runtime.ibis that throw NodeException | |
java.lang.String |
IbisProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String vnname,
java.lang.String jobId)
|
Uses of NodeException in org.objectweb.proactive.core.runtime.jini |
Methods in org.objectweb.proactive.core.runtime.jini that throw NodeException | |
java.lang.String |
JiniRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String vnname,
java.lang.String jobId)
|
Uses of NodeException in org.objectweb.proactive.core.runtime.rmi |
Methods in org.objectweb.proactive.core.runtime.rmi that throw NodeException | |
java.lang.String |
RmiProActiveRuntimeForwarderImpl.createLocalNode(UniqueRuntimeID urid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager ps,
java.lang.String VNname,
java.lang.String jobId)
|
java.lang.String |
RmiProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String VNname,
java.lang.String jobId)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |