|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaultLevel | |
---|---|
communication |
Uses of FaultLevel in communication |
---|
Fields in communication declared as FaultLevel | |
---|---|
protected FaultLevel |
CommunicationElement.crashLevel
Level of crash of the process |
protected FaultLevel |
CommunicationElement.packetLostLevel
Level of lost of packet sent through the network |
protected FaultLevel |
CommunicationElement.transmissionDelayLowerBound
Level of the minimum delay for a message to join the receiver element |
protected FaultLevel |
CommunicationElement.transmissionDelayUpperBound
Level of the maximum delay for a message to join the receiver element |
Methods in communication that return FaultLevel | |
---|---|
FaultLevel |
CommunicationElement.getCrashLevel()
|
FaultLevel |
ReliabilitySetting.getCrashLevel()
|
FaultLevel |
CommunicationElement.getPacketLostLevel()
|
FaultLevel |
ReliabilitySetting.getPacketLostLevel()
|
FaultLevel |
CommunicationElement.getTransmissionDelayLowerBound()
|
FaultLevel |
ReliabilitySetting.getTransmissionDelayLowerBound()
|
FaultLevel |
CommunicationElement.getTransmissionDelayUpperBound()
|
FaultLevel |
ReliabilitySetting.getTransmissionDelayUpperBound()
|
static FaultLevel |
FaultLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FaultLevel[] |
FaultLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in communication with parameters of type FaultLevel | |
---|---|
void |
CommunicationElement.setCrashLevel(FaultLevel crashLevel)
|
void |
ReliabilitySetting.setCrashLevel(FaultLevel crashLevel)
|
void |
CommunicationElement.setPacketLostLevel(FaultLevel packetLostLevel)
|
void |
ReliabilitySetting.setPacketLostLevel(FaultLevel packetLostLevel)
|
void |
CommunicationElement.setTransmissionDelayLowerBound(FaultLevel transmissionDelayLowerBound)
|
void |
ReliabilitySetting.setTransmissionDelayLowerBound(FaultLevel transmissionDelayLowerBound)
|
void |
CommunicationElement.setTransmissionDelayUpperBound(FaultLevel transmissionDelayUpperBound)
|
void |
ReliabilitySetting.setTransmissionDelayUpperBound(FaultLevel transmissionDelayUpperBound)
|
Constructors in communication with parameters of type FaultLevel | |
---|---|
ReliabilitySetting(boolean reliable,
FaultLevel packetLostLevel,
FaultLevel transmissionDelayLowerBound,
FaultLevel transmissionDelayUpperBound,
FaultLevel crashLevel,
boolean debugFault)
Create a set of reliabily values for a communication element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |