|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Active | |
org.objectweb.proactive | Provides the main classes for creating active objects and futures. |
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.component | This package and sub-packages provide an implementation with ProActive of the Fractal 2.0 component model. |
org.objectweb.proactive.ext.util | Provides some utility classes for end user usage or used across the extension package. |
org.objectweb.proactive.p2p.api.worker | |
org.objectweb.proactive.p2p.service | |
org.objectweb.proactive.p2p.service.node |
Uses of Active in org.objectweb.proactive |
Subinterfaces of Active in org.objectweb.proactive | |
interface |
EndActive
EndActive is related to the finalization of an active object. |
interface |
InitActive
InitActive is related to the initialization of the activity of an active object. |
interface |
RunActive
RunActive is related to the activity of an active object. |
Methods in org.objectweb.proactive with parameters of type Active | |
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.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 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,
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. |
Uses of Active in org.objectweb.proactive.core.body |
Constructors in org.objectweb.proactive.core.body with parameters of type Active | |
ActiveBody(ConstructorCall c,
java.lang.String nodeURL,
Active activity,
MetaObjectFactory factory,
java.lang.String jobID)
Build the body object, then fires its service thread |
Uses of Active in org.objectweb.proactive.core.component |
Methods in org.objectweb.proactive.core.component that return Active | |
Active |
ContentDescription.getActivity()
getter for the activity |
Constructors in org.objectweb.proactive.core.component with parameters of type Active | |
ContentDescription(java.lang.String className,
java.lang.Object[] constructorParameters,
VirtualNode virtualNode,
Active activity,
MetaObjectFactory factory)
constructor |
|
ContentDescription(java.lang.String className,
java.lang.Object[] constructorParameters,
Node node,
Active activity,
MetaObjectFactory factory)
constructor |
Uses of Active in org.objectweb.proactive.ext.util |
Classes in org.objectweb.proactive.ext.util that implement Active | |
class |
SimpleLocationServer
An implementation of a Location Server |
Uses of Active in org.objectweb.proactive.p2p.api.worker |
Classes in org.objectweb.proactive.p2p.api.worker that implement Active | |
class |
Worker
|
Uses of Active in org.objectweb.proactive.p2p.service |
Classes in org.objectweb.proactive.p2p.service that implement Active | |
class |
P2PAcquaintanceManager
Updating the group of exportAcquaintances of the P2P service. |
class |
P2PFirstContact
Activity to contact a first group of peers in parallel of the P2PService activity. |
class |
P2PService
ProActive Peer-to-Peer Service. |
Uses of Active in org.objectweb.proactive.p2p.service.node |
Classes in org.objectweb.proactive.p2p.service.node that implement Active | |
class |
P2PNodeLookup
|
class |
P2PNodeManager
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |