Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


com.oracle.bpel.sensor.schemas
Interface ITSensor

All Known Implementing Classes:
TSensor

public interface ITSensor

Interface ITSensor.


Method Summary
 ITActivityConfig getActivityConfig()
          Returns the value of field 'activityConfig'.
 ITFaultConfig getFaultConfig()
          Returns the value of field 'faultConfig'.
 java.lang.String getFilter()
          Returns the value of field 'filter'.
 java.lang.String getKind()
          Returns the value of field 'kind'.
 java.lang.String getSensorName()
          Returns the value of field 'sensorName'.
 java.lang.String getTarget()
          Returns the value of field 'target'.
 ITVariableConfig getVariableConfig()
          Returns the value of field 'variableConfig'.
 void setActivityConfig(ITActivityConfig activityConfig)
          Sets the value of field 'activityConfig'.
 void setFaultConfig(ITFaultConfig faultConfig)
          Sets the value of field 'faultConfig'.
 void setFilter(java.lang.String filter)
          Sets the value of field 'filter'.
 void setKind(java.lang.String kind)
          Sets the value of field 'kind'.
 void setSensorName(java.lang.String sensorName)
          Sets the value of field 'sensorName'.
 void setTarget(java.lang.String target)
          Sets the value of field 'target'.
 void setVariableConfig(ITVariableConfig variableConfig)
          Sets the value of field 'variableConfig'.

 

Method Detail

getActivityConfig

ITActivityConfig getActivityConfig()
Returns the value of field 'activityConfig'. The field 'activityConfig' has the following description: null
Returns:
the value of field 'activityConfig'.

getFaultConfig

ITFaultConfig getFaultConfig()
Returns the value of field 'faultConfig'. The field 'faultConfig' has the following description: null
Returns:
the value of field 'faultConfig'.

getFilter

java.lang.String getFilter()
Returns the value of field 'filter'. The field 'filter' has the following description: null
Returns:
the value of field 'filter'.

getKind

java.lang.String getKind()
Returns the value of field 'kind'. The field 'kind' has the following description: null
Returns:
the value of field 'kind'.

getSensorName

java.lang.String getSensorName()
Returns the value of field 'sensorName'. The field 'sensorName' has the following description: null
Returns:
the value of field 'sensorName'.

getTarget

java.lang.String getTarget()
Returns the value of field 'target'. The field 'target' has the following description: null
Returns:
the value of field 'target'.

getVariableConfig

ITVariableConfig getVariableConfig()
Returns the value of field 'variableConfig'. The field 'variableConfig' has the following description: null
Returns:
the value of field 'variableConfig'.

setActivityConfig

void setActivityConfig(ITActivityConfig activityConfig)
Sets the value of field 'activityConfig'. The field 'activityConfig' has the following description: null
Parameters:
activityConfig - the value of field 'activityConfig'.

setFaultConfig

void setFaultConfig(ITFaultConfig faultConfig)
Sets the value of field 'faultConfig'. The field 'faultConfig' has the following description: null
Parameters:
faultConfig - the value of field 'faultConfig'.

setFilter

void setFilter(java.lang.String filter)
Sets the value of field 'filter'. The field 'filter' has the following description: null
Parameters:
filter - the value of field 'filter'.

setKind

void setKind(java.lang.String kind)
Sets the value of field 'kind'. The field 'kind' has the following description: null
Parameters:
kind - the value of field 'kind'.

setSensorName

void setSensorName(java.lang.String sensorName)
Sets the value of field 'sensorName'. The field 'sensorName' has the following description: null
Parameters:
sensorName - the value of field 'sensorName'.

setTarget

void setTarget(java.lang.String target)
Sets the value of field 'target'. The field 'target' has the following description: null
Parameters:
target - the value of field 'target'.

setVariableConfig

void setVariableConfig(ITVariableConfig variableConfig)
Sets the value of field 'variableConfig'. The field 'variableConfig' has the following description: null
Parameters:
variableConfig - the value of field 'variableConfig'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.