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


com.oracle.bpel.sensor.schemas
Interface ITFaultData

All Known Subinterfaces:
ITProcessFaultData

public interface ITFaultData

Interface ITFaultData.


Method Summary
 java.lang.String getActivityName()
          Returns the value of field 'activityName'.
 java.lang.String getActivityType()
          Returns the value of field 'activityType'.
 java.lang.Object getData()
          Returns the value of field 'data'.
 void setActivityName(java.lang.String activityName)
          Sets the value of field 'activityName'.
 void setActivityType(java.lang.String activityType)
          Sets the value of field 'activityType'.
 void setData(java.lang.Object data)
          Sets the value of field 'data'.

 

Method Detail

getActivityName

public java.lang.String getActivityName()
Returns the value of field 'activityName'. The field 'activityName' has the following description:
Returns:
the value of field 'activityName'.

getActivityType

public java.lang.String getActivityType()
Returns the value of field 'activityType'. The field 'activityType' has the following description:
Returns:
the value of field 'activityType'.

getData

public java.lang.Object getData()
Returns the value of field 'data'. The field 'data' has the following description:
Returns:
the value of field 'data'.

setActivityName

public void setActivityName(java.lang.String activityName)
Sets the value of field 'activityName'. The field 'activityName' has the following description:
Parameters:
activityName - the value of field 'activityName'.

setActivityType

public void setActivityType(java.lang.String activityType)
Sets the value of field 'activityType'. The field 'activityType' has the following description:
Parameters:
activityType - the value of field 'activityType'.

setData

public void setData(java.lang.Object data)
Sets the value of field 'data'. The field 'data' has the following description:
Parameters:
data - the value of field 'data'.

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


Copyright © 2005, Oracle. All rights reserved.