akka.remote.testconductor
Interface TestConductorProtocol.InjectFailureOrBuilder

All Known Implementing Classes:
TestConductorProtocol.InjectFailure, TestConductorProtocol.InjectFailure.Builder
Enclosing class:
TestConductorProtocol

public static interface TestConductorProtocol.InjectFailureOrBuilder


Method Summary
 TestConductorProtocol.Address getAddress()
           
 TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()
           
 TestConductorProtocol.Direction getDirection()
           
 int getExitValue()
           
 TestConductorProtocol.FailType getFailure()
           
 float getRateMBit()
           
 boolean hasAddress()
           
 boolean hasDirection()
           
 boolean hasExitValue()
           
 boolean hasFailure()
           
 boolean hasRateMBit()
           
 

Method Detail

hasFailure

boolean hasFailure()

getFailure

TestConductorProtocol.FailType getFailure()

hasDirection

boolean hasDirection()

getDirection

TestConductorProtocol.Direction getDirection()

hasAddress

boolean hasAddress()

getAddress

TestConductorProtocol.Address getAddress()

getAddressOrBuilder

TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()

hasRateMBit

boolean hasRateMBit()

getRateMBit

float getRateMBit()

hasExitValue

boolean hasExitValue()

getExitValue

int getExitValue()