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


com.oracle.bpel.sensor.schemas
Interface ITSensorData


public interface ITSensorData

Interface ITSensorData.


Method Summary
 void addVariableData(ITVariableData vVariableData)
          Method addVariableData
 void clearVariableData()
          Method clearVariableData
 ITActivityData getActivityData()
          Returns the value of field 'activityData'.
 ITAdapterData getAdapterData()
          Returns the value of field 'adapterData'.
 ITFaultData getFaultData()
          Returns the value of field 'faultData'.
 ITNotificationData getNotificationData()
          Returns the value of field 'notificationData'.
 java.util.List getVariableData()
          Method getVariableData
 ITVariableData getVariableData(int index)
          Method getVariableData
 int getVariableDataCount()
          Method getVariableDataCount
 ITVariableData removeVariableData(int index)
          Method removeVariableData
 void setActivityData(ITActivityData activityData)
          Sets the value of field 'activityData'.
 void setAdapterData(ITAdapterData adapterData)
          Sets the value of field 'adapterData'.
 void setFaultData(ITFaultData faultData)
          Sets the value of field 'faultData'.
 void setNotificationData(ITNotificationData notificationData)
          Sets the value of field 'notificationData'.
 void setVariableData(int index, ITVariableData vVariableData)
          Method setVariableData
 void setVariableData(java.util.List variableDataList)
          Method setVariableDataSets the value of 'variableData' by copying the given ArrayList.

 

Method Detail

addVariableData

public void addVariableData(ITVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method addVariableData
Parameters:
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

clearVariableData

public void clearVariableData()
Method clearVariableData

getActivityData

public ITActivityData getActivityData()
Returns the value of field 'activityData'. The field 'activityData' has the following description:
Returns:
the value of field 'activityData'.

getAdapterData

public ITAdapterData getAdapterData()
Returns the value of field 'adapterData'. The field 'adapterData' has the following description:
Returns:
the value of field 'adapterData'.

getFaultData

public ITFaultData getFaultData()
Returns the value of field 'faultData'. The field 'faultData' has the following description:
Returns:
the value of field 'faultData'.

getNotificationData

public ITNotificationData getNotificationData()
Returns the value of field 'notificationData'. The field 'notificationData' has the following description:
Returns:
the value of field 'notificationData'.

getVariableData

public ITVariableData getVariableData(int index)
                               throws java.lang.IndexOutOfBoundsException
Method getVariableData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getVariableData

public java.util.List getVariableData()
Method getVariableData

getVariableDataCount

public int getVariableDataCount()
Method getVariableDataCount

removeVariableData

public ITVariableData removeVariableData(int index)
                                  throws java.lang.IndexOutOfBoundsException
Method removeVariableData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setActivityData

public void setActivityData(ITActivityData activityData)
Sets the value of field 'activityData'. The field 'activityData' has the following description:
Parameters:
activityData - the value of field 'activityData'.

setAdapterData

public void setAdapterData(ITAdapterData adapterData)
Sets the value of field 'adapterData'. The field 'adapterData' has the following description:
Parameters:
adapterData - the value of field 'adapterData'.

setFaultData

public void setFaultData(ITFaultData faultData)
Sets the value of field 'faultData'. The field 'faultData' has the following description:
Parameters:
faultData - the value of field 'faultData'.

setNotificationData

public void setNotificationData(ITNotificationData notificationData)
Sets the value of field 'notificationData'. The field 'notificationData' has the following description:
Parameters:
notificationData - the value of field 'notificationData'

setVariableData

public void setVariableData(int index,
                            ITVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method setVariableData
Parameters:
index -
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

setVariableData

public void setVariableData(java.util.List variableDataList)
Method setVariableDataSets the value of 'variableData' by copying the given ArrayList.
Parameters:
variableDataList - the Vector to copy.

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


Copyright © 2005, Oracle. All rights reserved.