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


com.oracle.bpel.sensor.schemas
Interface ITProcessFaultData

All Superinterfaces:
ITFaultData, java.io.Serializable

public interface ITProcessFaultData
extends java.io.Serializable, ITFaultData

Interface ITProcessFaultData.


Method Summary
 java.util.Calendar getCreationDate()
          Returns the value of field 'creationDate'.
 java.util.Calendar getModifyDate()
          Returns the value of field 'modifyDate'.
 void setCreationDate(java.util.Calendar creationDate)
          Sets the value of field 'creationDate'.
 void setModifyDate(java.util.Calendar modifyDate)
          Sets the value of field 'modifyDate'.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITFaultData
getActivityName, getActivityType, getData, setActivityName, setActivityType, setData

 

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'.

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'.

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'.

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'.

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


Copyright © 2005, Oracle. All rights reserved.