Public Member Functions | |
void | initActivity (Body body) |
Initializes the activity of the active object. |
An object implementing this interface can be invoked to perform the initialization work before the activity is started. The object being reified as an active object can implement this interface or an external class can also be used.
It is generally the role of the body of the active object to perform the call on the object implementing this interface.
Definition at line 55 of file InitActive.java.
void org.objectweb.proactive.InitActive.initActivity | ( | Body | body | ) |
Initializes the activity of the active object.
body | the body of the active object being initialized |
Implemented in org.objectweb.proactive.branchnbound.core.Manager, org.objectweb.proactive.core.component.body.ComponentActivity, org.objectweb.proactive.mpi.control.ProActiveMPICoupling, org.objectweb.proactive.p2p.service.node.P2PNodeLookup, org.objectweb.proactive.p2p.service.node.P2PNodeManager, org.objectweb.proactive.p2p.service.P2PAcquaintanceManager, and org.objectweb.proactive.p2p.service.P2PService.
Referenced by org.objectweb.proactive.core.component.body.ComponentActivity.initActivity(), org.objectweb.proactive.core.body.ActiveBody.run(), and org.objectweb.proactive.core.component.body.ComponentActivity.runActivity().