akka.remote.testconductor
Class Throttle

java.lang.Object
  extended by akka.remote.testconductor.Throttle
All Implemented Interfaces:
CommandOp, java.io.Serializable, scala.Equals, scala.Product

public class Throttle
extends java.lang.Object
implements CommandOp, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
Throttle(RoleName node, RoleName target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
           
 
Method Summary
 ThrottlerTransportAdapter.Direction direction()
           
 RoleName node()
           
 float rateMBit()
           
 RoleName target()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Throttle

public Throttle(RoleName node,
                RoleName target,
                ThrottlerTransportAdapter.Direction direction,
                float rateMBit)
Method Detail

node

public RoleName node()

target

public RoleName target()

direction

public ThrottlerTransportAdapter.Direction direction()

rateMBit

public float rateMBit()