Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


com.oracle.bpel.sensor.schemas
Interface ITProcessActivityData

All Superinterfaces:
ITActivityData, java.io.Serializable

public interface ITProcessActivityData
extends java.io.Serializable, ITActivityData

Interface ITProcessActivityData.


Method Summary
 java.util.Calendar getCreationDate()
          Returns the value of field 'creationDate'.
 long getEvalTime()
          Returns the value of field 'evalTime'.
 java.util.Calendar getModifyDate()
          Returns the value of field 'modifyDate'.
 int getRetryCount()
          Returns the value of field 'retryCount'.
 void setCreationDate(java.util.Calendar creationDate)
          Sets the value of field 'creationDate'.
 void setEvalTime(long evalTime)
          Sets the value of field 'evalTime'.
 void setModifyDate(java.util.Calendar modifyDate)
          Sets the value of field 'modifyDate'.
 void setRetryCount(int retryCount)
          Sets the value of field 'retryCount'.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITActivityData
getActivityType, getDuration, getDurationInSeconds, getErrorMessage, getEvalPoint, setActivityType, setDuration, setDurationInSeconds, setErrorMessage, setEvalPoint

 

Method Detail

getCreationDate

public java.util.Calendar getCreationDate()
Returns the value of field 'creationDate'. The field 'creationDate' has the following description:
Returns:
the value of field 'creationDate'.

getEvalTime

public long getEvalTime()
Returns the value of field 'evalTime'. The field 'evalTime' has the following description:
Returns:
the value of field 'evalTime'.

getModifyDate

public java.util.Calendar getModifyDate()
Returns the value of field 'modifyDate'. The field 'modifyDate' has the following description:
Returns:
the value of field 'modifyDate'.

getRetryCount

public int getRetryCount()
Returns the value of field 'retryCount'. The field 'retryCount' has the following description:
Returns:
the value of field 'retryCount'.

setCreationDate

public void setCreationDate(java.util.Calendar creationDate)
Sets the value of field 'creationDate'. The field 'creationDate' has the following description:
Parameters:
creationDate - the value of field 'creationDate'.

setEvalTime

public void setEvalTime(long evalTime)
Sets the value of field 'evalTime'. The field 'evalTime' has the following description:
Parameters:
evalTime - the value of field 'evalTime'.

setModifyDate

public void setModifyDate(java.util.Calendar modifyDate)
Sets the value of field 'modifyDate'. The field 'modifyDate' has the following description:
Parameters:
modifyDate - the value of field 'modifyDate'.

setRetryCount

public void setRetryCount(int retryCount)
Sets the value of field 'retryCount'. The field 'retryCount' has the following description:
Parameters:
retryCount - the value of field 'retryCount'.

Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


Copyright © 2005, Oracle. All rights reserved.