Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.transaction
Interface CwFailedOperationInfo


public interface CwFailedOperationInfo

Method Summary
 java.lang.String getErrorMessage()
           
 CwUid getObjectId()
          Returns uid of the target object of the operation.
 CwOperation getOperation()
           
 long getOperationInstanceId()
          Returns the system generated identifier for the failed operation instance.
 java.util.Date getStartTime()
          Returns operation start time.
 boolean isInDoubt()
          Returns true if and only if the operation state is in doubt.

 

Method Detail

getErrorMessage

public java.lang.String getErrorMessage()

getObjectId

public CwUid getObjectId()
Returns uid of the target object of the operation.

getOperation

public CwOperation getOperation()

getOperationInstanceId

public long getOperationInstanceId()
Returns the system generated identifier for the failed operation instance.

getStartTime

public java.util.Date getStartTime()
Returns operation start time.

isInDoubt

public boolean isInDoubt()
Returns true if and only if the operation state is in doubt. An operation is considered to be in-doubt (and hence, candidate for recovery) after the elapse of a system defined timeout interval.

Copyright © 2001, 2005, Oracle. All rights reserved.