org.ops4j.pax.exam.container.def.options
Class RBCLookupTimeoutOption

java.lang.Object
  extended by org.ops4j.pax.exam.options.TimeoutOption
      extended by org.ops4j.pax.exam.container.def.options.RBCLookupTimeoutOption
All Implemented Interfaces:
Option

public class RBCLookupTimeoutOption
extends TimeoutOption

Option specifying the timeout (in milliseconds) while looking up the container process.

Since:
0.3.0 December 10, 2008
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Constructor Summary
RBCLookupTimeoutOption(long timeoutInMillis)
          Constructor.
 
Method Summary
 
Methods inherited from class org.ops4j.pax.exam.options.TimeoutOption
getTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RBCLookupTimeoutOption

public RBCLookupTimeoutOption(long timeoutInMillis)
Constructor.

Parameters:
timeoutInMillis - timeout (in millis) to look up the server part
Throws:
java.lang.IllegalArgumentException - - If timeout is null


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.