|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveObjectCreationException | |
---|---|
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.component.collectiveitfs | This package contains classes for handling collective interfaces. |
org.objectweb.proactive.core.filetransfer | Defines all classes related with ProActive File Transfer protocol |
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.ext.scilab | |
org.objectweb.proactive.ic2d.data | **For internal use only** Provides the hierarchical data model of IC2D. |
org.objectweb.proactive.mpi.control | |
org.objectweb.proactive.osgi | This package provides all neccessary entities to run ProActive on top of OSGi ( http://www.osgi.org ). |
Uses of ActiveObjectCreationException in org.objectweb.proactive |
---|
Methods in org.objectweb.proactive that throw ActiveObjectCreationException | |
---|---|
static java.lang.Object |
ProActive.lookupActive(java.lang.String classname,
java.lang.String url)
Looks-up an active object previously registered in a registry(RMI, IBIS, HTTP). |
static java.lang.Object |
ProActive.newActive(java.lang.String classname,
java.lang.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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)
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,
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,
java.lang.String nodeURL)
Creates a new ActiveObject based on classname attached to the node of the given URL. |
static java.lang.Object |
ProActive.newActiveAsGroup(java.lang.String classname,
java.lang.Class[] genericParameters,
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.Class[] genericParameters,
java.lang.Object[] constructorParameters,
VirtualNode virtualnode,
Active activity,
MetaObjectFactory factory)
Creates a new group of Active Objects. |
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.Class[] genericParameters,
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.Class[] genericParameters,
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 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.Class[] genericParameters)
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.Class[] genericParameters,
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,
java.lang.Class[] genericParameters,
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.Class[] genericParameters,
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,
java.lang.Class[] genericParameters,
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.Class[] genericParameters,
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,
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 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,
java.lang.String nameOfTargetType,
java.lang.Class[] genericParameters,
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,
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.Class[] genericParameters,
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. |
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 ActiveObjectCreationException in org.objectweb.proactive.branchnbound |
---|
Methods in org.objectweb.proactive.branchnbound that throw ActiveObjectCreationException | |
---|---|
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,
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. |
static Manager |
ProActiveBranchNBound.newBnB(Task root,
VirtualNode virtualNode,
java.lang.String queueType)
Create a new activate Manager with the given root task. |
Uses of ActiveObjectCreationException in org.objectweb.proactive.core.component.collectiveitfs |
---|
Methods in org.objectweb.proactive.core.component.collectiveitfs that throw ActiveObjectCreationException | |
---|---|
GatherFuturesHandler |
GatherFuturesHandlerPool.borrowFuturesHandler()
|
Uses of ActiveObjectCreationException in org.objectweb.proactive.core.filetransfer |
---|
Methods in org.objectweb.proactive.core.filetransfer that throw ActiveObjectCreationException | |
---|---|
FileTransferService |
FileTransferEngine.getFTS()
|
FileTransferService |
FileTransferEngine.getFTS(Node node)
|
FileTransferService |
FileTransferEngine.getFTS(java.lang.String srcNodeURL)
|
Uses of ActiveObjectCreationException in org.objectweb.proactive.core.group |
---|
Methods in org.objectweb.proactive.core.group that throw ActiveObjectCreationException | |
---|---|
static java.lang.Object |
ProActiveGroup.newGroup(java.lang.String className,
java.lang.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.newGroup(java.lang.String className,
java.lang.Class[] genericParameters,
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)
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,
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)
|
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,
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 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,
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,
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.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.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,
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,
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,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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.Class[] genericParameters,
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 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,
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,
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,
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 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,
java.lang.Class[] genericParameters)
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,
java.lang.Class[] genericParameters,
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.Class[] genericParameters,
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.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. |
Uses of ActiveObjectCreationException in org.objectweb.proactive.core.group.spmd |
---|
Methods in org.objectweb.proactive.core.group.spmd that throw ActiveObjectCreationException | |
---|---|
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,
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,
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 ActiveObjectCreationException in org.objectweb.proactive.core.node |
---|
Methods in org.objectweb.proactive.core.node that throw ActiveObjectCreationException | |
---|---|
java.lang.Object[] |
Node.getActiveObjects()
Returns all activeObjects deployed on this Node |
java.lang.Object[] |
NodeImpl.getActiveObjects()
|
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 |
java.lang.Object[] |
NodeImpl.getActiveObjects(java.lang.String className)
|
Uses of ActiveObjectCreationException in org.objectweb.proactive.ext.scilab |
---|
Methods in org.objectweb.proactive.ext.scilab that throw ActiveObjectCreationException | |
---|---|
static SciEngine |
SciDeployEngine.deploy(java.lang.String idEngine)
|
Uses of ActiveObjectCreationException in org.objectweb.proactive.ic2d.data |
---|
Constructors in org.objectweb.proactive.ic2d.data that throw ActiveObjectCreationException | |
---|---|
VMObject(HostObject host,
java.rmi.dgc.VMID vmid,
Node node,
java.lang.String protocolId)
|
Uses of ActiveObjectCreationException in org.objectweb.proactive.mpi.control |
---|
Constructors in org.objectweb.proactive.mpi.control that throw ActiveObjectCreationException | |
---|---|
ProActiveMPICoupling(java.lang.String libName,
ProActiveMPIManager manager,
java.lang.Integer jobNum)
|
Uses of ActiveObjectCreationException in org.objectweb.proactive.osgi |
---|
Methods in org.objectweb.proactive.osgi that throw ActiveObjectCreationException | |
---|---|
java.lang.Object |
ProActiveServicesImpl.newActive(java.lang.String className,
java.lang.Object[] params)
|
java.lang.Object |
ProActiveService.newActive(java.lang.String classname,
java.lang.Object[] constructorParameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |