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


com.oracle.bpel.sensor.schemas
Interface ITActivityData

All Known Subinterfaces:
ITAdapterData, ITNotificationData, ITProcessActivityData, ITProcessAdapterData, ITProcessNotificationData

public interface ITActivityData

Interface ITActivityData.


Method Summary
 java.lang.String getActivityType()
          Returns the value of field 'activityType'.
 org.exolab.types.Duration getDuration()
          Returns the value of field 'duration'.
 double getDurationInSeconds()
          Returns the value of field 'durationInSeconds'.
 java.lang.String getErrorMessage()
          Returns the value of field 'errorMessage'.
 java.lang.String getEvalPoint()
          Returns the value of field 'evalPoint'.
 void setActivityType(java.lang.String activityType)
          Sets the value of field 'activityType'.
 void setDuration(org.exolab.types.Duration duration)
          Sets the value of field 'duration'.
 void setDurationInSeconds(double durationInSeconds)
          Sets the value of field 'durationInSeconds'.
 void setErrorMessage(java.lang.String errorMessage)
          Sets the value of field 'errorMessage'.
 void setEvalPoint(java.lang.String evalPoint)
          Sets the value of field 'evalPoint'.

 

Method Detail

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

getDuration

public org.exolab.types.Duration getDuration()
Returns the value of field 'duration'. The field 'duration' has the following description:
Returns:
the value of field 'duration'.

getDurationInSeconds

public double getDurationInSeconds()
Returns the value of field 'durationInSeconds'. The field 'durationInSeconds' has the following description:
Returns:
the value of field 'durationInSeconds'.

getErrorMessage

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

getEvalPoint

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

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

setDuration

public void setDuration(org.exolab.types.Duration duration)
Sets the value of field 'duration'. The field 'duration' has the following description:
Parameters:
duration - the value of field 'duration'.

setDurationInSeconds

public void setDurationInSeconds(double durationInSeconds)
Sets the value of field 'durationInSeconds'. The field 'durationInSeconds' has the following description:
Parameters:
durationInSeconds - the value of field 'durationInSeconds'.

setErrorMessage

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

setEvalPoint

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

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


Copyright © 2005, Oracle. All rights reserved.