|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassNotReifiableException | |
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.mop | **For internal use only** Defines the Meta Object Protocol used in ProActive that allows the interception of a method call to an active object and its reification as a request sent to a body. |
Uses of ClassNotReifiableException in org.objectweb.proactive.core.group |
Methods in org.objectweb.proactive.core.group that throw ClassNotReifiableException | |
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className)
Creates an object representing an empty group specifying the upper class of members. |
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. |
static ProActiveInterface |
ProActiveComponentGroup.newComponentInterfaceGroup(InterfaceType interfaceType,
Component owner)
creates an empty group able to contain ProActiveInterfaceImpl objects of the given type.. |
Uses of ClassNotReifiableException in org.objectweb.proactive.core.group.spmd |
Methods in org.objectweb.proactive.core.group.spmd that throw ClassNotReifiableException | |
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 ClassNotReifiableException in org.objectweb.proactive.core.mop |
Methods in org.objectweb.proactive.core.mop that throw ClassNotReifiableException | |
static java.lang.Object |
MOP.newInstance(java.lang.String nameOfClass,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
Creates an instance of an object |
static java.lang.Object |
MOP.newInstance(java.lang.Class clazz,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
|
static java.lang.Object |
MOP.newInstance(java.lang.String nameOfStubClass,
java.lang.String nameOfClass,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
Creates an instance of an object |
static java.lang.Object |
MOP.newInstance(java.lang.Class stubClass,
java.lang.String nameOfClass,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
|
static java.lang.Object |
MOP.turnReified(java.lang.String nameOfProxyClass,
java.lang.Object[] proxyParameters,
java.lang.Object target)
Reifies an object |
static java.lang.Object |
MOP.turnReified(java.lang.String nameOfStubClass,
java.lang.String nameOfProxyClass,
java.lang.Object[] proxyParameters,
java.lang.Object target)
Reifies an object |
static void |
MOP.checkClassIsReifiable(java.lang.Class cl)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |