|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBody | |
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.body.ft.protocols | Defines specific behavior for each implemented fault-tolerance protocol. |
org.objectweb.proactive.core.body.ft.protocols.cic | Defines specific behavior for Communication-Induced Checkpointing protocol. |
org.objectweb.proactive.core.body.migration | Defines the migration primitive of ProActive. |
org.objectweb.proactive.core.component.body | Component meta-objects are created from the ComponentBody. |
Uses of AbstractBody in org.objectweb.proactive.core.body |
Subclasses of AbstractBody in org.objectweb.proactive.core.body | |
class |
ActiveBody
|
class |
BodyImpl
**For internal use only** This class gives a common implementation of the Body interface. |
class |
HalfBody
|
Methods in org.objectweb.proactive.core.body with parameters of type AbstractBody | |
void |
LocalBodyStore.registerForwarder(AbstractBody body)
|
void |
LocalBodyStore.unregisterForwarder(AbstractBody body)
|
Uses of AbstractBody in org.objectweb.proactive.core.body.ft.protocols |
Fields in org.objectweb.proactive.core.body.ft.protocols declared as AbstractBody | |
AbstractBody |
FTManager.owner
|
Methods in org.objectweb.proactive.core.body.ft.protocols with parameters of type AbstractBody | |
int |
FTManager.init(AbstractBody owner)
Initialize the FTManager. |
Uses of AbstractBody in org.objectweb.proactive.core.body.ft.protocols.cic |
Methods in org.objectweb.proactive.core.body.ft.protocols.cic with parameters of type AbstractBody | |
int |
HalfFTManagerCIC.init(AbstractBody owner)
|
int |
FTManagerCIC.init(AbstractBody owner)
|
Uses of AbstractBody in org.objectweb.proactive.core.body.migration |
Subclasses of AbstractBody in org.objectweb.proactive.core.body.migration | |
class |
MigratableBody
|
Uses of AbstractBody in org.objectweb.proactive.core.component.body |
Subclasses of AbstractBody in org.objectweb.proactive.core.component.body | |
class |
ComponentBodyImpl
This class has been inserted into the bodies hierarchy in order to instantiate the component metaobject (ProActiveComponent). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |