Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm
Class OraExecutionHandle

java.lang.Object
  extended byoracle.dmt.jdm.OraDMObject
      extended byoracle.dmt.jdm.OraExecutionHandle

All Implemented Interfaces:
javax.datamining.ExecutionHandle, oracle.dmt.jdm.OraPLSQLConstants

public class OraExecutionHandle
extends oracle.dmt.jdm.OraDMObject
implements javax.datamining.ExecutionHandle

OraExecutionHandle is an oracle extension of javax.datamining.ExecutionHandle. It provides extension method waitForCompletion that allows specifying polling frequency when waiting for task completion. By default 1000 milli seconds is the polling time interval.

See Also:
ExecutionHandle

Method Summary
 javax.datamining.ExecutionStatus waitForCompletion(int timeoutInSeconds, long pollingIntervalTimeInMilliSeconds)
          Oracle extension method.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

waitForCompletion

public javax.datamining.ExecutionStatus waitForCompletion(int timeoutInSeconds,
                                                          long pollingIntervalTimeInMilliSeconds)
                                                   throws javax.datamining.JDMException
Oracle extension method. It is used when the user would like to reduce or increase the polling time interval while waiting for completion of the task. By default 1000 milli seconds is the polling time interval.
Parameters:
timeoutInSeconds -
pollingIntervalTimeInMilliSeconds -
Returns:
Throws:
javax.datamining.JDMException

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.