|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTMessage | |
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.body.ft.internalmsg | **For internal use only** Defines messages that are use to synchronize fault-tolerance mechanism on each 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.managers | Defines active object behavior for the CIC protocol. |
org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers | Defines active object behavior for the PML protocol. |
org.objectweb.proactive.core.body.http | HTTP implementation of the remote Body |
org.objectweb.proactive.core.body.ibis | IBIS implementation of the remote Body |
org.objectweb.proactive.core.body.rmi | The body of an active object act as a hub of communication with other remote objects. |
org.objectweb.proactive.ext.mixedlocation | |
org.objectweb.proactive.ext.security |
Uses of FTMessage in org.objectweb.proactive.core.body |
Methods in org.objectweb.proactive.core.body with parameters of type FTMessage | |
java.lang.Object |
UniversalBodyForwarder.receiveFTMessage(UniqueID id,
FTMessage ev)
|
java.lang.Object |
BodyForwarderImpl.receiveFTMessage(UniqueID id,
FTMessage ev)
|
java.lang.Object |
BodyAdapterImpl.receiveFTMessage(FTMessage ev)
|
java.lang.Object |
RemoteBodyForwarder.receiveFTMessage(UniqueID id,
FTMessage fte)
|
java.lang.Object |
RemoteBody.receiveFTMessage(FTMessage fte)
For sending a message to the FTManager linked to this object |
java.lang.Object |
BodyAdapterForwarder.receiveFTMessage(FTMessage ev)
|
java.lang.Object |
AbstractBody.receiveFTMessage(FTMessage fte)
|
java.lang.Object |
UniversalBody.receiveFTMessage(FTMessage ev)
For sending a non fonctional message to the FTManager linked to this object. |
Uses of FTMessage in org.objectweb.proactive.core.body.ft.internalmsg |
Classes in org.objectweb.proactive.core.body.ft.internalmsg that implement FTMessage | |
class |
GlobalStateCompletion
This event indicates to the receiver that a global state has been completed. |
class |
Heartbeat
This class implements a simple heartbeat messages. |
class |
Killer
The vm is killed on reception of this message. |
class |
OutputCommit
This class defines a message send to all processes (by the server) when one of the process of the group is sending a message to the outside world (i.e. an external element or a process belonging to another group) |
Uses of FTMessage in org.objectweb.proactive.core.body.ft.protocols |
Methods in org.objectweb.proactive.core.body.ft.protocols with parameters of type FTMessage | |
abstract java.lang.Object |
FTManager.handleFTMessage(FTMessage fte)
This method is called when a non fonctionnal fault-tolerance message is received |
Uses of FTMessage in org.objectweb.proactive.core.body.ft.protocols.cic.managers |
Methods in org.objectweb.proactive.core.body.ft.protocols.cic.managers with parameters of type FTMessage | |
java.lang.Object |
HalfFTManagerCIC.handleFTMessage(FTMessage fte)
|
java.lang.Object |
FTManagerCIC.handleFTMessage(FTMessage fte)
|
Uses of FTMessage in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers |
Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers with parameters of type FTMessage | |
java.lang.Object |
HalfFTManagerPMLRB.handleFTMessage(FTMessage fte)
|
java.lang.Object |
FTManagerPMLRB.handleFTMessage(FTMessage fte)
|
Uses of FTMessage in org.objectweb.proactive.core.body.http |
Methods in org.objectweb.proactive.core.body.http with parameters of type FTMessage | |
java.lang.Object |
HttpRemoteBodyImpl.receiveFTMessage(FTMessage ev)
STILL NOT IMPLEMENTED |
Uses of FTMessage in org.objectweb.proactive.core.body.ibis |
Methods in org.objectweb.proactive.core.body.ibis with parameters of type FTMessage | |
java.lang.Object |
IbisRemoteBodyImpl.receiveFTMessage(FTMessage fte)
|
Uses of FTMessage in org.objectweb.proactive.core.body.rmi |
Methods in org.objectweb.proactive.core.body.rmi with parameters of type FTMessage | |
java.lang.Object |
RmiRemoteBodyForwarderImpl.receiveFTMessage(UniqueID id,
FTMessage fte)
|
java.lang.Object |
RmiRemoteBodyImpl.receiveFTMessage(FTMessage fte)
|
Uses of FTMessage in org.objectweb.proactive.ext.mixedlocation |
Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type FTMessage | |
java.lang.Object |
UniversalBodyWrapper.receiveFTMessage(FTMessage ev)
|
Uses of FTMessage in org.objectweb.proactive.ext.security |
Methods in org.objectweb.proactive.ext.security with parameters of type FTMessage | |
java.lang.Object |
EncryptedBody.receiveFTMessage(FTMessage ev)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |