|
|||||||||||
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.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.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 | |
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 |
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.newActive(java.lang.String classname,
java.lang.Object[] constructorParameters,
VirtualNode virtualnode)
Creates a new set of active objects based on classname attached to the given virtualnode. |
static java.lang.Object |
ProActive.newActive(java.lang.String classname,
java.lang.Object[] constructorParameters,
VirtualNode virtualnode,
Active activity,
MetaObjectFactory factory)
Creates a new ActiveObject based on classname attached to the given virtualnode. |
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.turnActive(java.lang.Object target,
java.lang.String nameOfTargetType,
VirtualNode virtualnode)
Turns a Java object into an Active Object and send it to remote Nodes mapped to the given virtualnode in the XML deployment descriptor. |
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)
|
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.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.newGroupBuildWithMultithreading(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.newGroupBuildWithMultithreading(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.newGroupBuildWithMultithreading(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.newGroupBuildWithMultithreading(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. |
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,
Node[] nodeList)
Creates an object representing a 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,
java.lang.String[] nodeList)
|
Uses of NodeException in org.objectweb.proactive.core.node |
Methods in org.objectweb.proactive.core.node that throw NodeException | |
java.lang.Object[] |
NodeImpl.getActiveObjects()
|
java.lang.Object[] |
NodeImpl.getActiveObjects(java.lang.String className)
|
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,
PolicyServer ps,
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 |
Uses of NodeException in org.objectweb.proactive.core.runtime |
Methods in org.objectweb.proactive.core.runtime that throw NodeException | |
java.lang.String |
ProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer policyServer,
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.ibis |
Methods in org.objectweb.proactive.core.runtime.ibis that throw NodeException | |
java.lang.String |
RemoteProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String vnname,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntimeAdapter.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String vname,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
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_Stub.createLocalNode(java.lang.String,
boolean,
PolicyServer,
java.lang.String,
java.lang.String)
|
java.lang.String |
JiniRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String vnname,
java.lang.String jobId)
|
java.lang.String |
JiniRuntimeAdapter.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String vnname,
java.lang.String jobId)
|
java.lang.String |
JiniRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
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 |
RemoteProActiveRuntimeImpl_Stub.createLocalNode(java.lang.String,
boolean,
PolicyServer,
java.lang.String,
java.lang.String)
|
java.lang.String |
RemoteProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String VNname,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntimeAdapter.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String vname,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
PolicyServer ps,
java.lang.String VNname,
java.lang.String jobId)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |