Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler
Interface RuntimeServiceHandle

All Superinterfaces:
java.io.Serializable

public interface RuntimeServiceHandle
extends java.io.Serializable
Since:
11R1+ Handle for accessing the runtime service. This handle allows multiple operations to be associated with the same underlying resource connection.
Version:
$Header: ess/src/oracle/as/scheduler/RuntimeServiceHandle.java /main/6 2008/09/20 10:21:55 wbao Exp $
Author:
axdsilva

Method Summary
 void dispose()
          Deprecated.  
 boolean isRollbackOnly()
          Deprecated. replaced by RuntimeService.isRollbackOnly(RuntimeServiceHandle)
 void setRollbackOnly()
          Deprecated. replaced by RuntimeService.setRollbackOnly(RuntimeServiceHandle)

 

Method Detail

isRollbackOnly

boolean isRollbackOnly()
Deprecated. replaced by RuntimeService.isRollbackOnly(RuntimeServiceHandle)
Determine if this handle has been marked such that the associated transaction can only be rolled back.
Returns:
true if this handle as been marked as rollback only, false otherwise.

setRollbackOnly

void setRollbackOnly()
Deprecated. replaced by RuntimeService.setRollbackOnly(RuntimeServiceHandle)
Modify the transaction associated with this handle such that the only possible outcome of the transaction is to roll back the transaction.

dispose

void dispose()
Deprecated. 
Dispose all the resources hold by this handle.

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.