akka.remote.testconductor
Class EnterBarrier

java.lang.Object
  extended by akka.remote.testconductor.EnterBarrier
All Implemented Interfaces:
NetworkOp, ServerOp, java.io.Serializable, scala.Equals, scala.Product

public class EnterBarrier
extends java.lang.Object
implements ServerOp, NetworkOp, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
EnterBarrier(java.lang.String name, scala.Option<scala.concurrent.duration.FiniteDuration> timeout)
           
 
Method Summary
 java.lang.String name()
           
 scala.Option<scala.concurrent.duration.FiniteDuration> timeout()
           
 
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

EnterBarrier

public EnterBarrier(java.lang.String name,
                    scala.Option<scala.concurrent.duration.FiniteDuration> timeout)
Method Detail

name

public java.lang.String name()

timeout

public scala.Option<scala.concurrent.duration.FiniteDuration> timeout()