Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.test.Sleep Class Reference

sleep action More...

Inheritance diagram for com.qoretechnologies.qorus.test.Sleep:
com.qoretechnologies.qorus.test.Action org::qore::jni::QoreObjectWrapper

Public Member Methods

 Sleep (int secs) throws Throwable
 creates the sleep action object More...
 
Object run (QorusInterfaceTest t) throws Throwable
 sleeps for the given number of seconds More...
 

Additional Inherited Members

- Private Member Methods inherited from com.qoretechnologies.qorus.test.Action
 Action (QoreObject obj)
 protected constructor to create the wrapper object
 

Detailed Description

sleep action

Constructor & Destructor Documentation

◆ Sleep()

com.qoretechnologies.qorus.test.Sleep.Sleep ( int  secs) throws Throwable
inline

creates the sleep action object

Parameters
secsthe time in seconds

Member Function Documentation

◆ run()

Object com.qoretechnologies.qorus.test.Sleep.run ( QorusInterfaceTest  t) throws Throwable
inline

sleeps for the given number of seconds

Parameters
tQorusInterfaceTest test object

performs sleep action


The documentation for this class was generated from the following file: